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 402 public static native void SSL_set_cipher_lists(int ssl, String[] ciphers);
413 SSL_set_cipher_lists(ssl, opensslSuites.toArray(new String[opensslSuites.size()]));
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 364 NativeCrypto.SSL_set_cipher_lists(NULL, null);
373 NativeCrypto.SSL_set_cipher_lists(s, null);
378 NativeCrypto.SSL_set_cipher_lists(s, new String[] {});
381 NativeCrypto.SSL_set_cipher_lists(s, new String[] { null });
398 NativeCrypto.SSL_set_cipher_lists(s, new String[] { illegal });
406 NativeCrypto.SSL_set_cipher_lists(s, ciphers.toArray(new String[ciphers.size()]));
438 // without this SSL_set_cipher_lists call the tests were
441 NativeCrypto.SSL_set_cipher_lists(s, new String[] { "RC4-MD5" });
695 // this depends on the SSL_set_cipher_lists call in beforeHandshake
    [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/openssl/ssl/
ssl.h     [all...]
ssl_lib.c     [all...]

Completed in 86 milliseconds