Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c345 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog()
423 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key()
469 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key()
558 || !TEST_false(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb()
566 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb()
609 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher()
624 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher()
643 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher()
747 || !TEST_true(create_ssl_connection(serverssl, clientssl, in execute_test_large_message()
920 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_large_app_data()
[all …]
H A Ddtlstest.c169 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_dtls_drop_records()
226 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_drop_records()
282 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_cookie()
318 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_duplicate_records()
H A Dgosttest.c59 if (!TEST_false(create_ssl_connection(serverssl, clientssl, in test_tls13()
63 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_tls13()
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 Dssltestlib.h23 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
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()
360 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.c198 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
H A Dsslcorrupttest.c223 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
H A Dasynciotest.c326 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
H A Dssltestlib.c944 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function
/netbsd-src/crypto/external/bsd/openssl/dist/test/
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 Dsslbuffertest.c70 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func()
204 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_free_buffers()
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 Drecordlentest.c149 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_record_overflow()
H A Dsslcorrupttest.c226 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
H A Dservername_test.c219 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
H A Dasynciotest.c327 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssltestlib.h26 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
H A Dssltestlib.c1160 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function