Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1265 TPMI_TDES_KEY_BITS_Marshal(TPMI_TDES_KEY_BITS *source, BYTE **buffer, INT32 *size);
1267 #define TPMI_TDES_KEY_BITS_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1075 #define TPMI_TDES_KEY_BITS_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c2959 TPMI_TDES_KEY_BITS_Marshal(TPMI_TDES_KEY_BITS *source, BYTE **buffer, INT32 *size) in TPMI_TDES_KEY_BITS_Marshal() function
3107 return TPMI_TDES_KEY_BITS_Marshal((TPMI_TDES_KEY_BITS *)&(source->tdes), buffer, size); in TPMU_SYM_KEY_BITS_Marshal()