/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 286 long c = NativeCrypto.SSL_CTX_new(); in test_SSL_CTX_new() 288 long c2 = NativeCrypto.SSL_CTX_new(); in test_SSL_CTX_new() 301 NativeCrypto.SSL_CTX_free(NativeCrypto.SSL_CTX_new()); in test_SSL_CTX_free() 311 long c = NativeCrypto.SSL_CTX_new(); in test_SSL_CTX_set_session_id_context() 327 long c = NativeCrypto.SSL_CTX_new(); in test_SSL_new() 351 long c = NativeCrypto.SSL_CTX_new(); in test_SSL_use_certificate() 375 long c = NativeCrypto.SSL_CTX_new(); in test_SSL_use_PrivateKey_for_tls_channel_id() 399 long c = NativeCrypto.SSL_CTX_new(); in test_SSL_use_PrivateKey() 423 long c = NativeCrypto.SSL_CTX_new(); in test_SSL_check_private_key_no_key_no_cert() 438 long c = NativeCrypto.SSL_CTX_new(); in test_SSL_check_private_key_cert_then_key() [all …]
|
/external/boringssl/src/ssl/ |
D | ssl_test.cc | 314 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in TestCipherRule() 347 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_server_method())); in TestRuleDoesNotIncludeNull() 372 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_server_method())); in TestCipherRules() 682 ScopedSSL_CTX ctx(SSL_CTX_new(method())); in TestDefaultVersion() 784 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in GetClientHelloLen() 865 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in TestClientCAList() 954 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method())); in TestInternalSessionCache()
|
/external/boringssl/src/tool/ |
D | ciphers.cc | 36 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_client_method())); in Ciphers()
|
D | server.cc | 98 SSL_CTX *ctx = SSL_CTX_new(SSLv23_server_method()); in Server()
|
D | client.cc | 147 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_client_method())); in Client()
|
/external/libmicrohttpd/src/microspdy/ |
D | io_openssl.c | 82 if(NULL == (daemon->io_context = SSL_CTX_new(TLSv1_server_method()))) in SPDYF_openssl_init()
|
/external/libvncserver/libvncserver/ |
D | rfbssl_openssl.c | 59 } else if (NULL == (ctx->ssl_ctx = SSL_CTX_new(TLSv1_server_method()))) { in rfbssl_init()
|
/external/tlsdate/src/ |
D | tlsdate-helper-plan9.c | 980 ctx = SSL_CTX_new(SSLv23_client_method()); in run_ssl() 984 ctx = SSL_CTX_new(SSLv3_client_method()); in run_ssl() 988 ctx = SSL_CTX_new(TLSv1_client_method()); in run_ssl()
|
D | tlsdate-helper.c | 1124 ctx = SSL_CTX_new(SSLv23_client_method()); in run_ssl() 1128 ctx = SSL_CTX_new(SSLv3_client_method()); in run_ssl() 1132 ctx = SSL_CTX_new(TLSv1_client_method()); in run_ssl()
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy.c | 107 glob_opt.ssl_ctx = SSL_CTX_new(SSLv23_client_method()); in run_everything()
|
/external/libweave/examples/provider/ |
D | ssl_stream.cc | 53 ctx_.reset(SSL_CTX_new(TLSv1_2_client_method()));
|
D | event_http_server.cc | 75 SSL_CTX_new(TLSv1_2_server_method()), &SSL_CTX_free};
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | AbstractSessionContext.java | 50 final long sslCtxNativePointer = NativeCrypto.SSL_CTX_new();
|
D | NativeCrypto.java | 766 public static native long SSL_CTX_new(); in SSL_CTX_new() method in NativeCrypto
|
/external/webrtc/webrtc/base/ |
D | opensslstreamadapter.cc | 904 ctx = SSL_CTX_new(ssl_mode_ == SSL_MODE_DTLS ? in SetupSSLContext() 963 ctx = SSL_CTX_new(method); in SetupSSLContext()
|
D | openssladapter.cc | 939 SSL_CTX* ctx = SSL_CTX_new(ssl_mode_ == SSL_MODE_DTLS ? in SetupSSLContext()
|
/external/curl/lib/ |
D | setup-vms.h | 271 #define SSL_CTX_new SSL_CTX_NEW macro
|
/external/libvncserver/libvncclient/ |
D | tls_openssl.c | 267 ssl_ctx = SSL_CTX_new (SSLv23_client_method ()); in open_ssl_connection()
|
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 344 ctx_.reset(SSL_CTX_new(TLSv1_2_client_method())); in Init()
|
/external/curl/lib/vtls/ |
D | cyassl.c | 163 conssl->ctx = SSL_CTX_new(req_method); in cyassl_connect_step1()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_request_response.c | 662 ssl_ctx = SSL_CTX_new(SSLv23_client_method()); in fetch_uri()
|
D | test_new_connection.c | 674 ssl_ctx = SSL_CTX_new(SSLv23_client_method()); in fetch_uri()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 708 ScopedSSL_CTX ssl_ctx(SSL_CTX_new( in SetupCtx()
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 235 assert (sctx = SSL_CTX_new(TLSv1_method()));
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 195 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);
|