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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 423 public static native int SSL_new(int ssl_ctx) throws SSLException;
  /external/openssl/ssl/
ssl_lib.c 248 if (!s->method->ssl_new(s))
275 SSL *SSL_new(SSL_CTX *ctx)
369 if (!s->method->ssl_new(s))
873 t->method->ssl_new(t); /* setup new */
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 264 int s = NativeCrypto.SSL_new(c);
273 int s2 = NativeCrypto.SSL_new(c);
289 int s = NativeCrypto.SSL_new(c);
311 int s = NativeCrypto.SSL_new(c);
335 int s = NativeCrypto.SSL_new(c);
350 int s = NativeCrypto.SSL_new(c);
369 int s = NativeCrypto.SSL_new(c);
395 int s = NativeCrypto.SSL_new(c);
409 int s = NativeCrypto.SSL_new(c);
433 int s = NativeCrypto.SSL_new(c)
    [all...]

Completed in 418 milliseconds