Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h1887 result = TPM2B_MAX_NV_BUFFER_Unmarshal(&in->data, paramBuffer, paramBufferSize);
1913 result = TPM2B_MAX_NV_BUFFER_Unmarshal(&in->data, paramBuffer, paramBufferSize);
DTableMarshalDefines.h946 #define TPM2B_MAX_NV_BUFFER_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1017 TPM2B_MAX_NV_BUFFER_Unmarshal(TPM2B_MAX_NV_BUFFER *target,
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c2152 TPM2B_MAX_NV_BUFFER_Unmarshal(TPM2B_MAX_NV_BUFFER *target, BYTE **buffer, INT32 *size) in TPM2B_MAX_NV_BUFFER_Unmarshal() function