Lines Matching full:setlist
1003 notation may be in the setList or clearList of TPM2_PP_Commands().
16475 the TPM will check both setList and clearList are empty (zero length). If so, then the algorithm is changed,
16477 the algorithm and audit digest are unchanged and the setList and clearList will be processed.
16491 The commands in setList indicate the commands that to be added to the list of audited commands and
16493 command in setList is already audited or is not implemented. It is not an error if a command in clearList is
16495 If a command code is in both setList and clearList, then it will not be audited (that is, setList shall be
16552 setList
16694 if(in->setList.count != 0 || in->clearList.count != 0)
16707 for(i = 0; i < in->setList.count; i++)
16709 if(CommandAuditSet(in->setList.commandCodes[i]))
27959 After this command executes successfully, the commands listed in setList will be added to the list of
27964 longer require Physical Presence (for example, setList is processed first).
28024 setList
28140 for(i = 0; i < in->setList.count; i++)
28144 if(CommandIsImplemented(in->setList.commandCodes[i]))
28145 PhysicalPresenceCommandSet(in->setList.commandCodes[i]);