Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h847 TPMI_ALG_KDF_Marshal(TPMI_ALG_KDF *source, BYTE **buffer, INT32 *size);
849 #define TPMI_ALG_KDF_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c1639 TPMI_ALG_KDF_Marshal(TPMI_ALG_KDF *source, BYTE **buffer, INT32 *size) in TPMI_ALG_KDF_Marshal() function
3509 result = (UINT16)(result + TPMI_ALG_KDF_Marshal((TPMI_ALG_KDF *)&(source->kdf), buffer, size)); in TPMS_SCHEME_XOR_Marshal()
3897 … result = (UINT16)(result + TPMI_ALG_KDF_Marshal((TPMI_ALG_KDF *)&(source->scheme), buffer, size)); in TPMT_KDF_SCHEME_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h877 #define TPMI_ALG_KDF_Marshal(source, buffer, size) \ macro