Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Startup/
DStartup.c74 return TPM_RC_LOCALITY; in TPM2_Startup()
116 return TPM_RC_LOCALITY; in TPM2_Startup()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/
DPCR_Reset.c55 return TPM_RC_LOCALITY; in TPM2_PCR_Reset()
DPCR_Extend.c69 return TPM_RC_LOCALITY; in TPM2_PCR_Extend()
DPCR_Event.c63 return TPM_RC_LOCALITY; in TPM2_PCR_Event()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/HashHMAC/
DEventSequenceComplete.c68 return TPM_RC_LOCALITY; in TPM2_EventSequenceComplete()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c1054 return TPM_RC_LOCALITY; in CheckPolicyAuthSession()
1059 return TPM_RC_LOCALITY; in CheckPolicyAuthSession()
1066 return TPM_RC_LOCALITY; in CheckPolicyAuthSession()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DTpmDevice.c433 {TPM_RC_LOCALITY, "TPM_RC_LOCALITY"},
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h423 #define TPM_RC_LOCALITY (TPM_RC)(RC_WARN+0x007) macro