Lines Matching refs:TPMBackend
42 TPMBackend parent;
60 static void tpm_passthrough_cancel_cmd(TPMBackend *tb);
127 static void tpm_passthrough_handle_request(TPMBackend *tb, TPMBackendCmd *cmd, in tpm_passthrough_handle_request()
139 static void tpm_passthrough_reset(TPMBackend *tb) in tpm_passthrough_reset()
146 static bool tpm_passthrough_get_tpm_established_flag(TPMBackend *tb) in tpm_passthrough_get_tpm_established_flag()
151 static int tpm_passthrough_reset_tpm_established_flag(TPMBackend *tb, in tpm_passthrough_reset_tpm_established_flag()
158 static void tpm_passthrough_cancel_cmd(TPMBackend *tb) in tpm_passthrough_cancel_cmd()
184 static TPMVersion tpm_passthrough_get_tpm_version(TPMBackend *tb) in tpm_passthrough_get_tpm_version()
191 static size_t tpm_passthrough_get_buffer_size(TPMBackend *tb) in tpm_passthrough_get_buffer_size()
291 static TPMBackend *tpm_passthrough_create(QemuOpts *opts) in tpm_passthrough_create()
303 static int tpm_passthrough_startup_tpm(TPMBackend *tb, size_t buffersize) in tpm_passthrough_startup_tpm()
317 static TpmTypeOptions *tpm_passthrough_get_tpm_options(TPMBackend *tb) in tpm_passthrough_get_tpm_options()