Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h348 TPM_CAP_Marshal(TPM_CAP *source, BYTE **buffer, INT32 *size);
350 #define TPM_CAP_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h704 #define TPM_CAP_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c516 TPM_CAP_Marshal(TPM_CAP *source, BYTE **buffer, INT32 *size) in TPM_CAP_Marshal() function
2712 result = (UINT16)(result + TPM_CAP_Marshal((TPM_CAP *)&(source->capability), buffer, size)); in TPMS_CAPABILITY_DATA_Marshal()