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

  /external/openssl/ssl/
ssl_lib.c     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 547 NativeCrypto.SSL_set_cipher_lists(NULL, null);
556 NativeCrypto.SSL_set_cipher_lists(s, null);
561 NativeCrypto.SSL_set_cipher_lists(s, new String[] {});
564 NativeCrypto.SSL_set_cipher_lists(s, new String[] { null });
581 NativeCrypto.SSL_set_cipher_lists(s, new String[] { illegal });
589 NativeCrypto.SSL_set_cipher_lists(s, ciphers.toArray(new String[ciphers.size()]));
623 // without this SSL_set_cipher_lists call the tests were
626 NativeCrypto.SSL_set_cipher_lists(s, new String[] { "RC4-MD5" });
    [all...]

Completed in 168 milliseconds