/external/conscrypt/src/gen/native/ |
D | generate_constants.cc | 85 CONST(SSL_OP_NO_SSLv3); in main()
|
/external/boringssl/src/tool/ |
D | server.cc | 99 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3); in Server()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | NativeCrypto.java | 937 …long optionsToSet = (NativeConstants.SSL_OP_NO_SSLv3 | NativeConstants.SSL_OP_NO_TLSv1 | NativeCon… in setEnabledProtocols() 942 optionsToSet &= ~NativeConstants.SSL_OP_NO_SSLv3; in setEnabledProtocols() 943 optionsToClear |= NativeConstants.SSL_OP_NO_SSLv3; in setEnabledProtocols()
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | NativeCryptoTest.java | 331 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0); in test_SSL_new() 547 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0); in test_SSL_set_options() 548 NativeCrypto.SSL_set_options(s, NativeConstants.SSL_OP_NO_SSLv3); in test_SSL_set_options() 549 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) != 0); in test_SSL_set_options() 563 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0); in test_SSL_clear_options() 564 NativeCrypto.SSL_set_options(s, NativeConstants.SSL_OP_NO_SSLv3); in test_SSL_clear_options() 565 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) != 0); in test_SSL_clear_options() 566 NativeCrypto.SSL_clear_options(s, NativeConstants.SSL_OP_NO_SSLv3); in test_SSL_clear_options() 567 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_SSLv3) == 0); in test_SSL_clear_options()
|
/external/curl/lib/vtls/ |
D | openssl.c | 1841 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1() 1846 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1() 1856 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1() 1863 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1() 1871 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 2348 if (!(ssl->options & SSL_OP_NO_SSLv3) && SSL3_VERSION <= max_version) { in ssl3_get_max_server_version() 2392 !(ssl->options & SSL_OP_NO_SSLv3)) { in ssl3_get_mutual_version() 2441 if (!(options & SSL_OP_NO_SSLv3) && (options & SSL_OP_NO_TLSv1)) { in ssl3_get_max_client_version() 2481 return !(ssl->options & SSL_OP_NO_SSLv3); in ssl3_is_version_enabled()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 1175 SSL_set_options(ssl.get(), SSL_OP_NO_SSLv3); in DoExchange()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 954 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init() 1333 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 3111 #define SSL_OP_NO_SSLv3 0x02000000L macro
|
/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/ ... |