Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2335 TPM_AT_Marshal(TPM_AT *source, BYTE **buffer, INT32 *size);
2337 #define TPM_AT_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1485 #define TPM_AT_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c5590 TPM_AT_Marshal(TPM_AT *source, BYTE **buffer, INT32 *size) in TPM_AT_Marshal() function
5610 result = (UINT16)(result + TPM_AT_Marshal((TPM_AT *)&(source->tag), buffer, size)); in TPMS_AC_OUTPUT_Marshal()