Home
last modified time | relevance | path

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

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_marshalling.h417 int tpm_unmarshal_TPM_CMK_AUTH(BYTE **ptr, UINT32 *length, TPM_CMK_AUTH *v);
H A Dtpm_cmd_handler.c1147 && tpm_unmarshal_TPM_CMK_AUTH(&ptr, &len, &restrictTicket)) in execute_TPM_CMK_CreateBlob()
1198 || tpm_unmarshal_TPM_CMK_AUTH(&ptr, &len, &restrictTicket) in execute_TPM_CMK_ConvertMigration()
H A Dtpm_marshalling.c950 int tpm_unmarshal_TPM_CMK_AUTH(BYTE **ptr, UINT32 *length, TPM_CMK_AUTH *v) in tpm_unmarshal_TPM_CMK_AUTH() function