Searched refs:SSL_OP_NO_TLSv1_2 (Results 1 - 17 of 17) sorted by relevance

/external/conscrypt/src/gen/native/
H A Dgenerate_constants.cc88 CONST(SSL_OP_NO_TLSv1_2);
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java937 long optionsToSet = (NativeConstants.SSL_OP_NO_SSLv3 | NativeConstants.SSL_OP_NO_TLSv1 | NativeConstants.SSL_OP_NO_TLSv1_1 | NativeConstants.SSL_OP_NO_TLSv1_2);
951 optionsToSet &= ~NativeConstants.SSL_OP_NO_TLSv1_2;
952 optionsToClear |= NativeConstants.SSL_OP_NO_TLSv1_2;
/external/boringssl/src/ssl/
H A Dssl_lib.c2339 if (!(ssl->options & SSL_OP_NO_TLSv1_2) && TLS1_2_VERSION <= max_version) {
2383 !(ssl->options & SSL_OP_NO_TLSv1_2)) {
2432 if (!(options & SSL_OP_NO_TLSv1_2)) {
2435 if (!(options & SSL_OP_NO_TLSv1_1) && (options & SSL_OP_NO_TLSv1_2)) {
2490 return !(ssl->options & SSL_OP_NO_TLSv1_2);
/external/curl/lib/vtls/
H A Dopenssl.c1834 ctx_options |= SSL_OP_NO_TLSv1_2;
1849 ctx_options |= SSL_OP_NO_TLSv1_2;
1858 ctx_options |= SSL_OP_NO_TLSv1_2;
1875 ctx_options |= SSL_OP_NO_TLSv1_2;
/external/boringssl/include/openssl/
H A Dssl.h3113 #define SSL_OP_NO_TLSv1_2 0x08000000L macro
3116 #define SSL_OP_NO_DTLSv1_2 SSL_OP_NO_TLSv1_2
/external/boringssl/src/include/openssl/
H A Dssl.h3113 #define SSL_OP_NO_TLSv1_2 0x08000000L macro
3116 #define SSL_OP_NO_DTLSv1_2 SSL_OP_NO_TLSv1_2
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc1166 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_2);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2256 #ifdef SSL_OP_NO_TLSv1_2
2258 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2);
2260 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2);
2261 #endif /* SSL_OP_NO_TLSv1_2 */
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2256 #ifdef SSL_OP_NO_TLSv1_2
2258 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2);
2260 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2);
2261 #endif /* SSL_OP_NO_TLSv1_2 */
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2256 #ifdef SSL_OP_NO_TLSv1_2
2258 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2);
2260 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2);
2261 #endif /* SSL_OP_NO_TLSv1_2 */
/external/conscrypt/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java334 assertTrue((NativeCrypto.SSL_get_options(s) & NativeConstants.SSL_OP_NO_TLSv1_2) == 0);
/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 3161 milliseconds