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 310 public static native int SSL_new(int ssl_ctx) throws SSLException;
  /external/openssl/ssl/
ssl_lib.c 245 if (!s->method->ssl_new(s))
272 SSL *SSL_new(SSL_CTX *ctx)
366 if (!s->method->ssl_new(s))
867 t->method->ssl_new(t); /* setup new */
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 158 int s = NativeCrypto.SSL_new(c);
165 int s2 = NativeCrypto.SSL_new(c);
181 int s = NativeCrypto.SSL_new(c);
203 int s = NativeCrypto.SSL_new(c);
227 int s = NativeCrypto.SSL_new(c);
242 int s = NativeCrypto.SSL_new(c);
261 int s = NativeCrypto.SSL_new(c);
287 int s = NativeCrypto.SSL_new(c);
301 int s = NativeCrypto.SSL_new(c);
326 int s = NativeCrypto.SSL_new(c)
    [all...]

Completed in 827 milliseconds