Home
last modified time | relevance | path

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

12

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java346 long s = NativeCrypto.SSL_new(c); in test_SSL_new()
354 long s2 = NativeCrypto.SSL_new(c); in test_SSL_new()
370 long s = NativeCrypto.SSL_new(c); in SSL_use_certificate_withNullShouldThrow()
382 long s = NativeCrypto.SSL_new(c); in test_SSL_use_certificate()
400 long s = NativeCrypto.SSL_new(c); in SSL_set1_tls_channel_id_withNullKeyShouldThrow()
414 long s = NativeCrypto.SSL_new(c); in test_SSL_use_PrivateKey_for_tls_channel_id()
432 long s = NativeCrypto.SSL_new(c); in SSL_use_PrivateKeyWithNullKeyShouldThrow()
450 long s = NativeCrypto.SSL_new(c); in test_SSL_use_PrivateKey()
466 long s = NativeCrypto.SSL_new(c); in SSL_check_private_key_withNoKeyOrCertShouldThrow()
480 long s = NativeCrypto.SSL_new(c); in SSL_check_private_key_withNoKeyShouldThrow()
[all …]
/external/boringssl/src/ssl/
Dssl_test.cc888 bssl::UniquePtr<SSL> ssl(SSL_new(ctx.get())); in GetClientHelloLen()
968 bssl::UniquePtr<SSL> ssl(SSL_new(ctx.get())); in TEST()
1331 bssl::UniquePtr<SSL> client(SSL_new(client_ctx)), server(SSL_new(server_ctx)); in ConnectClientAndServer()
1555 bssl::UniquePtr<SSL> ssl(SSL_new(ctx.get())); in TEST()
1562 ssl.reset(SSL_new(ctx.get())); in TEST()
1568 ssl.reset(SSL_new(ctx.get())); in TEST()
1575 ssl.reset(SSL_new(ctx.get())); in TEST()
1582 ssl.reset(SSL_new(ctx.get())); in TEST()
1589 ssl.reset(SSL_new(ctx.get())); in TEST()
1596 ssl.reset(SSL_new(ctx.get())); in TEST()
[all …]
Dssl_lib.cc358 SSL *SSL_new(SSL_CTX *ctx) { in SSL_new() function
/external/boringssl/src/ssl/test/
Dfuzzer.h55 bssl::UniquePtr<SSL> ssl(SSL_new(ctx)); in SetupTest()
Dbssl_shim.cc1764 bssl::UniquePtr<SSL> ssl(SSL_new(ssl_ctx)); in DoConnection()
/external/libmicrohttpd/src/microspdy/
Dio_openssl.c138 if(NULL == (session->io_context = SSL_new(session->daemon->io_context))) in SPDYF_openssl_new_session()
/external/libvncserver/libvncserver/
Drfbssl_openssl.c65 } else if (NULL == (ctx->ssl = SSL_new(ctx->ssl_ctx))) { in rfbssl_init()
/external/boringssl/src/tool/
Dserver.cc257 bssl::UniquePtr<SSL> ssl(SSL_new(ctx.get())); in Server()
Dclient.cc241 bssl::UniquePtr<SSL> ssl(SSL_new(ctx)); in DoConnection()
/external/libmicrohttpd/m4/
Dax_check_openssl.m4109 [AC_LANG_PROGRAM([#include <openssl/ssl.h>], [SSL_new(NULL)])],
/external/libcups/cups/
Dtls-boringssl.c467 http->tls = SSL_new(context); in _httpTLSStart()
/external/curl/lib/
Dsetup-vms.h301 #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/conscrypt/common/src/main/java/org/conscrypt/
DSslWrapper.java58 long ssl = NativeCrypto.SSL_new(ctx); in newInstance()
DNativeCrypto.java776 static native long SSL_new(long ssl_ctx) throws SSLException; in SSL_new() method in NativeCrypto
/external/curl/lib/vtls/
Dcyassl.c352 conssl->handle = SSL_new(conssl->ctx); in cyassl_connect_step1()
Dopenssl.c605 ssl=SSL_new(ctx); in cert_stuff()
2137 connssl->handle = SSL_new(connssl->ctx); in ossl_connect_step1()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.c746 ssl = SSL_new(glob_opt.ssl_ctx); in spdy_connect()
/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/testspdy/
Dtest_new_connection.c679 ssl = SSL_new(ssl_ctx); in fetch_uri()
Dtest_request_response.c667 ssl = SSL_new(ssl_ctx); in fetch_uri()
/external/libevent/
Dconfigure.ac181 AC_SEARCH_LIBS([SSL_new], [ssl],
/external/boringssl/src/include/openssl/
Dssl.h217 OPENSSL_EXPORT SSL *SSL_new(SSL_CTX *ctx);

12