Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-tlssession.c102 bool clientShake = false; in test_crypto_tls_session_psk() local
166 if (!clientShake) { in test_crypto_tls_session_psk()
172 clientShake = true; in test_crypto_tls_session_psk()
175 } while (!clientShake || !serverShake); in test_crypto_tls_session_psk()
256 bool clientShake = false; in test_crypto_tls_session_x509() local
360 if (!clientShake) { in test_crypto_tls_session_x509()
366 clientShake = true; in test_crypto_tls_session_x509()
369 } while (!clientShake || !serverShake); in test_crypto_tls_session_x509()