Lines Matching refs:TPMBackend

69     TPMBackend parent;
245 static void tpm_emulator_handle_request(TPMBackend *tb, TPMBackendCmd *cmd, in tpm_emulator_handle_request()
311 static int tpm_emulator_stop_tpm(TPMBackend *tb) in tpm_emulator_stop_tpm()
363 static int tpm_emulator_set_buffer_size(TPMBackend *tb, in tpm_emulator_set_buffer_size()
404 static int tpm_emulator_startup_tpm_resume(TPMBackend *tb, size_t buffersize, in tpm_emulator_startup_tpm_resume()
444 static int tpm_emulator_startup_tpm(TPMBackend *tb, size_t buffersize) in tpm_emulator_startup_tpm()
458 static bool tpm_emulator_get_tpm_established_flag(TPMBackend *tb) in tpm_emulator_get_tpm_established_flag()
482 static int tpm_emulator_reset_tpm_established_flag(TPMBackend *tb, in tpm_emulator_reset_tpm_established_flag()
517 static void tpm_emulator_cancel_cmd(TPMBackend *tb) in tpm_emulator_cancel_cmd()
538 static TPMVersion tpm_emulator_get_tpm_version(TPMBackend *tb) in tpm_emulator_get_tpm_version()
545 static size_t tpm_emulator_get_buffer_size(TPMBackend *tb) in tpm_emulator_get_buffer_size()
677 static TPMBackend *tpm_emulator_create(QemuOpts *opts) in tpm_emulator_create()
679 TPMBackend *tb = TPM_BACKEND(object_new(TYPE_TPM_EMULATOR)); in tpm_emulator_create()
689 static TpmTypeOptions *tpm_emulator_get_tpm_options(TPMBackend *tb) in tpm_emulator_get_tpm_options()
883 static int tpm_emulator_set_state_blobs(TPMBackend *tb) in tpm_emulator_set_state_blobs()
914 TPMBackend *tb = opaque; in tpm_emulator_pre_save()
933 TPMBackend *tb = opaque; in tpm_emulator_vm_state_change()
953 TPMBackend *tb = opaque; in tpm_emulator_post_load()