Lines Matching refs:SSL_CTX_new_ex
651 if (!TEST_ptr(ssl_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method())))
690 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method())))
3020 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method()))
7715 cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method());
7719 sctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_server_method());
8436 snictx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
8833 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_method()))
9272 cctx = SSL_CTX_new_ex(clientctx, NULL, TLS_client_method());
9273 sctx = SSL_CTX_new_ex(serverctx, NULL, TLS_server_method());
9811 sctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
9929 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
9995 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
10075 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
10160 ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
10202 if (!TEST_ptr(ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method()))