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() 3748 result = uint8_t_Unmarshal((uint8_t*)target, buffer, size); in TPMA_SESSION_Unmarshal() 4567 result = uint8_t_Unmarshal(target, buffer, size); in TPMI_YES_NO_Unmarshal() 7657 result = uint8_t_Unmarshal(target, buffer, size); in TPM_HT_Unmarshal() 8314 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);
|