Home
last modified time | relevance | path

Searched refs:tbc (Results 1 – 2 of 2) sorted by relevance

/qemu/backends/tpm/
A Dtpm_passthrough.c369 TPMBackendClass *tbc = TPM_BACKEND_CLASS(klass); in tpm_passthrough_class_init() local
371 tbc->type = TPM_TYPE_PASSTHROUGH; in tpm_passthrough_class_init()
372 tbc->opts = tpm_passthrough_cmdline_opts; in tpm_passthrough_class_init()
373 tbc->desc = "Passthrough TPM backend driver"; in tpm_passthrough_class_init()
374 tbc->create = tpm_passthrough_create; in tpm_passthrough_class_init()
375 tbc->startup_tpm = tpm_passthrough_startup_tpm; in tpm_passthrough_class_init()
376 tbc->reset = tpm_passthrough_reset; in tpm_passthrough_class_init()
377 tbc->cancel_cmd = tpm_passthrough_cancel_cmd; in tpm_passthrough_class_init()
379 tbc->reset_tpm_established_flag = in tpm_passthrough_class_init()
381 tbc->get_tpm_version = tpm_passthrough_get_tpm_version; in tpm_passthrough_class_init()
[all …]
A Dtpm_emulator.c1061 TPMBackendClass *tbc = TPM_BACKEND_CLASS(klass); in tpm_emulator_class_init() local
1063 tbc->type = TPM_TYPE_EMULATOR; in tpm_emulator_class_init()
1064 tbc->opts = tpm_emulator_cmdline_opts; in tpm_emulator_class_init()
1065 tbc->desc = "TPM emulator backend driver"; in tpm_emulator_class_init()
1066 tbc->create = tpm_emulator_create; in tpm_emulator_class_init()
1067 tbc->startup_tpm = tpm_emulator_startup_tpm; in tpm_emulator_class_init()
1068 tbc->cancel_cmd = tpm_emulator_cancel_cmd; in tpm_emulator_class_init()
1071 tbc->get_tpm_version = tpm_emulator_get_tpm_version; in tpm_emulator_class_init()
1072 tbc->get_buffer_size = tpm_emulator_get_buffer_size; in tpm_emulator_class_init()
1073 tbc->get_tpm_options = tpm_emulator_get_tpm_options; in tpm_emulator_class_init()
[all …]

Completed in 9 milliseconds