Lines Matching refs:commandCode
107 TPM_CC commandCode // IN: command code in CommandAuditSet() argument
110 COMMAND_INDEX commandIndex = CommandCodeToCommandIndex(commandCode); in CommandAuditSet()
116 if(commandCode != TPM_CC_Shutdown) in CommandAuditSet()
143 TPM_CC commandCode // IN: command code in CommandAuditClear() argument
146 COMMAND_INDEX commandIndex = CommandCodeToCommandIndex(commandCode); in CommandAuditClear()
153 if(commandCode != TPM_CC_SetCommandCodeAuditStatus) in CommandAuditClear()
190 TPM_CC commandCode, // IN: start command code in CommandAuditCapGetCCList() argument
207 for(commandIndex = GetClosestCommandIndex(commandCode); in CommandAuditCapGetCCList()
247 TPM_CC commandCode; in CommandAuditGetDigest() local
259 commandCode = GetCommandCode(commandIndex); in CommandAuditGetDigest()
260 CryptDigestUpdateInt(&hashState, sizeof(commandCode), commandCode); in CommandAuditGetDigest()