Home
last modified time | relevance | path

Searched refs:TPM_RC_HASH (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
DPolicyAuthorize.c44 return TPM_RC_HASH + RC_PolicyAuthorize_keySign; in TPM2_PolicyAuthorize()
DCommit.c94 return TPM_RC_HASH + RC_Commit_signHandle; in TPM2_Commit()
DObject_spt.c40 return TPM_RC_HASH; in EqualCryptSet()
537 return TPM_RC_HASH; in PublicAttributesValidation()
Dmarshal_test.c346 CHECK_EQ(rc, TPM_RC_HASH); in StructureFailureNullTest()
Dtpm_types.h96 #define TPM_RC_HASH ((TPM_RC)(RC_FMT1 + 0x003)) macro
Dtpm_generated.c880 return allow_conditional_value ? TPM_RC_SUCCESS : TPM_RC_HASH; in TPMI_ALG_HASH_Unmarshal()
905 return TPM_RC_HASH; in TPMI_ALG_HASH_Unmarshal()
7998 if (*target == TPM_RC_HASH) { in TPM_RC_Unmarshal()