Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c2732 TPMS_CLOCK_INFO_Marshal(TPMS_CLOCK_INFO *source, BYTE **buffer, INT32 *size) in TPMS_CLOCK_INFO_Marshal() function
2757 …result = (UINT16)(result + TPMS_CLOCK_INFO_Marshal((TPMS_CLOCK_INFO *)&(source->clockInfo), buffer… in TPMS_TIME_INFO_Marshal()
2887 …result = (UINT16)(result + TPMS_CLOCK_INFO_Marshal((TPMS_CLOCK_INFO *)&(source->clockInfo), buffer… in TPMS_ATTEST_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1183 TPMS_CLOCK_INFO_Marshal(TPMS_CLOCK_INFO *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1039 #define TPMS_CLOCK_INFO_Marshal(source, buffer, size) \ macro