Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h1100 result = TPM2B_EVENT_Unmarshal(&in->eventData, paramBuffer, paramBufferSize);
DTableMarshalDefines.h938 #define TPM2B_EVENT_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1005 TPM2B_EVENT_Unmarshal(TPM2B_EVENT *target, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c2098 TPM2B_EVENT_Unmarshal(TPM2B_EVENT *target, BYTE **buffer, INT32 *size) in TPM2B_EVENT_Unmarshal() function