Searched refs:dst_tpm_path (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | tpm-crb-swtpm-test.c | 24 char *dst_tpm_path; member 40 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_crb_swtpm_migration_test() 50 ts.dst_tpm_path = g_dir_make_tmp("qemu-tpm-crb-swtpm-test.XXXXXX", NULL); in main() 61 tpm_util_rmdir(ts.dst_tpm_path); in main() 62 g_free(ts.dst_tpm_path); in main()
|
H A D | tpm-tis-device-swtpm-test.c | 29 char *dst_tpm_path; member 45 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_tis_swtpm_migration_test() 57 ts.dst_tpm_path = g_dir_make_tmp("qemu-tpm-tis-device-swtpm-test.XXXXXX", in main() 69 tpm_util_rmdir(ts.dst_tpm_path); in main() 70 g_free(ts.dst_tpm_path); in main()
|
H A D | tpm-tis-swtpm-test.c | 27 char *dst_tpm_path; member 43 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_tis_swtpm_migration_test() 53 ts.dst_tpm_path = g_dir_make_tmp("qemu-tpm-tis-swtpm-test.XXXXXX", NULL); in main() 64 tpm_util_rmdir(ts.dst_tpm_path); in main() 65 g_free(ts.dst_tpm_path); in main()
|
H A D | tpm-tests.c | 78 const char *dst_tpm_path, in tpm_test_swtpm_migration_test() argument 97 succ = tpm_util_swtpm_start(dst_tpm_path, &dst_tpm_pid, in tpm_test_swtpm_migration_test()
|
H A D | tpm-tests.h | 22 const char *dst_tpm_path,
|