Home | History | Annotate | Download | only in tpm2

Lines Matching refs:commandCode

77    TPM_CC              commandCode          // IN: command code
82 if(CommandIsImplemented(commandCode))
85 if(commandCode != TPM_CC_Shutdown)
87 bitPos = commandCode - TPM_CC_FIRST;
118 TPM_CC commandCode // IN: command code
123 if(CommandIsImplemented(commandCode))
127 if(commandCode != TPM_CC_SetCommandCodeAuditStatus)
129 bitPos = commandCode - TPM_CC_FIRST;
154 TPM_CC commandCode // IN: command code
158 bitPos = commandCode - TPM_CC_FIRST;
176 // The list starts at the input commandCode.
185 TPM_CC commandCode, // IN: start command code
197 if(commandCode < TPM_CC_FIRST) commandCode = TPM_CC_FIRST;
199 for(i = commandCode; i <= TPM_CC_LAST; i++)