Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h47 result = TPM_SU_Unmarshal(&in->startupType, paramBuffer, paramBufferSize);
58 result = TPM_SU_Unmarshal(&in->shutdownType, paramBuffer, paramBufferSize);
DTableMarshalDefines.h698 #define TPM_SU_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h337 TPM_SU_Unmarshal(TPM_SU *target, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c443 TPM_SU_Unmarshal(TPM_SU *target, BYTE **buffer, INT32 *size) in TPM_SU_Unmarshal() function