Searched refs:tx_func (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | tpm-util.h | 23 typedef void (tx_func)(QTestState *s, typedef 31 void tpm_util_startup(QTestState *s, tx_func *tx); 32 void tpm_util_pcrextend(QTestState *s, tx_func *tx); 33 void tpm_util_pcrread(QTestState *s, tx_func *tx,
|
H A D | tpm-tests.h | 18 void tpm_test_swtpm_test(const char *src_tpm_path, tx_func *tx, 23 const char *uri, tx_func *tx,
|
H A D | tpm-util.c | 54 void tpm_util_startup(QTestState *s, tx_func *tx) in tpm_util_startup() 68 void tpm_util_pcrextend(QTestState *s, tx_func *tx) in tpm_util_pcrextend() 88 void tpm_util_pcrread(QTestState *s, tx_func *tx, in tpm_util_pcrread()
|
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() 79 const char *uri, tx_func *tx, in tpm_test_swtpm_migration_test()
|