Home
last modified time | relevance | path

Searched refs:SSL_new (Results 1 – 25 of 32) sorted by relevance

12

/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java328 long s = NativeCrypto.SSL_new(c); in test_SSL_new()
336 long s2 = NativeCrypto.SSL_new(c); in test_SSL_new()
352 long s = NativeCrypto.SSL_new(c); in test_SSL_use_certificate()
376 long s = NativeCrypto.SSL_new(c); in test_SSL_use_PrivateKey_for_tls_channel_id()
400 long s = NativeCrypto.SSL_new(c); in test_SSL_use_PrivateKey()
424 long s = NativeCrypto.SSL_new(c); in test_SSL_check_private_key_no_key_no_cert()
439 long s = NativeCrypto.SSL_new(c); in test_SSL_check_private_key_cert_then_key()
458 long s = NativeCrypto.SSL_new(c); in test_SSL_check_private_key_key_then_cert()
484 long s = NativeCrypto.SSL_new(c); in test_SSL_get_mode()
498 long s = NativeCrypto.SSL_new(c); in test_SSL_set_mode_and_clear_mode()
[all …]
/external/boringssl/src/tool/
Dserver.cc133 SSL *ssl = SSL_new(ctx); in Server()
Dclient.cc261 ScopedSSL ssl(SSL_new(ctx.get())); in Client()
/external/libvncserver/libvncserver/
Drfbssl_openssl.c65 } else if (NULL == (ctx->ssl = SSL_new(ctx->ssl_ctx))) { in rfbssl_init()
/external/libmicrohttpd/src/microspdy/
Dio_openssl.c138 if(NULL == (session->io_context = SSL_new(session->daemon->io_context))) in SPDYF_openssl_new_session()
/external/boringssl/src/ssl/
Dssl_test.cc789 ScopedSSL ssl(SSL_new(ctx.get())); in GetClientHelloLen()
869 ScopedSSL ssl(SSL_new(ctx.get())); in TestClientCAList()
/external/libweave/examples/provider/
Dssl_stream.cc55 ssl_.reset(SSL_new(ctx_.get()));
/external/libmicrohttpd/m4/
Dax_check_openssl.m4109 [AC_LANG_PROGRAM([#include <openssl/ssl.h>], [SSL_new(NULL)])],
/external/curl/lib/
Dsetup-vms.h296 #define SSL_new SSL_NEW macro
/external/libvncserver/libvncclient/
Dtls_openssl.c270 ssl = SSL_new (ssl_ctx); in open_ssl_connection()
/external/libbrillo/brillo/streams/
Dtls_stream.cc376 ssl_.reset(SSL_new(ctx_.get())); in Init()
/external/curl/lib/vtls/
Dcyassl.c298 conssl->handle = SSL_new(conssl->ctx); in cyassl_connect_step1()
Dopenssl.c618 ssl=SSL_new(ctx); in cert_stuff()
2057 connssl->handle = SSL_new(connssl->ctx); in ossl_connect_step1()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLEngineImpl.java155 sslNativePointer = NativeCrypto.SSL_new(sslCtxNativePointer); in beginHandshake()
DOpenSSLSocketImpl.java315 sslNativePointer = NativeCrypto.SSL_new(sslCtxNativePointer); in startHandshake()
DNativeCrypto.java846 public static native long SSL_new(long ssl_ctx) throws SSLException; in SSL_new() method in NativeCrypto
/external/libmicrohttpd/src/testspdy/
Dtest_request_response.c667 ssl = SSL_new(ssl_ctx); in fetch_uri()
Dtest_new_connection.c679 ssl = SSL_new(ssl_ctx); in fetch_uri()
/external/webrtc/webrtc/base/
Dopenssladapter.cc345 ssl_ = SSL_new(ssl_ctx_); in BeginSSL()
Dopensslstreamadapter.cc768 ssl_ = SSL_new(ssl_ctx_); in BeginSSL()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.c746 ssl = SSL_new(glob_opt.ssl_ctx); in spdy_connect()
/external/tlsdate/src/
Dtlsdate-helper.c1170 if (NULL == (ssl = SSL_new(ctx))) in run_ssl()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1127 ScopedSSL ssl(SSL_new(ssl_ctx)); in DoExchange()
/external/libevent/
Dconfigure.ac181 AC_SEARCH_LIBS([SSL_new], [ssl],
/external/llvm/docs/
DLibFuzzer.rst242 SSL *server = SSL_new(sctx);

12