Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h1212 *respParmSize += TPM2B_TIMEOUT_Marshal(&out->timeout,
1238 *respParmSize += TPM2B_TIMEOUT_Marshal(&out->timeout,
DTableMarshalDefines.h952 #define TPM2B_TIMEOUT_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1027 TPM2B_TIMEOUT_Marshal(TPM2B_TIMEOUT *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c2193 TPM2B_TIMEOUT_Marshal(TPM2B_TIMEOUT *source, BYTE **buffer, INT32 *size) in TPM2B_TIMEOUT_Marshal() function