Home
last modified time | relevance | path

Searched refs:SSL_new (Results 1 - 25 of 127) sorted by relevance

123456

/third_party/openssl/test/
H A Dcipherlist_test.c158 if (!TEST_ptr(ssl = SSL_new(ctx)) in test_default_cipherlist()
228 s = SSL_new(fixture->client); in test_default_cipherlist_clear()
H A Dservername_test.c115 con = SSL_new(ctx); in client_setup_sni_before_state()
167 con = SSL_new(ctx); in client_setup_sni_after_state()
H A Dssl_ctx_test.c42 ssl = SSL_new(ctx); in test_set_min_max_version()
H A Dcipherbytes_test.c135 || !TEST_ptr(s = SSL_new(ctx))) in setup_tests()
H A Dclienthellotest.c148 con = SSL_new(ctx); in test_client_hello()
H A Dsslcorrupttest.c148 || !TEST_ptr(ssl = SSL_new(ctx)) in setup_cipher_list()
H A Dtls13encryptiontest.c328 s = SSL_new(ctx); in test_tls13_encryption()
H A Dciphername_test.c419 ssl = SSL_new(ctx); in test_cipher_name()
H A Ddanetest.c322 if (!TEST_ptr(ssl = SSL_new(ctx))) in test_tlsafile()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dclient.c71 client = SSL_new(ctx); in FuzzerTestOneInput()
/third_party/openssl/demos/bio/
H A Dsconnect.c58 ssl = SSL_new(ssl_ctx); in main()
/third_party/openssl/fuzz/
H A Dclient.c71 client = SSL_new(ctx); in FuzzerTestOneInput()
/third_party/openssl/test/helpers/
H A Dssltestlib.c967 else if (!TEST_ptr(serverssl = SSL_new(serverctx))) in create_ssl_objects2()
971 else if (!TEST_ptr(clientssl = SSL_new(clientctx))) in create_ssl_objects2()
1004 else if (!TEST_ptr(serverssl = SSL_new(serverctx))) in create_ssl_objects()
1008 else if (!TEST_ptr(clientssl = SSL_new(clientctx))) in create_ssl_objects()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dio_openssl.c138 if(NULL == (session->io_context = SSL_new(session->daemon->io_context))) in SPDYF_openssl_new_session()
/third_party/node/deps/openssl/openssl/apps/
H A Dciphers.c218 ssl = SSL_new(ctx); in ciphers_main()
H A Ds_time.c431 serverCon = SSL_new(ctx); in doConnection()
/third_party/openssl/apps/
H A Dciphers.c218 ssl = SSL_new(ctx); in ciphers_main()
/third_party/curl/lib/
H A Dsetup-vms.h302 #define SSL_new SSL_NEW macro
/third_party/toybox/toys/pending/
H A Dwget.c169 TT.ssl = SSL_new(TT.ctx); in wget_connect()
171 error_exit("SSL_new: %s", ERR_error_string(ERR_get_error(), NULL)); in wget_connect()
/third_party/libcoap/src/
H A Dcoap_openssl.c962 o_context->dtls.ssl = SSL_new(o_context->dtls.ctx); in coap_dtls_context_set_spsk()
995 o_context->dtls.ssl = SSL_new(o_context->dtls.ctx); in coap_dtls_context_set_cpsk()
2723 context->dtls.ssl = SSL_new(context->dtls.ctx); in coap_dtls_context_set_pki()
2825 nssl = SSL_new(dtls->ctx); in coap_dtls_new_server_session()
2965 ssl = SSL_new(dtls->ctx); in coap_dtls_new_client_session()
3287 ssl = SSL_new(tls->ctx); in coap_tls_new_client_session()
3346 ssl = SSL_new(tls->ctx); in coap_tls_new_server_session()
/third_party/ffmpeg/libavformat/
H A Dtls_openssl.c295 p->ssl = SSL_new(p->ctx); in tls_open()
/third_party/curl/lib/vquic/
H A Dvquic-tls.c219 ctx->ssl = SSL_new(ctx->ssl_ctx); in curl_ossl_init_ssl()
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-client.c102 wsi->tls.ssl = SSL_new(wsi->a.vhost->tls.ssl_client_ctx); in lws_ssl_client_bio_create()
104 lwsl_info("%s: SSL_new() failed\n", __func__); in lws_ssl_client_bio_create()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
H A Dssl.h81 SSL* SSL_new(SSL_CTX *ctx);
/third_party/node/deps/openssl/openssl/ssl/
H A Dbio_ssl.c466 if ((ssl = SSL_new(ctx)) == NULL) { in BIO_new_ssl()

Completed in 19 milliseconds

123456