Home
last modified time | relevance | path

Searched refs:SSL_CTX_new (Results 1 – 25 of 36) sorted by relevance

12

/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java286 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/
Dssl_test.cc314 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/
Dciphers.cc36 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_client_method())); in Ciphers()
Dserver.cc98 SSL_CTX *ctx = SSL_CTX_new(SSLv23_server_method()); in Server()
Dclient.cc147 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_client_method())); in Client()
/external/libmicrohttpd/src/microspdy/
Dio_openssl.c82 if(NULL == (daemon->io_context = SSL_CTX_new(TLSv1_server_method()))) in SPDYF_openssl_init()
/external/libvncserver/libvncserver/
Drfbssl_openssl.c59 } else if (NULL == (ctx->ssl_ctx = SSL_CTX_new(TLSv1_server_method()))) { in rfbssl_init()
/external/tlsdate/src/
Dtlsdate-helper-plan9.c980 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()
Dtlsdate-helper.c1124 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/
Dmhd2spdy.c107 glob_opt.ssl_ctx = SSL_CTX_new(SSLv23_client_method()); in run_everything()
/external/libweave/examples/provider/
Dssl_stream.cc53 ctx_.reset(SSL_CTX_new(TLSv1_2_client_method()));
Devent_http_server.cc75 SSL_CTX_new(TLSv1_2_server_method()), &SSL_CTX_free};
/external/conscrypt/src/main/java/org/conscrypt/
DAbstractSessionContext.java50 final long sslCtxNativePointer = NativeCrypto.SSL_CTX_new();
DNativeCrypto.java766 public static native long SSL_CTX_new(); in SSL_CTX_new() method in NativeCrypto
/external/webrtc/webrtc/base/
Dopensslstreamadapter.cc904 ctx = SSL_CTX_new(ssl_mode_ == SSL_MODE_DTLS ? in SetupSSLContext()
963 ctx = SSL_CTX_new(method); in SetupSSLContext()
Dopenssladapter.cc939 SSL_CTX* ctx = SSL_CTX_new(ssl_mode_ == SSL_MODE_DTLS ? in SetupSSLContext()
/external/curl/lib/
Dsetup-vms.h271 #define SSL_CTX_new SSL_CTX_NEW macro
/external/libvncserver/libvncclient/
Dtls_openssl.c267 ssl_ctx = SSL_CTX_new (SSLv23_client_method ()); in open_ssl_connection()
/external/libbrillo/brillo/streams/
Dtls_stream.cc344 ctx_.reset(SSL_CTX_new(TLSv1_2_client_method())); in Init()
/external/curl/lib/vtls/
Dcyassl.c163 conssl->ctx = SSL_CTX_new(req_method); in cyassl_connect_step1()
/external/libmicrohttpd/src/testspdy/
Dtest_request_response.c662 ssl_ctx = SSL_CTX_new(SSLv23_client_method()); in fetch_uri()
Dtest_new_connection.c674 ssl_ctx = SSL_CTX_new(SSLv23_client_method()); in fetch_uri()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc708 ScopedSSL_CTX ssl_ctx(SSL_CTX_new( in SetupCtx()
/external/llvm/docs/
DLibFuzzer.rst235 assert (sctx = SSL_CTX_new(TLSv1_method()));
/external/boringssl/src/include/openssl/
Dssl.h195 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);

12