Searched refs:selftest_done (Results 1 – 4 of 4) sorted by relevance
79 bool *selftest_done, Error **errp) in tpm_passthrough_unix_tx_bufs() argument87 *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()
176 bool *selftest_done, in tpm_emulator_unix_tx_bufs() argument182 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()
34 bool selftest_done; member
242 if (s->cmd.selftest_done) { in tpm_tis_request_completed()