/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | TableMarshalData.c | 95 {MIN_MAX_MTYPE, ONE_BYTES|IS_SIGNED, (UINT8)TPM_RC_VALUE, 98 {MIN_MAX_MTYPE, TWO_BYTES, (UINT8)TPM_RC_VALUE, 101 {TABLE_MTYPE, TWO_BYTES, (UINT8)TPM_RC_VALUE, 2, 104 {TABLE_MTYPE, ONE_BYTES, (UINT8)TPM_RC_VALUE, 3, 107 {VALUES_MTYPE, FOUR_BYTES, (UINT8)TPM_RC_VALUE, 1, 1, 119 {TABLE_MTYPE, ONE_BYTES, (UINT8)TPM_RC_VALUE, 2, 122 {VALUES_MTYPE, FOUR_BYTES|TAKES_NULL, (UINT8)TPM_RC_VALUE, 2, 0, 127 {VALUES_MTYPE, FOUR_BYTES|TAKES_NULL, (UINT8)TPM_RC_VALUE, 2, 3, 133 {MIN_MAX_MTYPE, FOUR_BYTES, (UINT8)TPM_RC_VALUE, 136 {VALUES_MTYPE, FOUR_BYTES|TAKES_NULL, (UINT8)TPM_RC_VALUE, 5, 4, [all …]
|
D | Marshal.c | 382 result = TPM_RC_VALUE; in TPM_CLOCK_ADJUST_Unmarshal() 413 result = TPM_RC_VALUE; in TPM_EO_Unmarshal() 455 result = TPM_RC_VALUE; in TPM_SU_Unmarshal() 477 result = TPM_RC_VALUE; in TPM_SE_Unmarshal() 508 result = TPM_RC_VALUE; in TPM_CAP_Unmarshal() 785 result = TPM_RC_VALUE; in TPMI_YES_NO_Unmarshal() 810 result = TPM_RC_VALUE; in TPMI_DH_OBJECT_Unmarshal() 814 result = TPM_RC_VALUE; in TPMI_DH_OBJECT_Unmarshal() 842 result = TPM_RC_VALUE; in TPMI_DH_PARENT_Unmarshal() 847 result = TPM_RC_VALUE; in TPMI_DH_PARENT_Unmarshal() [all …]
|
D | Entity.c | 109 result = TPM_RC_VALUE; in EntityGetLoadStatus() 113 result = TPM_RC_VALUE; in EntityGetLoadStatus()
|
D | TableDrivenMarshal.c | 688 result = TPM_RC_VALUE; in Unmarshal()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/ |
D | CryptRsa.c | 344 return TPM_RC_VALUE; in OaepEncode() 353 ERROR_RETURN(TPM_RC_VALUE); in OaepEncode() 389 ERROR_RETURN(TPM_RC_VALUE); in OaepEncode() 438 ERROR_RETURN(TPM_RC_VALUE); in OaepDecode() 466 ERROR_RETURN(TPM_RC_VALUE); in OaepDecode() 477 ERROR_RETURN(TPM_RC_VALUE); in OaepDecode() 484 return TPM_RC_VALUE; in OaepDecode() 509 return TPM_RC_VALUE; in RSAES_PKCS1v1_5Encode() 568 return TPM_RC_VALUE; in RSAES_Decode() 778 retVal = (fail != 0) ? TPM_RC_VALUE : TPM_RC_SUCCESS; in PssDecode() [all …]
|
D | CryptEccSignature.c | 231 retVal = TPM_RC_VALUE; in BnSignEcdaa() 333 ERROR_RETURN(TPM_RC_VALUE); in BnSignEcSchnorr() 519 ERROR_RETURN(TPM_RC_VALUE); in CryptEccSign() 774 ERROR_RETURN(TPM_RC_VALUE); in CryptEccValidateSignature() 889 ERROR_RETURN(TPM_RC_VALUE); in CryptEccCommitCompute() 900 ERROR_RETURN(TPM_RC_VALUE); in CryptEccCommitCompute()
|
D | CryptSelfTest.c | 143 return TPM_RC_VALUE; in CryptIncrementalSelfTest()
|
D | CryptPrime.c | 290 ERROR_RETURN(g_inFailureMode ? TPM_RC_FAILURE : TPM_RC_VALUE); in RsaCheckPrime()
|
D | CryptEccCrypt.c | 207 ERROR_RETURN(TPM_RC_VALUE); in CryptEccDecrypt()
|
D | CryptEccKeyExchange.c | 109 ERROR_RETURN(TPM_RC_VALUE); in C_2_2_MQV()
|
D | CryptUtil.c | 701 result = TPM_RC_VALUE; in CryptSecretDecrypt() 757 result = TPM_RC_VALUE; in CryptSecretDecrypt() 786 result = TPM_RC_VALUE; in CryptSecretDecrypt()
|
D | CryptEccMain.c | 554 return TPM_RC_VALUE; in BnPointMult()
|
D | CryptRand.c | 953 return TPM_RC_VALUE; in DRBG_Uninstantiate()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/ClockTimer/ |
D | ACT_SetTimeout.c | 57 return TPM_RC_VALUE + RC_ACT_SetTimeout_startTimeout; in TPM2_ACT_SetTimeout()
|
D | ACT_spt.c | 204 result = TPM_RC_VALUE; in ActCounterUpdate()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Testing/ |
D | IncrementalSelfTest.c | 60 if(result == TPM_RC_VALUE) in TPM2_IncrementalSelfTest()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/ |
D | PCR_SetAuthValue.c | 56 return TPM_RC_VALUE; in TPM2_PCR_SetAuthValue()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/ |
D | PolicyAuthorizeNV.c | 102 return TPM_RC_VALUE; in TPM2_PolicyAuthorizeNV()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/ |
D | TpmDevice.c | 464 {TPM_RC_VALUE, "TPM_RC_VALUE"},
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/ |
D | Object_spt.c | 942 result = TPM_RC_VALUE; in UnwrapOuter()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TpmTypes.h | 356 #define TPM_RC_VALUE (TPM_RC)(RC_FMT1+0x004) macro
|