Searched refs:TLS_FALLBACK_SCSV (Results 1 - 4 of 4) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DFallbackTestClientSocketFactory.java28 * that will not accept the {@link #TLS_FALLBACK_SCSV} cipher, thus bypassing server-side fallback
37 public static final String TLS_FALLBACK_SCSV = "TLS_FALLBACK_SCSV"; field in class:FallbackTestClientSocketFactory
56 if (!suite.equals(TLS_FALLBACK_SCSV)) {
/external/conscrypt/src/main/java/org/conscrypt/
H A DNativeCrypto.java634 * TLS_FALLBACK_SCSV is from
639 public static final String TLS_FALLBACK_SCSV = "TLS_FALLBACK_SCSV"; field in class:NativeCrypto
737 // add("TLS_FALLBACK_SCSV", null);
757 SUPPORTED_CIPHER_SUITES[size + 1] = TLS_FALLBACK_SCSV;
1000 if (cipherSuite.equals(TLS_FALLBACK_SCSV)) {
1022 cipherSuite.equals(TLS_FALLBACK_SCSV)) {
/external/robolectric/v3/runtime/
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 113 milliseconds