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

  /external/chromium/net/tools/flip_server/
spdy_ssl.cc 91 SSL* ssl = SSL_new(ssl_ctx);
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 301 long s = NativeCrypto.SSL_new(c);
310 long s2 = NativeCrypto.SSL_new(c);
326 long s = NativeCrypto.SSL_new(c);
348 long s = NativeCrypto.SSL_new(c);
383 long s = NativeCrypto.SSL_new(c);
407 long s = NativeCrypto.SSL_new(c);
422 long s = NativeCrypto.SSL_new(c);
441 long s = NativeCrypto.SSL_new(c);
467 long s = NativeCrypto.SSL_new(c);
481 long s = NativeCrypto.SSL_new(c)
    [all...]
  /external/openssl/apps/
ciphers.c 172 ssl=SSL_new(ctx);
s_time.c 580 serverCon=SSL_new(tm_ctx);
s_server.c     [all...]
s_client.c     [all...]
  /external/chromium/net/test/
openssl_helper.cc 195 SSL* server = SSL_new(ctx);
  /external/openssl/crypto/threads/
mttest.c 381 ctx[2]=(char *)SSL_new(ssl_ctx[0]);
382 ctx[3]=(char *)SSL_new(ssl_ctx[1]);
442 s_ssl=SSL_new(s_ctx);
447 c_ssl=SSL_new(c_ctx);
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 440 ssl_ = SSL_new(ssl_ctx_);
openssladapter.cc 296 ssl_ = SSL_new(ssl_ctx_);
  /external/openssl/ssl/
bio_ssl.c 72 static int ssl_new(BIO *h);
94 ssl_new,
104 static int ssl_new(BIO *bi) function
353 if (!ssl_new(b))
564 if ((ssl=SSL_new(ctx)) == NULL)
ssltest.c 1079 c_ssl=SSL_new(c_ctx);
1080 s_ssl=SSL_new(s_ctx);
    [all...]
ssl_lib.c 248 if (!s->method->ssl_new(s))
275 SSL *SSL_new(SSL_CTX *ctx)
369 if (!s->method->ssl_new(s))
877 t->method->ssl_new(t); /* setup new */
    [all...]
ssl.h 412 int (*ssl_new)(SSL *s); member in struct:ssl_method_st
484 * via SSL_new */
797 * when SSL_new() is called. This has been put in to make
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 759 public static native long SSL_new(long ssl_ctx) throws SSLException;
    [all...]
OpenSSLSocketImpl.java 276 sslNativePointer = NativeCrypto.SSL_new(sslCtxNativePointer);
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 425 ssl_ = SSL_new(context->ssl_ctx());
    [all...]
  /external/openssl/include/openssl/
ssl.h 412 int (*ssl_new)(SSL *s); member in struct:ssl_method_st
484 * via SSL_new */
797 * when SSL_new() is called. This has been put in to make
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 943 conn->ssl = SSL_new(ssl);
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 6041 milliseconds