Home
last modified time | relevance | path

Searched refs:TPM_PT_Marshal (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h364 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/
DTableMarshalDefines.h708 #define TPM_PT_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c530 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()