| /src/crypto/openssl/test/ |
| H A D | sslapitest.c | 402 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog() 481 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key() 527 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_keylog_no_master_key() 606 if (!TEST_false(create_ssl_connection(serverssl, clientssl, in test_client_cert_verify_cb() 624 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_client_cert_verify_cb() 781 || !TEST_false(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb() 789 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_client_hello_cb() 824 status = create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE); in test_no_ems() 883 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher() 898 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_ccs_change_cipher() [all …]
|
| H A D | dtls_mtu_test.c | 73 || !TEST_true(create_ssl_connection(clnt_ssl, srvr_ssl, in mtu_test() 223 if (!TEST_true(create_ssl_connection(srvr_ssl, clnt_ssl, in test_server_mtu_larger_than_max_fragment_length()
|
| H A D | dtlstest.c | 222 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_dtls_drop_records() 281 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_drop_records() 331 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_cookie() 375 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_dtls_duplicate_records()
|
| H A D | sslbuffertest.c | 93 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) { in test_func() 223 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_free_buffers()
|
| H A D | tls13groupselection_test.c | 441 TEST_true_or_end(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE)); in test_groupnegotiation() 458 TEST_false_or_end(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE)); in test_groupnegotiation()
|
| 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 | 306 || !TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs() 369 if (!TEST_true(create_ssl_connection(sssl, cssl, SSL_ERROR_NONE))) in test_tls13ccs()
|
| H A D | recordlentest.c | 149 if (!TEST_true(create_ssl_connection(serverssl, clientssl, in test_record_overflow()
|
| H A D | servername_test.c | 217 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in server_setup_sni()
|
| H A D | cert_comp_test.c | 209 if (!TEST_true(create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE))) in test_ssl_cert_comp()
|
| H A D | sslcorrupttest.c | 225 if (!TEST_true(create_ssl_connection(server, client, SSL_ERROR_NONE))) in test_ssl_corrupt()
|
| H A D | rpktest.c | 483 ret = create_ssl_connection(serverssl, clientssl, want_error); in test_rpk() 624 ret = create_ssl_connection(serverssl, clientssl, SSL_ERROR_NONE); in test_rpk()
|
| H A D | asynciotest.c | 326 || !TEST_true(create_ssl_connection(serverssl, clientssl, in test_asyncio()
|
| /src/crypto/openssl/test/helpers/ |
| H A D | ssltestlib.h | 37 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want);
|
| H A D | ssltestlib.c | 1431 int create_ssl_connection(SSL *serverssl, SSL *clientssl, int want) in create_ssl_connection() function
|