Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h924 TPMS_EMPTY_Marshal(TPMS_EMPTY *source, BYTE **buffer, INT32 *size);
1642 TPMS_EMPTY_Marshal((TPMS_EMPTY *)(source), (buffer), (size))
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h905 #define TPMS_EMPTY_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c1878 TPMS_EMPTY_Marshal(TPMS_EMPTY *source, BYTE **buffer, INT32 *size) in TPMS_EMPTY_Marshal() function
3756 return TPMS_EMPTY_Marshal((TPMS_EMPTY *)source, buffer, size); in TPMS_ENC_SCHEME_RSAES_Marshal()