Searched refs:SSL_OP_NO_TLSv1 (Results 1 - 19 of 19) sorted by relevance

/external/conscrypt/constants/src/gen/cpp/
H A Dgenerate_constants.cc70 CONST(SSL_OP_NO_TLSv1);
/external/boringssl/src/ssl/
H A Dssl_versions.cc199 {TLS1_VERSION, SSL_OP_NO_TLSv1},
207 // For historical reasons, |SSL_OP_NO_DTLSv1| aliases |SSL_OP_NO_TLSv1|, but
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DNativeCrypto.java945 long optionsToSet = (NativeConstants.SSL_OP_NO_SSLv3 | NativeConstants.SSL_OP_NO_TLSv1
950 optionsToSet &= ~NativeConstants.SSL_OP_NO_TLSv1;
951 optionsToClear |= NativeConstants.SSL_OP_NO_TLSv1;
/external/curl/lib/vtls/
H A Dopenssl.c1992 *ctx_options |= SSL_OP_NO_TLSv1;
2212 ctx_options |= SSL_OP_NO_TLSv1;
2240 ctx_options |= SSL_OP_NO_TLSv1;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2465 #ifdef SSL_OP_NO_TLSv1
2467 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
2469 SSL_clear_options(ssl, SSL_OP_NO_TLSv1);
2470 #endif /* SSL_OP_NO_TLSv1 */
2527 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2465 #ifdef SSL_OP_NO_TLSv1
2467 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
2469 SSL_clear_options(ssl, SSL_OP_NO_TLSv1);
2470 #endif /* SSL_OP_NO_TLSv1 */
2527 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2465 #ifdef SSL_OP_NO_TLSv1
2467 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
2469 SSL_clear_options(ssl, SSL_OP_NO_TLSv1);
2470 #endif /* SSL_OP_NO_TLSv1 */
2527 SSL_set_options(ssl, SSL_OP_NO_TLSv1);
/external/boringssl/include/openssl/
H A Dssl.h648 #define SSL_OP_NO_TLSv1 0x04000000L macro
652 #define SSL_OP_NO_DTLSv1 SSL_OP_NO_TLSv1
/external/boringssl/src/include/openssl/
H A Dssl.h648 #define SSL_OP_NO_TLSv1 0x04000000L macro
652 #define SSL_OP_NO_DTLSv1 SSL_OP_NO_TLSv1
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java22 import static org.conscrypt.NativeConstants.SSL_OP_NO_TLSv1;
387 assertTrue((NativeCrypto.SSL_get_options(s, null) & SSL_OP_NO_TLSv1) == 0);
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc2006 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1);
/external/python/cpython2/Modules/
H A D_ssl.c4272 PyModule_AddIntConstant(m, "OP_NO_TLSv1", SSL_OP_NO_TLSv1);
/external/python/cpython3/Modules/
H A D_ssl.c5361 PyModule_AddIntConstant(m, "OP_NO_TLSv1", SSL_OP_NO_TLSv1);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 986 milliseconds