Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h1874 *respParmSize += TPM2B_NV_PUBLIC_Marshal(&out->nvPublic,
DTableMarshalDefines.h1461 #define TPM2B_NV_PUBLIC_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2292 TPM2B_NV_PUBLIC_Marshal(TPM2B_NV_PUBLIC *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c5423 TPM2B_NV_PUBLIC_Marshal(TPM2B_NV_PUBLIC *source, BYTE **buffer, INT32 *size) in TPM2B_NV_PUBLIC_Marshal() function