Searched refs:create_ssl_connection (Results 1 - 12 of 12) sorted by relevance
/third_party/openssl/test/ |
H A 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(serverss in test_ccs_change_cipher() [all...] |
H A 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()
|
H A D | dtlstest.c | 101 /* BIO is freed by create_ssl_connection on error */ in test_dtls_unprocessed() 227 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_dtls_drop_records() 254 /* BIO is freed by create_ssl_connection on error */ 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()
|
H A D | fatalerrtest.c | 57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
|
H A 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()
|
H A D | sslbuffertest.c | 61 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func()
|
H A D | recordlentest.c | 149 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_record_overflow()
|
H A D | servername_test.c | 219 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
|
H A D | sslcorrupttest.c | 221 /* BIO is freed by create_ssl_connection on error */ in test_ssl_corrupt() 226 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
|
H A D | asynciotest.c | 327 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
|
/third_party/openssl/test/helpers/ |
H A D | ssltestlib.h | 26 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
|
H A D | ssltestlib.c | 1145 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function
|
Completed in 14 milliseconds