HomeSort by relevance Sort by last modified time
    Searched refs:SSL_set_cipher_lists (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 505 public static native void SSL_set_cipher_lists(int ssl, String[] ciphers);
519 SSL_set_cipher_lists(ssl, opensslSuites.toArray(new String[opensslSuites.size()]));
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 388 NativeCrypto.SSL_set_cipher_lists(NULL, null);
397 NativeCrypto.SSL_set_cipher_lists(s, null);
402 NativeCrypto.SSL_set_cipher_lists(s, new String[] {});
405 NativeCrypto.SSL_set_cipher_lists(s, new String[] { null });
422 NativeCrypto.SSL_set_cipher_lists(s, new String[] { illegal });
430 NativeCrypto.SSL_set_cipher_lists(s, ciphers.toArray(new String[ciphers.size()]));
462 // without this SSL_set_cipher_lists call the tests were
465 NativeCrypto.SSL_set_cipher_lists(s, new String[] { "RC4-MD5" });
700 // this depends on the SSL_set_cipher_lists call in beforeHandshake
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/openssl/ssl/
ssl.h     [all...]
ssl_lib.c     [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 212 milliseconds