Home
last modified time | relevance | path

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

/openssl-master/test/
A Dsslapitest.c599 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 Ddtlstest.c193 || !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 Dfatalerrtest.c57 if (!TEST_false(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_fatalerr()
A Dsslbuffertest.c61 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func()
A Dtls13ccstest.c304 || !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 Ddtls_mtu_test.c71 || !TEST_true(create_ssl_connection(clnt_ssl, srvr_ssl, in mtu_test()
A Drecordlentest.c151 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_record_overflow()
A Dservername_test.c219 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
A Dsslcorrupttest.c228 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
A Dasynciotest.c327 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
/openssl-master/test/helpers/
A Dssltestlib.h26 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
A Dssltestlib.c1024 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function

Completed in 31 milliseconds