Home
last modified time | relevance | path

Searched refs:clientCreds (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/unit/
H A Dtest-crypto-tlssession.c97 QCryptoTLSCreds *clientCreds; in test_crypto_tls_session_psk() local
118 clientCreds = test_tls_creds_psk_create( in test_crypto_tls_session_psk()
121 g_assert(clientCreds != NULL); in test_crypto_tls_session_psk()
130 clientCreds, NULL, NULL, in test_crypto_tls_session_psk()
185 object_unparent(OBJECT(clientCreds)); in test_crypto_tls_session_psk()
249 QCryptoTLSCreds *clientCreds; in test_crypto_tls_session_x509() local
299 clientCreds = test_tls_creds_x509_create( in test_crypto_tls_session_x509()
302 g_assert(clientCreds != NULL); in test_crypto_tls_session_x509()
323 clientCreds, data->hostname, NULL, in test_crypto_tls_session_x509()
404 object_unparent(OBJECT(clientCreds)); in test_crypto_tls_session_x509()
H A Dtest-io-channel-tls.c109 QCryptoTLSCreds *clientCreds; in test_io_channel_tls() local
153 clientCreds = test_tls_creds_create( in test_io_channel_tls()
156 g_assert(clientCreds != NULL); in test_io_channel_tls()
192 QIO_CHANNEL(clientChanSock), clientCreds, in test_io_channel_tls()
251 object_unparent(OBJECT(clientCreds)); in test_io_channel_tls()