Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-tlssession.c99 QCryptoTLSSession *clientSess = NULL; in test_crypto_tls_session_psk() local
129 clientSess = qcrypto_tls_session_new( in test_crypto_tls_session_psk()
132 g_assert(clientSess != NULL); in test_crypto_tls_session_psk()
145 qcrypto_tls_session_set_callbacks(clientSess, in test_crypto_tls_session_psk()
167 rv = qcrypto_tls_session_handshake(clientSess, in test_crypto_tls_session_psk()
170 if (qcrypto_tls_session_get_handshake_status(clientSess) == in test_crypto_tls_session_psk()
181 g_assert(qcrypto_tls_session_check_credentials(clientSess, in test_crypto_tls_session_psk()
188 qcrypto_tls_session_free(clientSess); in test_crypto_tls_session_psk()
251 QCryptoTLSSession *clientSess = NULL; in test_crypto_tls_session_x509() local
322 clientSess = qcrypto_tls_session_new( in test_crypto_tls_session_x509()
[all …]