Searched refs:UINT32_Unmarshal (Results 1 – 10 of 10) sorted by relevance
/external/tpm2/ |
D | Marshal_DictionaryAttackParameters.c | 19 result = UINT32_Unmarshal(&target->newMaxTries, buffer, size); in DictionaryAttackParameters_In_Unmarshal() 23 result = UINT32_Unmarshal(&target->newRecoveryTime, buffer, size); in DictionaryAttackParameters_In_Unmarshal() 27 result = UINT32_Unmarshal(&target->lockoutRecovery, buffer, size); in DictionaryAttackParameters_In_Unmarshal()
|
D | TpmFail.c | 119 || UINT32_Unmarshal(&usize, buffer, size) != TPM_RC_SUCCESS in UnmarshalHeader() 120 || UINT32_Unmarshal(&ucode, buffer, size) != TPM_RC_SUCCESS in UnmarshalHeader() 228 || (UINT32_Unmarshal(&capability, &inRequest, in TpmFailureMode() 232 || (UINT32_Unmarshal(&pt, &inRequest, (INT32 *)&inRequestSize) in TpmFailureMode() 234 || (UINT32_Unmarshal(&count, &inRequest, (INT32 *)&inRequestSize) in TpmFailureMode()
|
D | Marshal_GetCapability.c | 49 result = UINT32_Unmarshal(&target->property, buffer, size); in GetCapability_In_Unmarshal() 53 result = UINT32_Unmarshal(&target->propertyCount, buffer, size); in GetCapability_In_Unmarshal()
|
D | ExecCommand.c | 143 result = UINT32_Unmarshal(&commandSize, &buffer, &size); in ExecuteCommand() 216 result = UINT32_Unmarshal(&authorizationSize, &buffer, &size); in ExecuteCommand()
|
D | Marshal_PolicyCommandCode.c | 18 result = UINT32_Unmarshal(&target->code, buffer, size); in PolicyCommandCode_In_Unmarshal()
|
D | Marshal_SetAlgorithmSet.c | 18 result = UINT32_Unmarshal(&target->algorithmSet, buffer, size); in SetAlgorithmSet_In_Unmarshal()
|
D | Marshal_FirmwareRead.c | 43 result = UINT32_Unmarshal(&target->sequenceNumber, buffer, size); in FirmwareRead_In_Unmarshal()
|
D | tpm_generated.c | 963 TPM_RC UINT32_Unmarshal(UINT32* target, BYTE** buffer, INT32* size) { in UINT32_Unmarshal() function 985 result = UINT32_Unmarshal(&target->count, buffer, size); in TPML_PCR_SELECTION_Unmarshal() 2612 result = UINT32_Unmarshal(&target->exponent, buffer, size); in TPMS_RSA_PARMS_Unmarshal() 4592 result = UINT32_Unmarshal(&target->count, buffer, size); in TPML_ALG_Unmarshal() 4650 result = UINT32_Unmarshal(&target->count, buffer, size); in TPML_ALG_PROPERTY_Unmarshal() 5253 result = UINT32_Unmarshal(&target->count, buffer, size); in TPML_CC_Unmarshal() 5282 result = UINT32_Unmarshal(&target->count, buffer, size); in TPML_CCA_Unmarshal() 5311 result = UINT32_Unmarshal(&target->count, buffer, size); in TPML_DIGEST_Unmarshal() 5499 result = UINT32_Unmarshal(&target->count, buffer, size); in TPML_DIGEST_VALUES_Unmarshal() 5576 result = UINT32_Unmarshal(&target->count, buffer, size); in TPML_ECC_CURVE_Unmarshal() [all …]
|
D | tpm_generated.h | 268 TPM_RC UINT32_Unmarshal(UINT32* target, BYTE** buffer, INT32* size);
|
D | part4.txt | 3443 125 result = UINT32_Unmarshal(&commandSize, &buffer, &size); 3531 208 result = UINT32_Unmarshal(&authorizationSize, &buffer, &size); 17804 5 result = UINT32_Unmarshal((UINT32 *)&(target->count), buffer, size); 19007 70 || UINT32_Unmarshal(&usize, buffer, size) != TPM_RC_SUCCESS 19008 71 || UINT32_Unmarshal(&ucode, buffer, size) != TPM_RC_SUCCESS 19129 160 || (UINT32_Unmarshal(&capability, &inRequest, 19133 164 || (UINT32_Unmarshal(&pt, &inRequest, (INT32 *)&inRequestSize) 19135 166 || (UINT32_Unmarshal(&count, &inRequest, (INT32 *)&inRequestSize)
|