Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h573 TPMA_ACT_Marshal(TPMA_ACT *source, BYTE **buffer, INT32 *size);
575 #define TPMA_ACT_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h762 #define TPMA_ACT_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c765 TPMA_ACT_Marshal(TPMA_ACT *source, BYTE **buffer, INT32 *size) in TPMA_ACT_Marshal() function
2465 result = (UINT16)(result + TPMA_ACT_Marshal((TPMA_ACT *)&(source->attributes), buffer, size)); in TPMS_ACT_DATA_Marshal()