Searched refs:SSL_ERROR_SYSCALL (Results 1 - 15 of 15) sorted by relevance

/external/boringssl/src/ssl/
H A Dbio_ssl.cc49 case SSL_ERROR_SYSCALL:
84 case SSL_ERROR_SYSCALL:
H A Dssl_lib.cc1241 return SSL_ERROR_SYSCALL;
1250 // Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,
1255 return SSL_ERROR_SYSCALL;
1267 return SSL_ERROR_SYSCALL;
1337 return SSL_ERROR_SYSCALL;
/external/libmicrohttpd/src/microspdy/
H A Dio_openssl.c205 case SSL_ERROR_SYSCALL:
241 case SSL_ERROR_SYSCALL:
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Djniutil.cc422 case SSL_ERROR_SYSCALL:
479 } else if (sslErrorCode == SSL_ERROR_SYSCALL) {
H A Dnative_crypto.cc7684 env, ssl, SSL_ERROR_SYSCALL, "handshake error",
7711 (sslError.get() == SSL_ERROR_SYSCALL && errno == 0) ||
7893 case SSL_ERROR_SYSCALL: {
8169 case SSL_ERROR_SYSCALL: {
9137 if (code == SSL_ERROR_NONE || (code == SSL_ERROR_SYSCALL && errno == 0) ||
9283 case SSL_ERROR_SYSCALL: {
/external/python/cpython3/Lib/asyncio/
H A Dsslproto.py231 ssl.SSL_ERROR_SYSCALL):
282 ssl.SSL_ERROR_SYSCALL):
/external/libvncserver/libvncclient/
H A Dtls_openssl.c130 case SSL_ERROR_SYSCALL:
131 //d(printf ("ssl_errno: SSL_ERROR_SYSCALL\n"));
/external/python/cpython2/Lib/
H A Dsocket.py75 SSL_ERROR_SYSCALL, \
79 SSL_ERROR_INVALID_ERROR_CODE namespace
/external/libevent/
H A Dbufferevent_openssl.c509 case SSL_ERROR_SYSCALL:
/external/curl/lib/vtls/
H A Dopenssl.c328 case SSL_ERROR_SYSCALL:
329 return "SSL_ERROR_SYSCALL";
3437 case SSL_ERROR_SYSCALL:
3501 /* openssl/ssl.h for SSL_ERROR_SYSCALL says "look at error stack/return
/external/boringssl/include/openssl/
H A Dssl.h465 // SSL_ERROR_SYSCALL indicates the operation failed externally to the library.
470 #define SSL_ERROR_SYSCALL 5 macro
/external/boringssl/src/include/openssl/
H A Dssl.h465 // SSL_ERROR_SYSCALL indicates the operation failed externally to the library.
470 #define SSL_ERROR_SYSCALL 5 macro
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc2491 (n == 0 && err == SSL_ERROR_SYSCALL)) {
/external/python/cpython2/Modules/
H A D_ssl.c195 PY_SSL_ERROR_EOF, /* special case of SSL_ERROR_SYSCALL */
481 case SSL_ERROR_SYSCALL:
4162 PyModule_AddIntConstant(m, "SSL_ERROR_SYSCALL",
/external/python/cpython3/Modules/
H A D_ssl.c221 PY_SSL_ERROR_EOF, /* special case of SSL_ERROR_SYSCALL */
525 case SSL_ERROR_SYSCALL:
5247 PyModule_AddIntConstant(m, "SSL_ERROR_SYSCALL",

Completed in 355 milliseconds