Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c596 if (!TEST_false(create_ssl_connection(serverssl, clientssl, in test_client_cert_verify_cb()
614 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_client_cert_verify_cb()
1350 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in execute_test_ktls_sendfile()
1732 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in execute_cleanse_plaintext()
1980 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_tlsext_status_type()
2433 || !TEST_true(create_ssl_connection(sssl, cssl, in post_handshake_verify()
2540 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_tickets()
2586 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_tickets()
2671 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_psk_tickets()
2726 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_extra_tickets()
[all …]
H A Ddtlstest.c227 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_dtls_drop_records()
286 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_drop_records()
335 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_cookie()
379 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_duplicate_records()
H A Ddtls_mtu_test.c71 || !TEST_true(create_ssl_connection(clnt_ssl, srvr_ssl, in mtu_test()
219 if (!TEST_true(create_ssl_connection(srvr_ssl, clnt_ssl, in test_server_mtu_larger_than_max_fragment_length()
H A Dfatalerrtest.c57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
H A Dtls13ccstest.c304 || !TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
367 if (!TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
H A Dsslbuffertest.c61 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func()
H A Drecordlentest.c149 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_record_overflow()
H A Dservername_test.c219 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
H A Dsslcorrupttest.c226 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
H A Dasynciotest.c327 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.h26 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
H A Dssltestlib.c1151 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function