Home
last modified time | relevance | path

Searched refs:tpm_util_swtpm_start (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/qtest/
H A Dtpm-tests.c46 succ = tpm_util_swtpm_start(src_tpm_path, &swtpm_pid, &addr, &error); in tpm_test_swtpm_test()
93 succ = tpm_util_swtpm_start(src_tpm_path, &src_tpm_pid, in tpm_test_swtpm_migration_test()
97 succ = tpm_util_swtpm_start(dst_tpm_path, &dst_tpm_pid, in tpm_test_swtpm_migration_test()
H A Dtpm-util.h38 gboolean tpm_util_swtpm_start(const char *path, GPid *pid,
H A Dtpm-util.c134 gboolean tpm_util_swtpm_start(const char *path, GPid *pid, in tpm_util_swtpm_start() function