Searched refs:TPM_SU_Unmarshal (Results 1 – 4 of 4) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | CommandDispatcher.h | 47 result = TPM_SU_Unmarshal(&in->startupType, paramBuffer, paramBufferSize); 58 result = TPM_SU_Unmarshal(&in->shutdownType, paramBuffer, paramBufferSize);
|
D | TableMarshalDefines.h | 698 #define TPM_SU_Unmarshal(target, buffer, size) \ macro
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/ |
D | Marshal_fp.h | 337 TPM_SU_Unmarshal(TPM_SU *target, BYTE **buffer, INT32 *size);
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 443 TPM_SU_Unmarshal(TPM_SU *target, BYTE **buffer, INT32 *size) in TPM_SU_Unmarshal() function
|