Searched refs:src_tpm_path (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | tpm-crb-swtpm-test.c | 23 char *src_tpm_path; member 32 tpm_test_swtpm_test(ts->src_tpm_path, tpm_util_crb_transfer, in tpm_crb_swtpm_test() 40 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_crb_swtpm_migration_test() 49 ts.src_tpm_path = g_dir_make_tmp("qemu-tpm-crb-swtpm-test.XXXXXX", NULL); in main() 51 ts.uri = g_strdup_printf("unix:%s/migsocket", ts.src_tpm_path); in main() 63 tpm_util_rmdir(ts.src_tpm_path); in main() 64 g_free(ts.src_tpm_path); in main()
|
H A D | tpm-tis-swtpm-test.c | 26 char *src_tpm_path; member 35 tpm_test_swtpm_test(ts->src_tpm_path, tpm_tis_transfer, in tpm_tis_swtpm_test() 43 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_tis_swtpm_migration_test() 52 ts.src_tpm_path = g_dir_make_tmp("qemu-tpm-tis-swtpm-test.XXXXXX", NULL); in main() 54 ts.uri = g_strdup_printf("unix:%s/migsocket", ts.src_tpm_path); in main() 66 tpm_util_rmdir(ts.src_tpm_path); in main() 67 g_free(ts.src_tpm_path); in main()
|
H A D | tpm-tis-device-swtpm-test.c | 28 char *src_tpm_path; member 37 tpm_test_swtpm_test(ts->src_tpm_path, tpm_tis_transfer, in tpm_tis_swtpm_test() 45 tpm_test_swtpm_migration_test(ts->src_tpm_path, ts->dst_tpm_path, ts->uri, in tpm_tis_swtpm_migration_test() 55 ts.src_tpm_path = g_dir_make_tmp("qemu-tpm-tis-device-swtpm-test.XXXXXX", in main() 59 ts.uri = g_strdup_printf("unix:%s/migsocket", ts.src_tpm_path); in main() 71 tpm_util_rmdir(ts.src_tpm_path); in main() 72 g_free(ts.src_tpm_path); in main()
|
H A D | tpm-tests.c | 32 void tpm_test_swtpm_test(const char *src_tpm_path, tx_func *tx, in tpm_test_swtpm_test() argument 46 succ = tpm_util_swtpm_start(src_tpm_path, &swtpm_pid, &addr, &error); in tpm_test_swtpm_test() 77 void tpm_test_swtpm_migration_test(const char *src_tpm_path, in tpm_test_swtpm_migration_test() argument 93 succ = tpm_util_swtpm_start(src_tpm_path, &src_tpm_pid, in tpm_test_swtpm_migration_test()
|
H A D | tpm-tests.h | 18 void tpm_test_swtpm_test(const char *src_tpm_path, tx_func *tx, 21 void tpm_test_swtpm_migration_test(const char *src_tpm_path,
|