Home
last modified time | relevance | path

Searched refs:SSL_ERROR_SSL (Results 1 – 7 of 7) sorted by relevance

/external/libvncserver/libvncclient/
Dtls_openssl.c133 case SSL_ERROR_SSL: in ssl_errno()
/external/libevent/
Dbufferevent_openssl.c504 case SSL_ERROR_SSL: in conn_closed()
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/
D__init__.py1043 if e.errno == ssl.SSL_ERROR_SSL:
/external/boringssl/src/include/openssl/
Dssl.h394 #define SSL_ERROR_SSL 1 macro
/external/curl/lib/vtls/
Dopenssl.c3015 case SSL_ERROR_SSL: in ossl_send()
/external/boringssl/src/ssl/
Dssl_lib.c709 return SSL_ERROR_SSL; in SSL_get_error()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp790 case SSL_ERROR_SSL: in throwSSLExceptionWithSslErrors()
831 if (sslErrorCode == SSL_ERROR_NONE || sslErrorCode == SSL_ERROR_SSL) { in throwSSLExceptionWithSslErrors()
872 if (sslErrorCode == SSL_ERROR_SSL) { in throwSSLExceptionWithSslErrors()