Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c2485 TPML_CC_Marshal(TPML_CC *source, BYTE **buffer, INT32 *size) in TPML_CC_Marshal() function
2686 return TPML_CC_Marshal((TPML_CC *)&(source->ppCommands), buffer, size); in TPMU_CAPABILITIES_Marshal()
2688 return TPML_CC_Marshal((TPML_CC *)&(source->auditCommands), buffer, size); in TPMU_CAPABILITIES_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1105 TPML_CC_Marshal(TPML_CC *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h998 #define TPML_CC_Marshal(source, buffer, size) \ macro