Home
last modified time | relevance | path

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

/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_transport.c314 if (tpm_unmarshal_TPM_REQUEST(&ptr, &len, &req)) return TPM_FAIL; in TPM_ExecuteTransport()
H A Dtpm_marshalling.h507 int tpm_unmarshal_TPM_REQUEST(BYTE **ptr, UINT32 *length, TPM_REQUEST *v);
H A Dtpm_marshalling.c1827 int tpm_unmarshal_TPM_REQUEST(BYTE **ptr, UINT32 *length, TPM_REQUEST *v) in tpm_unmarshal_TPM_REQUEST() function
H A Dtpm_cmd_handler.c4146 if (tpm_unmarshal_TPM_REQUEST((uint8_t**)&in, &in_size, &req) != 0) { in tpm_handle_command()