Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h542 TPMA_CC_Marshal(TPMA_CC *source, BYTE **buffer, INT32 *size);
544 #define TPMA_CC_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h754 #define TPMA_CC_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c725 TPMA_CC_Marshal(TPMA_CC *source, BYTE **buffer, INT32 *size) in TPMA_CC_Marshal() function
5685 result = (UINT16)(result + TPMA_CC_Marshal(&source[i], buffer, size)); in TPMA_CC_Array_Marshal()