/external/conscrypt/src/gen/native/ |
D | generate_constants.cc | 88 CONST(SSL_OP_NO_TLSv1_2); in main()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 937 …Constants.SSL_OP_NO_TLSv1 | NativeConstants.SSL_OP_NO_TLSv1_1 | NativeConstants.SSL_OP_NO_TLSv1_2); in setEnabledProtocols() 951 optionsToSet &= ~NativeConstants.SSL_OP_NO_TLSv1_2; in setEnabledProtocols() 952 optionsToClear |= NativeConstants.SSL_OP_NO_TLSv1_2; in setEnabledProtocols()
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 2339 if (!(ssl->options & SSL_OP_NO_TLSv1_2) && TLS1_2_VERSION <= max_version) { in ssl3_get_max_server_version() 2383 !(ssl->options & SSL_OP_NO_TLSv1_2)) { in ssl3_get_mutual_version() 2432 if (!(options & SSL_OP_NO_TLSv1_2)) { in ssl3_get_max_client_version() 2435 if (!(options & SSL_OP_NO_TLSv1_1) && (options & SSL_OP_NO_TLSv1_2)) { in ssl3_get_max_client_version() 2490 return !(ssl->options & SSL_OP_NO_TLSv1_2); in ssl3_is_version_enabled()
|
/external/curl/lib/vtls/ |
D | openssl.c | 1834 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1() 1849 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1() 1858 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1() 1875 ctx_options |= SSL_OP_NO_TLSv1_2; in ossl_connect_step1()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 3113 #define SSL_OP_NO_TLSv1_2 0x08000000L macro 3116 #define SSL_OP_NO_DTLSv1_2 SSL_OP_NO_TLSv1_2
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2256 #ifdef SSL_OP_NO_TLSv1_2 in tls_set_conn_flags() 2258 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags() 2260 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 1166 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_2); in DoExchange()
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 334 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_TLSv1_2) == 0); in test_SSL_new()
|
/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/ ... |