Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dsslapitest.c392 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog()
471 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key()
517 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key()
596 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()
771 || !TEST_false(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb()
779 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb()
814 if (!create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE)) { in test_no_ems()
867 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher()
882 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher()
[all …]
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()
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()
Dfatalerrtest.c57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
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()
Dsslbuffertest.c61 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func()
Drecordlentest.c149 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_record_overflow()
Dsslcorrupttest.c226 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
Dservername_test.c219 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
Dasynciotest.c327 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
/third_party/openssl/test/helpers/
Dssltestlib.h26 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
Dssltestlib.c1145 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function