Home
last modified time | relevance | path

Searched refs:SSL_ERROR_SYSCALL (Results 1 – 14 of 14) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dio_openssl.c205 case SSL_ERROR_SYSCALL: in SPDYF_openssl_recv()
241 case SSL_ERROR_SYSCALL: in SPDYF_openssl_send()
/external/boringssl/src/ssl/
Dbio_ssl.cc49 case SSL_ERROR_SYSCALL: in ssl_read()
84 case SSL_ERROR_SYSCALL: in ssl_write()
Dssl_lib.cc1241 return SSL_ERROR_SYSCALL; in bio_retry_reason_to_error()
1255 return SSL_ERROR_SYSCALL; in SSL_get_error()
1267 return SSL_ERROR_SYSCALL; in SSL_get_error()
1337 return SSL_ERROR_SYSCALL; in SSL_get_error()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc422 case SSL_ERROR_SYSCALL: in throwSSLExceptionWithSslErrors()
479 } else if (sslErrorCode == SSL_ERROR_SYSCALL) { in throwSSLExceptionWithSslErrors()
Dnative_crypto.cc7684 env, ssl, SSL_ERROR_SYSCALL, "handshake error", in NativeCrypto_SSL_do_handshake()
7711 (sslError.get() == SSL_ERROR_SYSCALL && errno == 0) || in NativeCrypto_SSL_do_handshake()
7893 case SSL_ERROR_SYSCALL: { in sslRead()
8169 case SSL_ERROR_SYSCALL: { in sslWrite()
9137 if (code == SSL_ERROR_NONE || (code == SSL_ERROR_SYSCALL && errno == 0) || in NativeCrypto_ENGINE_SSL_do_handshake()
9283 case SSL_ERROR_SYSCALL: { in NativeCrypto_ENGINE_SSL_read_direct()
/external/python/cpython3/Lib/asyncio/
Dsslproto.py231 ssl.SSL_ERROR_SYSCALL):
282 ssl.SSL_ERROR_SYSCALL):
/external/libvncserver/libvncclient/
Dtls_openssl.c130 case SSL_ERROR_SYSCALL: in ssl_errno()
/external/python/cpython2/Lib/
Dsocket.py75 SSL_ERROR_SYSCALL, \
/external/curl/lib/vtls/
Dopenssl.c328 case SSL_ERROR_SYSCALL: in SSL_ERROR_to_str()
3437 case SSL_ERROR_SYSCALL: in ossl_send()
/external/libevent/
Dbufferevent_openssl.c509 case SSL_ERROR_SYSCALL: in conn_closed()
/external/boringssl/src/include/openssl/
Dssl.h470 #define SSL_ERROR_SYSCALL 5 macro
/external/boringssl/src/ssl/test/
Dbssl_shim.cc2491 (n == 0 && err == SSL_ERROR_SYSCALL)) { in DoExchange()
/external/python/cpython2/Modules/
D_ssl.c481 case SSL_ERROR_SYSCALL: in PySSL_SetError()
/external/python/cpython3/Modules/
D_ssl.c525 case SSL_ERROR_SYSCALL: in PySSL_SetError()