/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 872 public static native long SSL_clear_options(long ssl, long options); in SSL_clear_options() method in NativeCrypto 960 SSL_clear_options(ssl, optionsToClear); in setEnabledProtocols()
|
D | SSLParametersImpl.java | 591 NativeCrypto.SSL_clear_options(sslNativePointer, NativeConstants.SSL_OP_NO_TICKET); in setSSLParameters()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2238 #ifdef SSL_clear_options in tls_set_conn_flags() 2240 SSL_clear_options(ssl, SSL_OP_NO_TICKET); in tls_set_conn_flags() 2248 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags() 2254 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 2260 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 584 OPENSSL_EXPORT uint32_t SSL_clear_options(SSL *ssl, uint32_t options); 4257 #define SSL_clear_options SSL_clear_options macro
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 556 NativeCrypto.SSL_clear_options(NULL, 0); in test_SSL_clear_options() 566 NativeCrypto.SSL_clear_options(s, NativeConstants.SSL_OP_NO_SSLv3); in test_SSL_clear_options()
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 835 uint32_t SSL_clear_options(SSL *ssl, uint32_t options) { in SSL_clear_options() function
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 8602 long result = SSL_clear_options(ssl, options); 11254 NATIVE_METHOD(NativeCrypto, SSL_clear_options, "(JJ)J"),
|
/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/ ... |