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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 262 public static native int SSL_CTX_new();
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 138 int c = NativeCrypto.SSL_CTX_new();
140 int c2 = NativeCrypto.SSL_CTX_new();
153 NativeCrypto.SSL_CTX_free(NativeCrypto.SSL_CTX_new());
157 int c = NativeCrypto.SSL_CTX_new();
180 int c = NativeCrypto.SSL_CTX_new();
202 int c = NativeCrypto.SSL_CTX_new();
226 int c = NativeCrypto.SSL_CTX_new();
241 int c = NativeCrypto.SSL_CTX_new();
260 int c = NativeCrypto.SSL_CTX_new();
286 int c = NativeCrypto.SSL_CTX_new();
    [all...]

Completed in 65 milliseconds