Searched refs:uint16_t_Marshal (Results 1 – 2 of 2) sorted by relevance
/external/tpm2/ |
D | tpm_generated.c | 105 UINT16 uint16_t_Marshal(uint16_t* source, BYTE** buffer, INT32* size) { in uint16_t_Marshal() function 434 return uint16_t_Marshal(source, buffer, size); in UINT16_Marshal() 590 return uint16_t_Marshal(source, buffer, size); in TPM_ALG_ID_Marshal() 866 return uint16_t_Marshal(source, buffer, size); in TPMI_ALG_HASH_Marshal() 1719 return uint16_t_Marshal(source, buffer, size); in TPMI_ALG_PUBLIC_Marshal() 1846 return uint16_t_Marshal(source, buffer, size); in TPM_KEY_BITS_Marshal() 2012 return uint16_t_Marshal(source, buffer, size); in TPMI_ALG_SYM_MODE_Marshal() 2118 return uint16_t_Marshal(source, buffer, size); in TPMI_ALG_SYM_OBJECT_Marshal() 2190 return uint16_t_Marshal(source, buffer, size); in TPMI_ALG_RSA_SCHEME_Marshal() 2562 return uint16_t_Marshal(source, buffer, size); in TPMI_RSA_KEY_BITS_Marshal() [all …]
|
D | tpm_generated.h | 24 UINT16 uint16_t_Marshal(uint16_t* source, BYTE** buffer, INT32* size);
|