Home
last modified time | relevance | path

Searched defs:pskfile (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dcrypto-tls-psk-helpers.c28 test_tls_psk_init_common(const char *pskfile, const char *user, const char *key) in test_tls_psk_init_common()
40 void test_tls_psk_init(const char *pskfile) in test_tls_psk_init()
46 void test_tls_psk_init_alt(const char *pskfile) in test_tls_psk_init_alt()
52 void test_tls_psk_cleanup(const char *pskfile) in test_tls_psk_cleanup()
/openbmc/qemu/crypto/
H A Dtlscredspsk.c35 lookup_key(const char *pskfile, const char *username, gnutls_datum_t *key, in lookup_key()
74 g_autofree char *pskfile = NULL; in qcrypto_tls_creds_psk_load() local
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c924 char *pskfile; member