Searched refs:TPM_PT_Marshal (Results 1 – 3 of 3) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 364 TPM_PT_Marshal(TPM_PT *source, BYTE **buffer, INT32 *size); 366 #define TPM_PT_Marshal(source, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 708 #define TPM_PT_Marshal(source, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 530 TPM_PT_Marshal(TPM_PT *source, BYTE **buffer, INT32 *size) in TPM_PT_Marshal() function 2432 result = (UINT16)(result + TPM_PT_Marshal((TPM_PT *)&(source->property), buffer, size)); in TPMS_TAGGED_PROPERTY_Marshal()
|