Searched defs:UINT32_Unmarshal (Results 1 - 1 of 1) sorted by relevance

/external/tpm2/
H A Dtpm_generated.c963 TPM_RC UINT32_Unmarshal(UINT32* target, BYTE** buffer, INT32* size) { function
985 result = UINT32_Unmarshal(&target->count, buffer, size);
2612 result = UINT32_Unmarshal(&target->exponent, buffer, size);
4592 result = UINT32_Unmarshal(&target->count, buffer, size);
4650 result = UINT32_Unmarshal(&target->count, buffer, size);
5253 result = UINT32_Unmarshal(&target->count, buffer, size);
5282 result = UINT32_Unmarshal(&target->count, buffer, size);
5311 result = UINT32_Unmarshal(&target->count, buffer, size);
5499 result = UINT32_Unmarshal(&target->count, buffer, size);
5576 result = UINT32_Unmarshal(
[all...]

Completed in 54 milliseconds