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

  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 94 int s = NativeCrypto.SSL_new(c);
101 int s2 = NativeCrypto.SSL_new(c);
157 int s = NativeCrypto.SSL_new(c);
179 int s = NativeCrypto.SSL_new(c);
203 int s = NativeCrypto.SSL_new(c);
218 int s = NativeCrypto.SSL_new(c);
237 int s = NativeCrypto.SSL_new(c);
263 int s = NativeCrypto.SSL_new(c);
277 int s = NativeCrypto.SSL_new(c);
302 int 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 932 con=SSL_new(ctx);
    [all...]
  /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/openssl/ssl/
ssl_task.c 270 s_ssl=SSL_new(s_ctx);
bio_ssl.c 72 static int ssl_new(BIO *h);
94 ssl_new,
104 static int ssl_new(BIO *bi) function
558 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)
363 if (!s->method->ssl_new(s))
859 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 290 public static native int SSL_new(int ssl_ctx) throws SSLException;
OpenSSLSocketImpl.java 372 this.sslNativePointer = NativeCrypto.SSL_new(sslCtxNativePointer);
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp     [all...]
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 236 SSL* ssl = SSL_new(ssl_ctx);
    [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...]

Completed in 461 milliseconds