Home
last modified time | relevance | path

Searched refs:GetCommandCode (Results 1 – 8 of 8) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DCommandCodeAttributes_fp.h78 GetCommandCode(
/external/ms-tpm-20-ref/TPMCmd/tpm/src/subsystem/
DPP.c166 = GetCommandCode(commandIndex); in PhysicalPresenceCapGetCCList()
DCommandAudit.c259 commandCode = GetCommandCode(commandIndex); in CommandAuditGetDigest()
DNvDynamic.c807 if(GetCommandCode(commandIndex) != TPM_CC_NV_WriteLock) in NvIndexIsAccessible()
818 if(GetCommandCode(commandIndex) != TPM_CC_NV_ReadLock) in NvIndexIsAccessible()
DObject.c781 && GetCommandCode(commandIndex) != TPM_CC_EvictControl) in ObjectLoadEvict()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DCommandCodeAttributes.c317 GetCommandCode( in GetCommandCode() function
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DCommandDispatcher.c262 switch(GetCommandCode(command->index)) in CommandDispatcher()
DSessionProcess.c1510 || GetCommandCode(command->index) == TPM_CC_GetCommandAuditDigest) in CheckCommandAudit()