Searched refs:SSL_interrupt (Results 1 - 11 of 11) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLSocketImpl.java1144 // We call SSL_interrupt so that we can interrupt SSL_do_handshake and then
1147 NativeCrypto.SSL_interrupt(sslNativePointer);
1162 NativeCrypto.SSL_interrupt(sslNativePointer);
H A DNativeCrypto.java1045 public static native void SSL_interrupt(long sslNativePointer); method in class:NativeCrypto
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java2194 // SSL_interrupt is a rare case that tolerates a null SSL argument
2195 NativeCrypto.SSL_interrupt(NULL);
2201 NativeCrypto.SSL_interrupt(s);
2225 NativeCrypto.SSL_interrupt(s);
/external/conscrypt/platform/src/test/java/org/conscrypt/
H A DNativeCryptoTest.java2133 // SSL_interrupt is a rare case that tolerates a null SSL argument
2134 NativeCrypto.SSL_interrupt(NULL);
2140 NativeCrypto.SSL_interrupt(s);
2164 NativeCrypto.SSL_interrupt(s);
/external/conscrypt/common/src/jni/main/cpp/
H A DNativeCrypto.cpp9192 CONSCRYPT_NATIVE_METHOD(NativeCrypto, SSL_interrupt, "(J)V"),
/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 387 milliseconds