Searched refs:SSL_CTX_new (Results 1 - 25 of 38) sorted by relevance

12

/external/boringssl/src/tool/
H A Dciphers.cc36 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_client_method()));
H A Dserver.cc98 SSL_CTX *ctx = SSL_CTX_new(SSLv23_server_method());
H A Dclient.cc147 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_client_method()));
/external/boringssl/src/ssl/
H A Dssl_test.cc314 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method()));
347 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_server_method()));
372 ScopedSSL_CTX ctx(SSL_CTX_new(SSLv23_server_method()));
682 ScopedSSL_CTX ctx(SSL_CTX_new(method()));
784 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method()));
865 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method()));
954 ScopedSSL_CTX ctx(SSL_CTX_new(TLS_method()));
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java286 long c = NativeCrypto.SSL_CTX_new();
288 long c2 = NativeCrypto.SSL_CTX_new();
301 NativeCrypto.SSL_CTX_free(NativeCrypto.SSL_CTX_new());
311 long c = NativeCrypto.SSL_CTX_new();
327 long c = NativeCrypto.SSL_CTX_new();
351 long c = NativeCrypto.SSL_CTX_new();
375 long c = NativeCrypto.SSL_CTX_new();
399 long c = NativeCrypto.SSL_CTX_new();
423 long c = NativeCrypto.SSL_CTX_new();
438 long c = NativeCrypto.SSL_CTX_new();
[all...]
/external/libmicrohttpd/src/microspdy/
H A Dio_openssl.c82 if(NULL == (daemon->io_context = SSL_CTX_new(TLSv1_server_method())))
/external/libvncserver/libvncserver/
H A Drfbssl_openssl.c59 } else if (NULL == (ctx->ssl_ctx = SSL_CTX_new(TLSv1_server_method()))) {
/external/libmicrohttpd/src/examples/
H A Dmhd2spdy.c107 glob_opt.ssl_ctx = SSL_CTX_new(SSLv23_client_method());
109 PRINT_INFO2("SSL_CTX_new %s", ERR_error_string(ERR_get_error(), NULL));
/external/conscrypt/src/main/java/org/conscrypt/
H A DAbstractSessionContext.java50 final long sslCtxNativePointer = NativeCrypto.SSL_CTX_new();
H A DNativeCrypto.java766 public static native long SSL_CTX_new(); method in class:NativeCrypto
/external/libweave/examples/provider/
H A Devent_http_server.cc75 SSL_CTX_new(TLSv1_2_server_method()), &SSL_CTX_free};
H A Dssl_stream.cc53 ctx_.reset(SSL_CTX_new(TLSv1_2_client_method()));
/external/curl/lib/
H A Dsetup-vms.h274 #define SSL_CTX_new SSL_CTX_NEW macro
/external/tlsdate/src/
H A Dtlsdate-helper-plan9.c980 ctx = SSL_CTX_new(SSLv23_client_method());
984 ctx = SSL_CTX_new(SSLv3_client_method());
988 ctx = SSL_CTX_new(TLSv1_client_method());
H A Dtlsdate-helper.c1124 ctx = SSL_CTX_new(SSLv23_client_method());
1128 ctx = SSL_CTX_new(SSLv3_client_method());
1132 ctx = SSL_CTX_new(TLSv1_client_method());
/external/libvncserver/libvncclient/
H A Dtls_openssl.c267 ssl_ctx = SSL_CTX_new (SSLv23_client_method ());
/external/webrtc/webrtc/base/
H A Dopensslstreamadapter.cc904 ctx = SSL_CTX_new(ssl_mode_ == SSL_MODE_DTLS ?
963 ctx = SSL_CTX_new(method);
H A Dopenssladapter.cc939 SSL_CTX* ctx = SSL_CTX_new(ssl_mode_ == SSL_MODE_DTLS ?
/external/curl/lib/vtls/
H A Dcyassl.c201 conssl->ctx = SSL_CTX_new(req_method);
/external/libbrillo/brillo/streams/
H A Dtls_stream.cc344 ctx_.reset(SSL_CTX_new(TLSv1_2_client_method()));
/external/libmicrohttpd/src/testspdy/
H A Dtest_new_connection.c674 ssl_ctx = SSL_CTX_new(SSLv23_client_method());
676 dief("SSL_CTX_new", ERR_error_string(ERR_get_error(), NULL));
H A Dtest_request_response.c662 ssl_ctx = SSL_CTX_new(SSLv23_client_method());
664 dief("SSL_CTX_new", ERR_error_string(ERR_get_error(), NULL));
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc708 ScopedSSL_CTX ssl_ctx(SSL_CTX_new(
/external/boringssl/include/openssl/
H A Dssl.h193 /* SSL_CTX_new returns a newly-allocated |SSL_CTX| with default settings or NULL
195 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);
/external/boringssl/src/include/openssl/
H A Dssl.h193 /* SSL_CTX_new returns a newly-allocated |SSL_CTX| with default settings or NULL
195 OPENSSL_EXPORT SSL_CTX *SSL_CTX_new(const SSL_METHOD *method);

Completed in 264 milliseconds

12