Searched refs:create_ssl_connection (Results 1 – 12 of 12) sorted by relevance
/openssl-master/test/ |
A D | sslapitest.c | 599 if (!TEST_false(create_ssl_connection(serverssl, clientssl, in test_client_cert_verify_cb() 617 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_client_cert_verify_cb() 1329 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in execute_test_ktls_sendfile() 1548 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in execute_cleanse_plaintext() 1792 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_tlsext_status_type() 2217 || !TEST_true(create_ssl_connection(sssl, cssl, in post_handshake_verify() 2324 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_tickets() 2370 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_tickets() 2455 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_psk_tickets() 2510 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_extra_tickets() [all …]
|
A D | dtlstest.c | 193 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_dtls_drop_records() 250 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_drop_records() 315 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_cookie() 359 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_duplicate_records()
|
A D | fatalerrtest.c | 57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
|
A D | sslbuffertest.c | 61 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func()
|
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()
|
A D | dtls_mtu_test.c | 71 || !TEST_true(create_ssl_connection(clnt_ssl, srvr_ssl, in mtu_test()
|
A D | recordlentest.c | 151 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_record_overflow()
|
A D | servername_test.c | 219 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
|
A D | sslcorrupttest.c | 228 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
|
A D | asynciotest.c | 327 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
|
/openssl-master/test/helpers/ |
A D | ssltestlib.h | 26 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
|
A D | ssltestlib.c | 1024 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function
|
Completed in 31 milliseconds