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
4328
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
1040
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1116
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1186
cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1256
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1300
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1301
SSL_CTX *sctx = SSL_CTX_new_ex(libctx, NULL, TLS_method());
crypto/openssl/test/quicapitest.c
1387
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1445
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1552
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
1658
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
215
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
2301
if (!TEST_ptr(c_ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
2377
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
2432
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()))
crypto/openssl/test/quicapitest.c
2471
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
2533
if (!TEST_ptr(ssl_ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()))) {
crypto/openssl/test/quicapitest.c
2545
if (!TEST_ptr(ssl_ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_server_method()))
crypto/openssl/test/quicapitest.c
2779
ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_server_method());
crypto/openssl/test/quicapitest.c
288
SSL_CTX *ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
3035
if (!TEST_ptr(cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
346
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
399
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
443
if (!TEST_ptr(cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()))
crypto/openssl/test/quicapitest.c
53
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method());
crypto/openssl/test/quicapitest.c
567
if (!TEST_ptr(cctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method()))
crypto/openssl/test/quicapitest.c
653
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
701
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
739
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
844
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, OSSL_QUIC_client_method())))
crypto/openssl/test/quicapitest.c
902
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
10325
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method())))
crypto/openssl/test/sslapitest.c
10385
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method())))
crypto/openssl/test/sslapitest.c
10482
cctx = SSL_CTX_new_ex(clientctx, NULL, TLS_client_method());
crypto/openssl/test/sslapitest.c
10483
sctx = SSL_CTX_new_ex(serverctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11223
SSL_CTX *cctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method());
crypto/openssl/test/sslapitest.c
11224
SSL_CTX *sctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11353
sctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11471
ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11537
ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11617
ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11701
ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
11743
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method()))
crypto/openssl/test/sslapitest.c
3218
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method()))
crypto/openssl/test/sslapitest.c
3290
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
8593
cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method());
crypto/openssl/test/sslapitest.c
8597
sctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
9518
snictx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
crypto/openssl/test/sslapitest.c
9930
if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method()))