Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-tlssession.c161 if (qcrypto_tls_session_get_handshake_status(serverSess) == in test_crypto_tls_session_psk()
170 if (qcrypto_tls_session_get_handshake_status(clientSess) == in test_crypto_tls_session_psk()
355 if (qcrypto_tls_session_get_handshake_status(serverSess) == in test_crypto_tls_session_x509()
364 if (qcrypto_tls_session_get_handshake_status(clientSess) == in test_crypto_tls_session_x509()
/openbmc/qemu/include/crypto/
H A Dtlssession.h324 qcrypto_tls_session_get_handshake_status(QCryptoTLSSession *sess);
/openbmc/qemu/crypto/
H A Dtlssession.c577 qcrypto_tls_session_get_handshake_status(QCryptoTLSSession *session) in qcrypto_tls_session_get_handshake_status() function
696 qcrypto_tls_session_get_handshake_status(QCryptoTLSSession *sess) in qcrypto_tls_session_get_handshake_status() function
/openbmc/qemu/io/
H A Dchannel-tls.c174 status = qcrypto_tls_session_get_handshake_status(ioc->session); in qio_channel_tls_handshake_task()