Searched refs:uint8_t_Unmarshal (Results 1 – 2 of 2) sorted by relevance
/external/tpm2/ |
D | tpm_generated.c | 33 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size) { in uint8_t_Unmarshal() function 398 return uint8_t_Unmarshal(target, buffer, size); in BYTE_Unmarshal() 824 result = uint8_t_Unmarshal((uint8_t*)target, buffer, size); in TPMA_LOCALITY_Unmarshal() 915 return uint8_t_Unmarshal(target, buffer, size); in UINT8_Unmarshal() 3744 result = uint8_t_Unmarshal((uint8_t*)target, buffer, size); in TPMA_SESSION_Unmarshal() 4563 result = uint8_t_Unmarshal(target, buffer, size); in TPMI_YES_NO_Unmarshal() 7653 result = uint8_t_Unmarshal(target, buffer, size); in TPM_HT_Unmarshal() 8310 result = uint8_t_Unmarshal(target, buffer, size); in TPM_SE_Unmarshal()
|
D | tpm_generated.h | 18 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size);
|