Home
last modified time | relevance | path

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

/openbmc/qemu/backends/tpm/
H A Dtpm_passthrough.c79 bool *selftest_done, Error **errp) in tpm_passthrough_unix_tx_bufs() argument
87 *selftest_done = false; in tpm_passthrough_unix_tx_bufs()
116 *selftest_done = tpm_cmd_get_errcode(out) == 0; in tpm_passthrough_unix_tx_bufs()
135 cmd->out, cmd->out_len, &cmd->selftest_done, in tpm_passthrough_handle_request()
H A Dtpm_emulator.c176 bool *selftest_done, in tpm_emulator_unix_tx_bufs() argument
182 if (selftest_done) { in tpm_emulator_unix_tx_bufs()
183 *selftest_done = false; in tpm_emulator_unix_tx_bufs()
206 *selftest_done = tpm_cmd_get_errcode(out) == 0; in tpm_emulator_unix_tx_bufs()
255 &cmd->selftest_done, errp) < 0) { in tpm_emulator_handle_request()
/openbmc/qemu/include/sysemu/
H A Dtpm_backend.h34 bool selftest_done; member
/openbmc/qemu/hw/tpm/
H A Dtpm_tis_common.c242 if (s->cmd.selftest_done) { in tpm_tis_request_completed()