Searched refs:create_ssl_connection (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/test/ |
D | sslapitest.c | 359 || !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 …]
|
D | dtlstest.c | 169 || !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()
|
D | gosttest.c | 59 if (!TEST_false(create_ssl_connection(serverssl, clientssl, in test_tls13() 63 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_tls13()
|
D | ssltestlib.h | 23 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
|
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() 360 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 | dtls_mtu_test.c | 71 || !TEST_true(create_ssl_connection(clnt_ssl, srvr_ssl, in mtu_test()
|
D | servername_test.c | 198 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
|
D | sslcorrupttest.c | 223 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
|
D | asynciotest.c | 326 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
|
D | ssltestlib.c | 911 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function
|