| /src/crypto/openssl/test/ |
| H A D | dtlstest.c | 79 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_dtls_unprocessed() 197 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_dtls_drop_records() 311 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_cookie() 351 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_dtls_duplicate_records() 418 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_just_finished() 482 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_swap_records() 595 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_duplicate_app_data() 691 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_listen()
|
| H A D | sslapitest.c | 373 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_keylog() 457 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_keylog_no_master_key() 587 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_client_cert_verify_cb() 767 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_client_hello_cb() 810 if (!create_ssl_ctx_pair(libctx, TLS_server_method(), TLS_client_method(), in test_no_ems() 875 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_ccs_change_cipher() 976 if (!TEST_true(create_ssl_ctx_pair(libctx, smeth, cmeth, min_version, in execute_test_large_message() 1168 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in execute_test_ktls() 1343 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in execute_test_ktls_sendfile() 1650 if (!TEST_true(create_ssl_ctx_pair(libctx, smeth, cmeth, prot, prot, in test_large_app_data() [all …]
|
| H A D | tls13groupselection_test.c | 351 TEST_true_or_end(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_invalidsyntax() 392 TEST_true_or_end(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_groupnegotiation()
|
| H A D | fatalerrtest.c | 31 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_method(), TLS_method(), in test_fatalerr()
|
| H A D | ssl_handshake_rtt_test.c | 64 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_handshake_rtt()
|
| H A D | recordlentest.c | 104 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_record_overflow()
|
| H A D | servername_test.c | 206 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in server_setup_sni()
|
| H A D | cert_comp_test.c | 162 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_ssl_cert_comp()
|
| H A D | sslcorrupttest.c | 196 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_ssl_corrupt()
|
| H A D | sslbuffertest.c | 356 if (!create_ssl_ctx_pair(NULL, TLS_server_method(), TLS_client_method(), in setup_tests()
|
| H A D | rpktest.c | 227 if (!TEST_true(create_ssl_ctx_pair(test_libctx, in test_rpk() 690 if (!TEST_true(create_ssl_ctx_pair(NULL, in test_rpk_api()
|
| H A D | asynciotest.c | 299 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_asyncio()
|
| H A D | tls13ccstest.c | 259 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_tls13ccs()
|
| /src/crypto/openssl/test/helpers/ |
| H A D | ssltestlib.h | 23 int create_ssl_ctx_pair(OSSL_LIB_CTX *libctx, const SSL_METHOD *sm,
|
| H A D | ssltestlib.c | 945 int create_ssl_ctx_pair(OSSL_LIB_CTX *libctx, const SSL_METHOD *sm, in create_ssl_ctx_pair() function
|