Searched refs:create_ssl_connection (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/test/ |
D | sslapitest.c | 392 || !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 …]
|
D | dtlstest.c | 227 || !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()
|
D | dtls_mtu_test.c | 71 || !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()
|
D | fatalerrtest.c | 57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
|
D | tls13ccstest.c | 304 || !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()
|
D | sslbuffertest.c | 61 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func()
|
D | recordlentest.c | 149 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_record_overflow()
|
D | sslcorrupttest.c | 226 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
|
D | servername_test.c | 219 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
|
D | asynciotest.c | 327 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
|
/third_party/openssl/test/helpers/ |
D | ssltestlib.h | 26 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
|
D | ssltestlib.c | 1145 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function
|