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

  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 158 int s = NativeCrypto.SSL_new(c);
165 int s2 = NativeCrypto.SSL_new(c);
181 int s = NativeCrypto.SSL_new(c);
203 int s = NativeCrypto.SSL_new(c);
227 int s = NativeCrypto.SSL_new(c);
242 int s = NativeCrypto.SSL_new(c);
261 int s = NativeCrypto.SSL_new(c);
287 int s = NativeCrypto.SSL_new(c);
301 int s = NativeCrypto.SSL_new(c);
326 int s = NativeCrypto.SSL_new(c)
    [all...]
  /external/chromium/net/tools/flip_server/
spdy_ssl.cc 91 SSL* ssl = SSL_new(ssl_ctx);
  /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 999 con=SSL_new(ctx);
    [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))
562 if ((ssl=SSL_new(ctx)) == NULL)
ssltest.c 985 c_ssl=SSL_new(c_ctx);
986 s_ssl=SSL_new(s_ctx);
    [all...]
ssl_lib.c 245 if (!s->method->ssl_new(s))
272 SSL *SSL_new(SSL_CTX *ctx)
366 if (!s->method->ssl_new(s))
867 t->method->ssl_new(t); /* setup new */
    [all...]
ssl.h 389 int (*ssl_new)(SSL *s); member in struct:ssl_method_st
458 * via SSL_new */
716 * 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 310 public static native int SSL_new(int ssl_ctx) throws SSLException;
OpenSSLSocketImpl.java 299 sslNativePointer = NativeCrypto.SSL_new(sslCtxNativePointer);
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 423 ssl_ = SSL_new(context->ssl_ctx());
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]
  /external/openssl/include/openssl/
ssl.h 389 int (*ssl_new)(SSL *s); member in struct:ssl_method_st
458 * via SSL_new */
716 * when SSL_new() is called. This has been put in to make
    [all...]
  /external/wpa_supplicant/
tls_openssl.c 895 conn->ssl = SSL_new(ssl);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
tls_openssl.c 876 conn->ssl = SSL_new(ssl);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 913 conn->ssl = SSL_new(ssl);
    [all...]

Completed in 130 milliseconds