Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2139 TPMI_ALG_PUBLIC_Marshal(TPMI_ALG_PUBLIC *source, BYTE **buffer, INT32 *size);
2141 #define TPMI_ALG_PUBLIC_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c4840 TPMI_ALG_PUBLIC_Marshal(TPMI_ALG_PUBLIC *source, BYTE **buffer, INT32 *size) in TPMI_ALG_PUBLIC_Marshal() function
5023 …result = (UINT16)(result + TPMI_ALG_PUBLIC_Marshal((TPMI_ALG_PUBLIC *)&(source->type), buffer, siz… in TPMT_PUBLIC_PARMS_Marshal()
5050 …result = (UINT16)(result + TPMI_ALG_PUBLIC_Marshal((TPMI_ALG_PUBLIC *)&(source->type), buffer, siz… in TPMT_PUBLIC_Marshal()
5218 …result = (UINT16)(result + TPMI_ALG_PUBLIC_Marshal((TPMI_ALG_PUBLIC *)&(source->sensitiveType), bu… in TPMT_SENSITIVE_Marshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1375 #define TPMI_ALG_PUBLIC_Marshal(source, buffer, size) \ macro