Home
last modified time | relevance | path

Searched refs:sslError (Results 1 – 5 of 5) sorted by relevance

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp9400 OpenSslError sslError(ssl, ret); local
9402 ssl, ret, errno, sslError.get());
9409 if (sslError.get() == SSL_ERROR_NONE ||
9410 (sslError.get() == SSL_ERROR_SYSCALL && errno == 0) ||
9411 (sslError.get() == SSL_ERROR_ZERO_RETURN)) {
9414 } else if (sslError.get() != SSL_ERROR_WANT_READ &&
9415 sslError.get() != SSL_ERROR_WANT_WRITE) {
9416 throwSSLExceptionWithSslErrors(env, ssl, sslError.release(),
9504 OpenSslError sslError; local
9532 sslError.reset(ssl, ret);
[all …]
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...