Home
last modified time | relevance | path

Searched refs:TPM_RC_VALUE (Results 1 – 21 of 21) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c95 {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 …]
DMarshal.c382 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 …]
DEntity.c109 result = TPM_RC_VALUE; in EntityGetLoadStatus()
113 result = TPM_RC_VALUE; in EntityGetLoadStatus()
DTableDrivenMarshal.c688 result = TPM_RC_VALUE; in Unmarshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptRsa.c344 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 …]
DCryptEccSignature.c231 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()
DCryptSelfTest.c143 return TPM_RC_VALUE; in CryptIncrementalSelfTest()
DCryptPrime.c290 ERROR_RETURN(g_inFailureMode ? TPM_RC_FAILURE : TPM_RC_VALUE); in RsaCheckPrime()
DCryptEccCrypt.c207 ERROR_RETURN(TPM_RC_VALUE); in CryptEccDecrypt()
DCryptEccKeyExchange.c109 ERROR_RETURN(TPM_RC_VALUE); in C_2_2_MQV()
DCryptUtil.c701 result = TPM_RC_VALUE; in CryptSecretDecrypt()
757 result = TPM_RC_VALUE; in CryptSecretDecrypt()
786 result = TPM_RC_VALUE; in CryptSecretDecrypt()
DCryptEccMain.c554 return TPM_RC_VALUE; in BnPointMult()
DCryptRand.c953 return TPM_RC_VALUE; in DRBG_Uninstantiate()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/ClockTimer/
DACT_SetTimeout.c57 return TPM_RC_VALUE + RC_ACT_SetTimeout_startTimeout; in TPM2_ACT_SetTimeout()
DACT_spt.c204 result = TPM_RC_VALUE; in ActCounterUpdate()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Testing/
DIncrementalSelfTest.c60 if(result == TPM_RC_VALUE) in TPM2_IncrementalSelfTest()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/PCR/
DPCR_SetAuthValue.c56 return TPM_RC_VALUE; in TPM2_PCR_SetAuthValue()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/
DPolicyAuthorizeNV.c102 return TPM_RC_VALUE; in TPM2_PolicyAuthorizeNV()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DTpmDevice.c464 {TPM_RC_VALUE, "TPM_RC_VALUE"},
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c942 result = TPM_RC_VALUE; in UnwrapOuter()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h356 #define TPM_RC_VALUE (TPM_RC)(RC_FMT1+0x004) macro