/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 346 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/ |
D | ssl_test.cc | 888 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 …]
|
D | ssl_lib.cc | 358 SSL *SSL_new(SSL_CTX *ctx) { in SSL_new() function
|
/external/boringssl/src/ssl/test/ |
D | fuzzer.h | 55 bssl::UniquePtr<SSL> ssl(SSL_new(ctx)); in SetupTest()
|
D | bssl_shim.cc | 1764 bssl::UniquePtr<SSL> ssl(SSL_new(ssl_ctx)); in DoConnection()
|
/external/libmicrohttpd/src/microspdy/ |
D | io_openssl.c | 138 if(NULL == (session->io_context = SSL_new(session->daemon->io_context))) in SPDYF_openssl_new_session()
|
/external/libvncserver/libvncserver/ |
D | rfbssl_openssl.c | 65 } else if (NULL == (ctx->ssl = SSL_new(ctx->ssl_ctx))) { in rfbssl_init()
|
/external/boringssl/src/tool/ |
D | server.cc | 257 bssl::UniquePtr<SSL> ssl(SSL_new(ctx.get())); in Server()
|
D | client.cc | 241 bssl::UniquePtr<SSL> ssl(SSL_new(ctx)); in DoConnection()
|
/external/libmicrohttpd/m4/ |
D | ax_check_openssl.m4 | 109 [AC_LANG_PROGRAM([#include <openssl/ssl.h>], [SSL_new(NULL)])],
|
/external/libcups/cups/ |
D | tls-boringssl.c | 467 http->tls = SSL_new(context); in _httpTLSStart()
|
/external/curl/lib/ |
D | setup-vms.h | 301 #define SSL_new SSL_NEW macro
|
/external/libvncserver/libvncclient/ |
D | tls_openssl.c | 270 ssl = SSL_new (ssl_ctx); in open_ssl_connection()
|
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 376 ssl_.reset(SSL_new(ctx_.get())); in Init()
|
/external/conscrypt/common/src/main/java/org/conscrypt/ |
D | SslWrapper.java | 58 long ssl = NativeCrypto.SSL_new(ctx); in newInstance()
|
D | NativeCrypto.java | 776 static native long SSL_new(long ssl_ctx) throws SSLException; in SSL_new() method in NativeCrypto
|
/external/curl/lib/vtls/ |
D | cyassl.c | 352 conssl->handle = SSL_new(conssl->ctx); in cyassl_connect_step1()
|
D | openssl.c | 605 ssl=SSL_new(ctx); in cert_stuff() 2137 connssl->handle = SSL_new(connssl->ctx); in ossl_connect_step1()
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_spdy.c | 746 ssl = SSL_new(glob_opt.ssl_ctx); in spdy_connect()
|
/external/webrtc/webrtc/base/ |
D | openssladapter.cc | 345 ssl_ = SSL_new(ssl_ctx_); in BeginSSL()
|
D | opensslstreamadapter.cc | 768 ssl_ = SSL_new(ssl_ctx_); in BeginSSL()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_new_connection.c | 679 ssl = SSL_new(ssl_ctx); in fetch_uri()
|
D | test_request_response.c | 667 ssl = SSL_new(ssl_ctx); in fetch_uri()
|
/external/libevent/ |
D | configure.ac | 181 AC_SEARCH_LIBS([SSL_new], [ssl],
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 217 OPENSSL_EXPORT SSL *SSL_new(SSL_CTX *ctx);
|