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

  /external/chromium/net/tools/flip_server/
spdy_ssl.cc 39 state->ssl_ctx = SSL_CTX_new(state->ssl_method);
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 259 long c = NativeCrypto.SSL_CTX_new();
261 long c2 = NativeCrypto.SSL_CTX_new();
274 NativeCrypto.SSL_CTX_free(NativeCrypto.SSL_CTX_new());
284 long c = NativeCrypto.SSL_CTX_new();
300 long c = NativeCrypto.SSL_CTX_new();
325 long c = NativeCrypto.SSL_CTX_new();
347 long c = NativeCrypto.SSL_CTX_new();
382 long c = NativeCrypto.SSL_CTX_new();
406 long c = NativeCrypto.SSL_CTX_new();
421 long c = NativeCrypto.SSL_CTX_new();
    [all...]
  /external/chromium/net/test/
openssl_helper.cc 119 ctx = SSL_CTX_new(SSLv3_server_method());
121 ctx = SSL_CTX_new(TLSv1_server_method());
  /external/openssl/apps/
ciphers.c 164 ctx=SSL_CTX_new(meth);
ocsp.c     [all...]
s_time.c 365 if ((tm_ctx=SSL_CTX_new(s_time_meth)) == NULL) return(1);
s_server.c     [all...]
s_client.c     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AbstractSessionContext.java 44 final long sslCtxNativePointer = NativeCrypto.SSL_CTX_new();
NativeCrypto.java 709 public static native long SSL_CTX_new();
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 525 SSL_CTX* ctx = SSL_CTX_new(role_ == SSL_CLIENT ? TLSv1_client_method()
openssladapter.cc 844 SSL_CTX* ctx = SSL_CTX_new(TLSv1_client_method());
  /external/openssl/crypto/threads/
mttest.c 278 c_ctx=SSL_CTX_new(ssl_method);
279 s_ctx=SSL_CTX_new(ssl_method);
  /external/openssl/ssl/
ssltest.c 896 c_ctx=SSL_CTX_new(meth);
897 s_ctx=SSL_CTX_new(meth);
    [all...]
ssl.h     [all...]
ssl_lib.c 319 s->cert=NULL; /* Cannot really happen (see SSL_CTX_new) */
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc 312 ssl_ctx_.reset(SSL_CTX_new(SSLv23_client_method()));
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 766 ssl = SSL_CTX_new(TLSv1_method());
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 408 milliseconds