Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/
DPolicyNameHash.c72 return TPM_RC_CPHASH; in TPM2_PolicyNameHash()
DPolicyTemplate.c71 return TPM_RC_CPHASH; in TPM2_PolicyTemplate()
DPolicyCpHash.c74 return TPM_RC_CPHASH; in TPM2_PolicyCpHash()
DPolicyDuplicationSelect.c63 return TPM_RC_CPHASH; in TPM2_PolicyDuplicationSelect()
DPolicy_spt.c89 return TPM_RC_CPHASH; in PolicyParameterChecks()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/AttachedComponent/
DPolicy_AC_SendSelect.c62 return TPM_RC_CPHASH; in TPM2_Policy_AC_SendSelect()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DTpmDevice.c417 {TPM_RC_CPHASH, "TPM_RC_CPHASH"},
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h343 #define TPM_RC_CPHASH (TPM_RC)(RC_VER1+0x051) macro