Symbol: SSL_CTX_new_ex
crypto/openssl/apps/ciphers.c
192
ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth);
crypto/openssl/apps/s_client.c
1894
ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth);
crypto/openssl/apps/s_server.c
2023
ctx = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth);
crypto/openssl/apps/s_server.c
2154
ctx2 = SSL_CTX_new_ex(app_get0_libctx(), app_get0_propq(), meth);
crypto/openssl/include/openssl/ssl.h
1624
__owur SSL_CTX *SSL_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq,
crypto/openssl/ssl/quic/quic_tserver.c
101
srv->ctx = SSL_CTX_new_ex(srv->args.libctx, srv->args.propq,
crypto/openssl/ssl/ssl_lib.c
4330
return SSL_CTX_new_ex(NULL, NULL, meth);
crypto/openssl/test/helpers/ssltestlib.c
956
else if (!TEST_ptr(serverctx = SSL_CTX_new_ex(libctx, NULL, sm))
crypto/openssl/test/helpers/ssltestlib.c
965
else if (!TEST_ptr(clientctx = SSL_CTX_new_ex(libctx, NULL, cm)))
crypto/openssl/test/quicapitest.c
1039
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1115
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1185
cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1255
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1299
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1300
SSL_CTX *sctx = SSL_CTX_new_ex(libctx, NULL, TLS_method());
crypto/openssl/test/quicapitest.c
1386
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1444
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1551
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1657
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
214
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
2300
if (!TEST_ptr(c_ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
2376
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
2431
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()))
crypto/openssl/test/quicapitest.c
2470
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
2532
if (!TEST_ptr(ssl_ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()))) {
crypto/openssl/test/quicapitest.c
2544
if (!TEST_ptr(ssl_ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_server_method()))
crypto/openssl/test/quicapitest.c
2700
ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_server_method());
crypto/openssl/test/quicapitest.c
287
SSL_CTX *ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
345
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
398
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
442
if (!TEST_ptr(cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()))
crypto/openssl/test/quicapitest.c
52
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
566
if (!TEST_ptr(cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()))
crypto/openssl/test/quicapitest.c
652
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
700
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
738
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
843
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
901
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/ssl_old_test.c
1388
c_ctx = SSL_CTX_new_ex(libctx, NULL, meth);
crypto/openssl/test/ssl_old_test.c
1389
s_ctx = SSL_CTX_new_ex(libctx, NULL, meth);
crypto/openssl/test/ssl_old_test.c
1390
s_ctx2 = SSL_CTX_new_ex(libctx, NULL, meth); /* no SSL_CTX_dup! */
crypto/openssl/test/ssl_test.c
418
server_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_server_method());
crypto/openssl/test/ssl_test.c
424
if (!TEST_ptr(server2_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_server_method()))
crypto/openssl/test/ssl_test.c
429
client_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_client_method());
crypto/openssl/test/ssl_test.c
433
resume_server_ctx = SSL_CTX_new_ex(libctx, NULL,
crypto/openssl/test/ssl_test.c
439
resume_client_ctx = SSL_CTX_new_ex(libctx, NULL,
crypto/openssl/test/ssl_test.c
459
server_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/ssl_test.c
466
if (!TEST_ptr(server2_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()))
crypto/openssl/test/ssl_test.c
474
client_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method());
crypto/openssl/test/ssl_test.c
479
resume_server_ctx = SSL_CTX_new_ex(libctx, NULL,
crypto/openssl/test/ssl_test.c
486
resume_client_ctx = SSL_CTX_new_ex(libctx, NULL,
crypto/openssl/test/sslapitest.c
10042
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method())))
crypto/openssl/test/sslapitest.c
10139
cctx = SSL_CTX_new_ex(clientctx, NULL, TLS_client_method());
crypto/openssl/test/sslapitest.c
10140
sctx = SSL_CTX_new_ex(serverctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
10844
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method());
crypto/openssl/test/sslapitest.c
10845
SSL_CTX *sctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
10974
sctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11092
ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11158
ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11238
ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11322
ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11364
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method()))
crypto/openssl/test/sslapitest.c
3080
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method()))
crypto/openssl/test/sslapitest.c
661
if (!TEST_ptr(ssl_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method())))
crypto/openssl/test/sslapitest.c
699
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method())))
crypto/openssl/test/sslapitest.c
8392
cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method());
crypto/openssl/test/sslapitest.c
8396
sctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
9198
snictx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
9597
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method()))
crypto/openssl/test/sslapitest.c
9982
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method())))