Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2276 TPMA_NV_Marshal(TPMA_NV *source, BYTE **buffer, INT32 *size);
2278 #define TPMA_NV_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1453 #define TPMA_NV_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c5361 TPMA_NV_Marshal(TPMA_NV *source, BYTE **buffer, INT32 *size) in TPMA_NV_Marshal() function
5392 result = (UINT16)(result + TPMA_NV_Marshal((TPMA_NV *)&(source->attributes), buffer, size)); in TPMS_NV_PUBLIC_Marshal()