Home
last modified time | relevance | path

Searched refs:tpm_unmarshal_TPM_MSA_COMPOSITE (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_marshalling.h414 int tpm_unmarshal_TPM_MSA_COMPOSITE(BYTE **ptr, UINT32 *length, TPM_MSA_COMPOSITE *v);
H A Dtpm_cmd_handler.c1144 || tpm_unmarshal_TPM_MSA_COMPOSITE(&ptr, &len, &msaList) in execute_TPM_CMK_CreateBlob()
1202 || tpm_unmarshal_TPM_MSA_COMPOSITE(&ptr, &len, &msaList) in execute_TPM_CMK_ConvertMigration()
H A Dtpm_marshalling.c929 int tpm_unmarshal_TPM_MSA_COMPOSITE(BYTE **ptr, UINT32 *length, TPM_MSA_COMPOSITE *v) in tpm_unmarshal_TPM_MSA_COMPOSITE() function