Searched refs:SSL_set_cipher_lists (Results 1 – 9 of 9) sorted by relevance
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 983 public static native void SSL_set_cipher_lists(long ssl, String[] ciphers); in SSL_set_cipher_lists() method in NativeCrypto 1008 SSL_set_cipher_lists(ssl, opensslSuites.toArray(new String[opensslSuites.size()])); in setEnabledCipherSuites()
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 574 NativeCrypto.SSL_set_cipher_lists(NULL, null); in test_SSL_set_cipher_lists() 583 NativeCrypto.SSL_set_cipher_lists(s, null); in test_SSL_set_cipher_lists() 590 NativeCrypto.SSL_set_cipher_lists(s, new String[]{}); in test_SSL_set_cipher_lists() 593 NativeCrypto.SSL_set_cipher_lists(s, new String[] { null }); in test_SSL_set_cipher_lists() 610 NativeCrypto.SSL_set_cipher_lists(s, new String[] { illegal }); in test_SSL_set_cipher_lists() 618 NativeCrypto.SSL_set_cipher_lists(s, ciphers.toArray(new String[ciphers.size()])); in test_SSL_set_cipher_lists() 673 NativeCrypto.SSL_set_cipher_lists( in beforeHandshake()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 11264 NATIVE_METHOD(NativeCrypto, SSL_set_cipher_lists, "(J[Ljava/lang/String;)V"),
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |