Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dsslapitest.c402 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog()
481 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key()
527 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key()
606 if (!TEST_false(create_ssl_connection(serverssl, clientssl, in test_client_cert_verify_cb()
624 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_client_cert_verify_cb()
781 || !TEST_false(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb()
789 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb()
824 status = create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE); in test_no_ems()
883 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher()
898 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher()
[all …]
H A Ddtls_mtu_test.c73 || !TEST_true(create_ssl_connection(clnt_ssl, srvr_ssl, in mtu_test()
223 if (!TEST_true(create_ssl_connection(srvr_ssl, clnt_ssl, in test_server_mtu_larger_than_max_fragment_length()
H A Ddtlstest.c222 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_dtls_drop_records()
281 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_drop_records()
331 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_cookie()
375 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_duplicate_records()
H A Dsslbuffertest.c93 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func()
223 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_free_buffers()
H A Dtls13groupselection_test.c441 TEST_true_or_end(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE)); in test_groupnegotiation()
458 TEST_false_or_end(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE)); in test_groupnegotiation()
H A Dfatalerrtest.c57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
H A Dtls13ccstest.c306 || !TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
369 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 Dservername_test.c217 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
H A Dcert_comp_test.c209 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_ssl_cert_comp()
H A Dsslcorrupttest.c225 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
H A Drpktest.c483 ret = create_ssl_connection(serverssl, clientssl, want_error); in test_rpk()
624 ret = create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE); in test_rpk()
H A Dasynciotest.c326 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
/src/crypto/openssl/test/helpers/
H A Dssltestlib.h37 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
H A Dssltestlib.c1431 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function