Home
last modified time | relevance | path

Searched refs:TPM_RC_SIZE (Results 1 – 14 of 14) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h49 if(*paramBufferSize != 0) { result = TPM_RC_SIZE; goto Exit; }
60 if(*paramBufferSize != 0) { result = TPM_RC_SIZE; goto Exit; }
71 if(*paramBufferSize != 0) { result = TPM_RC_SIZE; goto Exit; }
84 if(*paramBufferSize != 0) { result = TPM_RC_SIZE; goto Exit; }
96 if(*paramBufferSize != 0) { result = TPM_RC_SIZE; goto Exit; }
124 if(*paramBufferSize != 0) { result = TPM_RC_SIZE; goto Exit; }
139 if(*paramBufferSize != 0) { result = TPM_RC_SIZE; goto Exit; }
159 if(*paramBufferSize != 0) { result = TPM_RC_SIZE; goto Exit; }
186 if(*paramBufferSize != 0) { result = TPM_RC_SIZE; goto Exit; }
208 if(*paramBufferSize != 0) { result = TPM_RC_SIZE; goto Exit; }
[all …]
DTpmTypes.h382 #define TPM_RC_SIZE (TPM_RC)(RC_FMT1+0x015) macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DTableMarshalData.c1280 {MIN_MAX_MTYPE, TWO_BYTES, (UINT8)TPM_RC_SIZE,
1283 {MIN_MAX_MTYPE, TWO_BYTES, (UINT8)TPM_RC_SIZE,
1286 {MIN_MAX_MTYPE, TWO_BYTES, (UINT8)TPM_RC_SIZE,
1289 {MIN_MAX_MTYPE, TWO_BYTES, (UINT8)TPM_RC_SIZE,
1292 {MIN_MAX_MTYPE, TWO_BYTES, (UINT8)TPM_RC_SIZE,
1295 {MIN_MAX_MTYPE, TWO_BYTES, (UINT8)TPM_RC_SIZE,
1298 {MIN_MAX_MTYPE, TWO_BYTES, (UINT8)TPM_RC_SIZE,
1301 {MIN_MAX_MTYPE, TWO_BYTES, (UINT8)TPM_RC_SIZE,
1319 {MIN_MAX_MTYPE, FOUR_BYTES, (UINT8)TPM_RC_SIZE,
1322 {MIN_MAX_MTYPE, FOUR_BYTES, (UINT8)TPM_RC_SIZE,
[all …]
DMarshal.c2009 result = TPM_RC_SIZE; in TPM2B_DIGEST_Unmarshal()
2036 result = TPM_RC_SIZE; in TPM2B_DATA_Unmarshal()
2105 result = TPM_RC_SIZE; in TPM2B_EVENT_Unmarshal()
2132 result = TPM_RC_SIZE; in TPM2B_MAX_BUFFER_Unmarshal()
2159 result = TPM_RC_SIZE; in TPM2B_MAX_NV_BUFFER_Unmarshal()
2186 result = TPM_RC_SIZE; in TPM2B_TIMEOUT_Unmarshal()
2213 result = TPM_RC_SIZE; in TPM2B_IV_Unmarshal()
2241 result = TPM_RC_SIZE; in TPM2B_NAME_Unmarshal()
2478 result = TPM_RC_SIZE; in TPML_CC_Unmarshal()
2512 result = TPM_RC_SIZE; in TPML_ALG_Unmarshal()
[all …]
DMathOnByteBuffers.c163 ERROR_RETURN(TPM_RC_SIZE); in ModExpB()
DTableDrivenMarshal.c629 result = TPM_RC_SIZE; in Unmarshal()
648 result = TPM_RC_SIZE; in Unmarshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptSym.c220 return TPM_RC_SIZE; in CryptSymmetricEncrypt()
260 return TPM_RC_SIZE; in CryptSymmetricEncrypt()
345 return TPM_RC_SIZE; in CryptSymmetricDecrypt()
DCryptRsa.c293 return TPM_RC_SIZE; in RSADP()
863 ERROR_RETURN(TPM_RC_SIZE); in RSASSA_Encode()
1158 ERROR_RETURN(TPM_RC_SIZE); in CryptRsaDecrypt()
DCryptUtil.c162 return TPM_RC_SIZE; in CryptGenerateKeyedHash()
165 return TPM_RC_SIZE; in CryptGenerateKeyedHash()
932 return TPM_RC_SIZE; in CryptParameterDecryption()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DExecCommand.c229 result = TPM_RC_SIZE; in ExecuteCommand()
DCommandDispatcher.c380 result = TPM_RC_SIZE; in CommandDispatcher()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c1362 result = TPM_RC_SIZE; in DuplicateToSensitive()
1370 result = TPM_RC_SIZE; in DuplicateToSensitive()
1466 return TPM_RC_SIZE; in CredentialToSecret()
1571 result = TPM_RC_SIZE; in UnmarshalToPublic()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Attestation/
DCertifyX509.c94 return TPM_RC_SIZE + RC_CertifyX509_reserved; in TPM2_CertifyX509()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/TPMDevice/src/
DTpmDevice.c490 {TPM_RC_SIZE, "TPM_RC_SIZE"},