Home
last modified time | relevance | path

Searched refs:UINT32_Unmarshal (Results 1 – 10 of 10) sorted by relevance

/external/tpm2/
DMarshal_DictionaryAttackParameters.c19 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()
DTpmFail.c119 || 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()
DMarshal_GetCapability.c49 result = UINT32_Unmarshal(&target->property, buffer, size); in GetCapability_In_Unmarshal()
53 result = UINT32_Unmarshal(&target->propertyCount, buffer, size); in GetCapability_In_Unmarshal()
DExecCommand.c143 result = UINT32_Unmarshal(&commandSize, &buffer, &size); in ExecuteCommand()
216 result = UINT32_Unmarshal(&authorizationSize, &buffer, &size); in ExecuteCommand()
DMarshal_PolicyCommandCode.c18 result = UINT32_Unmarshal(&target->code, buffer, size); in PolicyCommandCode_In_Unmarshal()
DMarshal_SetAlgorithmSet.c18 result = UINT32_Unmarshal(&target->algorithmSet, buffer, size); in SetAlgorithmSet_In_Unmarshal()
DMarshal_FirmwareRead.c43 result = UINT32_Unmarshal(&target->sequenceNumber, buffer, size); in FirmwareRead_In_Unmarshal()
Dtpm_generated.c963 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 …]
Dtpm_generated.h268 TPM_RC UINT32_Unmarshal(UINT32* target, BYTE** buffer, INT32* size);
Dpart4.txt3443 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)