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 398 public static native int SSL_new(int ssl_ctx) throws SSLException;
    [all...]
  /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 177 int s = NativeCrypto.SSL_new(c);
186 int s2 = NativeCrypto.SSL_new(c);
202 int s = NativeCrypto.SSL_new(c);
224 int s = NativeCrypto.SSL_new(c);
248 int s = NativeCrypto.SSL_new(c);
263 int s = NativeCrypto.SSL_new(c);
282 int s = NativeCrypto.SSL_new(c);
308 int s = NativeCrypto.SSL_new(c);
322 int s = NativeCrypto.SSL_new(c);
346 int s = NativeCrypto.SSL_new(c)
    [all...]

Completed in 547 milliseconds