Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dtpm_util.h28 void tpm_util_write_fatal_error_response(uint8_t *out, uint32_t out_len);
/openbmc/qemu/backends/tpm/
H A Dtpm_passthrough.c121 tpm_util_write_fatal_error_response(out, out_len); in tpm_passthrough_unix_tx_bufs()
H A Dtpm_util.c88 void tpm_util_write_fatal_error_response(uint8_t *out, uint32_t out_len) in tpm_util_write_fatal_error_response() function
H A Dtpm_emulator.c236 tpm_util_write_fatal_error_response(cmd->out, cmd->out_len); in tpm_emulator_handle_request()