Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptEccCrypt.c129 ERROR_RETURN(TPM_RC_HASH); in CryptEccEncrypt()
188 ERROR_RETURN(TPM_RC_HASH); in CryptEccDecrypt()
DCryptRsa.c349 ERROR_RETURN(TPM_RC_HASH); in OaepEncode()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/
DPolicyAuthorizeNV.c96 return TPM_RC_HASH; in TPM2_PolicyAuthorizeNV()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DTpmDevice.c462 {TPM_RC_HASH, "TPM_RC_HASH"},
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c218 {MIN_MAX_MTYPE, TWO_BYTES|TAKES_NULL|HAS_BITS, (UINT8)TPM_RC_HASH,
DMarshal.c1415 result = TPM_RC_HASH; in TPMI_ALG_HASH_Unmarshal()
1418 result = TPM_RC_HASH; in TPMI_ALG_HASH_Unmarshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h354 #define TPM_RC_HASH (TPM_RC)(RC_FMT1+0x003) macro