Lines Matching full:setlist
623 notation may be in the setList or clearList of TPM2_PP_Commands().
9298 the TPM will check both setList and clearList are empty (zero length). If so, then the algorithm is changed,
9300 the algorithm and audit digest are unchanged and the setList and clearList will be processed.
9312 The commands in setList indicate the commands to be added to the list of audited commands and the
9314 command in setList is already audited or is not implemented. It is not an error if a command in clearList is
9316 If a command code is in both setList and clearList, then it will not be audited (that is, setList shall be
9346 TPML_CC setList
9396 27 if(in->setList.count != 0 || in->clearList.count != 0)
9414 45 for(i = 0; i < in->setList.count; i++)
9417 48 if(CommandAuditSet(in->setList.commandCodes[i]))
15669 After this command executes successfully, the commands listed in setList will be added to the list of
15674 longer require Physical Presence (for example, setList is processed first).
15709 TPML_CC setList
15756 22 for(i = 0; i < in->setList.count; i++)
15760 26 if(CommandIsImplemented(in->setList.commandCodes[i]))
15761 27 PhysicalPresenceCommandSet(in->setList.commandCodes[i]);