Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h60 BYTE_Marshal(BYTE *source, BYTE **buffer, INT32 *size);
62 #define BYTE_Marshal(source, buffer, size) \ macro
587 BYTE_Marshal((BYTE *)(source), (buffer), (size))
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h618 #define BYTE_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c78 BYTE_Marshal(BYTE *source, BYTE **buffer, INT32 *size) in BYTE_Marshal() function
795 return BYTE_Marshal((BYTE *)source, buffer, size); in TPMI_YES_NO_Marshal()