HomeSort by relevance Sort by last modified time
    Searched refs:SSL_new (Results 1 - 25 of 30) sorted by null

1 2

  /external/boringssl/src/tool/
server.cc 133 SSL *ssl = SSL_new(ctx);
client.cc 261 ScopedSSL ssl(SSL_new(ctx.get()));
  /external/libmicrohttpd/src/microspdy/
io_openssl.c 138 if(NULL == (session->io_context = SSL_new(session->daemon->io_context)))
  /external/libvncserver/libvncserver/
rfbssl_openssl.c 65 } else if (NULL == (ctx->ssl = SSL_new(ctx->ssl_ctx))) {
66 rfbErr("SSL_new failed\n");
  /external/conscrypt/src/test/java/org/conscrypt/
NativeCryptoTest.java 328 long s = NativeCrypto.SSL_new(c);
336 long s2 = NativeCrypto.SSL_new(c);
352 long s = NativeCrypto.SSL_new(c);
376 long s = NativeCrypto.SSL_new(c);
400 long s = NativeCrypto.SSL_new(c);
424 long s = NativeCrypto.SSL_new(c);
439 long s = NativeCrypto.SSL_new(c);
458 long s = NativeCrypto.SSL_new(c);
484 long s = NativeCrypto.SSL_new(c);
498 long s = NativeCrypto.SSL_new(c)
    [all...]
  /external/libweave/examples/provider/
ssl_stream.cc 55 ssl_.reset(SSL_new(ctx_.get()));
  /external/boringssl/src/ssl/
ssl_test.cc 789 ScopedSSL ssl(SSL_new(ctx.get()));
    [all...]
ssl_lib.c 346 SSL *SSL_new(SSL_CTX *ctx) {
417 if (!ssl->method->ssl_new(ssl)) {
    [all...]
  /external/curl/lib/
setup-vms.h 300 #define SSL_new SSL_NEW
  /external/libvncserver/libvncclient/
tls_openssl.c 270 ssl = SSL_new (ssl_ctx);
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java 155 sslNativePointer = NativeCrypto.SSL_new(sslCtxNativePointer);
NativeCrypto.java     [all...]
OpenSSLSocketImpl.java 315 sslNativePointer = NativeCrypto.SSL_new(sslCtxNativePointer);
    [all...]
  /external/curl/lib/vtls/
cyassl.c 346 conssl->handle = SSL_new(conssl->ctx);
openssl.c 611 ssl=SSL_new(ctx);
    [all...]
  /external/libbrillo/brillo/streams/
tls_stream.cc 376 ssl_.reset(SSL_new(ctx_.get()));
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.c 746 ssl = SSL_new(glob_opt.ssl_ctx);
748 spdy_dief("SSL_new", ERR_error_string(ERR_get_error(), NULL));
  /external/webrtc/webrtc/base/
openssladapter.cc 345 ssl_ = SSL_new(ssl_ctx_);
opensslstreamadapter.cc 768 ssl_ = SSL_new(ssl_ctx_);
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 679 ssl = SSL_new(ssl_ctx);
681 dief("SSL_new", ERR_error_string(ERR_get_error(), NULL));
test_request_response.c 667 ssl = SSL_new(ssl_ctx);
669 dief("SSL_new", ERR_error_string(ERR_get_error(), NULL));
  /external/tlsdate/src/
tlsdate-helper.c 1170 if (NULL == (ssl = SSL_new(ctx)))
    [all...]
  /external/boringssl/src/ssl/test/
bssl_shim.cc     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 207 /* SSL_new returns a newly-allocated |SSL| using |ctx| or NULL on error. The new
213 OPENSSL_EXPORT SSL *SSL_new(SSL_CTX *ctx);
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 1149 milliseconds

1 2