Home
last modified time | relevance | path

Searched refs:dst_tpm_path (Results 1 – 5 of 5) sorted by relevance

/qemu/tests/qtest/
H A Dtpm-crb-swtpm-test.c24 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 Dtpm-tis-device-swtpm-test.c29 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 Dtpm-tis-swtpm-test.c27 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 Dtpm-tests.c78 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 Dtpm-tests.h22 const char *dst_tpm_path,