Lines Matching refs:SSL_CTX_new_ex
651 if (!TEST_ptr(ssl_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()))) in test_ssl_build_cert_chain()
690 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()))) in test_ssl_ctx_build_cert_chain()
3064 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method())) in execute_test_ssl_bio()
8142 cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method()); in int_test_ssl_get_shared_ciphers()
8146 sctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_server_method()); in int_test_ssl_get_shared_ciphers()
8939 snictx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_cert_cb_int()
9336 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method())) in test_session_timeout()
9722 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()))) in test_unknown_sigalgs_groups()
9783 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()))) in test_configuration_of_groups()
9884 cctx = SSL_CTX_new_ex(clientctx, NULL, TLS_client_method()); in test_sigalgs_available()
9885 sctx = SSL_CTX_new_ex(serverctx, NULL, TLS_server_method()); in test_sigalgs_available()
10513 SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method()); in test_dh_auto()
10514 SSL_CTX *sctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_dh_auto()
10644 sctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_sni_tls13()
10762 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_set_alpn()
10828 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_set_verify_cert_store_ssl_ctx()
10908 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_set_verify_cert_store_ssl()
10993 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_inherit_verify_param()
11035 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method())) in test_load_dhfile()