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

  /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))
877 t->method->ssl_new(t); /* setup new */
    [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...]
  /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...]

Completed in 485 milliseconds