Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h273 *respParmSize += TPM2B_ENCRYPTED_SECRET_Marshal(&out->secret,
355 *respParmSize += TPM2B_ENCRYPTED_SECRET_Marshal(&out->outSymSeed,
379 *respParmSize += TPM2B_ENCRYPTED_SECRET_Marshal(&out->outSymSeed,
DTableMarshalDefines.h1371 #define TPM2B_ENCRYPTED_SECRET_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2131 TPM2B_ENCRYPTED_SECRET_Marshal(TPM2B_ENCRYPTED_SECRET *source,
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c4797 TPM2B_ENCRYPTED_SECRET_Marshal(TPM2B_ENCRYPTED_SECRET *source, BYTE **buffer, INT32 *size) in TPM2B_ENCRYPTED_SECRET_Marshal() function