Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dsslapitest.c359 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog()
437 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key()
483 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key()
572 || !TEST_false(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb()
580 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb()
623 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher()
638 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher()
657 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher()
761 || !TEST_true(create_ssl_connection(serverssl, clientssl, in execute_test_large_message()
907 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_tlsext_status_type()
[all …]
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()
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()
Dssltestlib.h23 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
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()
360 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()
Ddtls_mtu_test.c71 || !TEST_true(create_ssl_connection(clnt_ssl, srvr_ssl, in mtu_test()
Dservername_test.c198 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
Dsslcorrupttest.c223 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
Dasynciotest.c326 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
Dssltestlib.c911 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function