Home
last modified time | relevance | path

Searched refs:TPM2B_PUBLIC_Marshal (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h164 *respParmSize += TPM2B_PUBLIC_Marshal(&out->outPublic,
228 *respParmSize += TPM2B_PUBLIC_Marshal(&out->outPublic,
329 *respParmSize += TPM2B_PUBLIC_Marshal(&out->outPublic,
1508 *respParmSize += TPM2B_PUBLIC_Marshal(&out->outPublic,
DTableMarshalDefines.h1412 #define TPM2B_PUBLIC_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2202 TPM2B_PUBLIC_Marshal(TPM2B_PUBLIC *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c5084 TPM2B_PUBLIC_Marshal(TPM2B_PUBLIC *source, BYTE **buffer, INT32 *size) in TPM2B_PUBLIC_Marshal() function