Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dbio_ssl.cc50 case SSL_ERROR_SSL: in ssl_read()
85 case SSL_ERROR_SSL: in ssl_write()
Dssl_test.cc2881 SSL_ERROR_SSL); in TEST_P()
2888 SSL_ERROR_SSL); in TEST_P()
2900 SSL_ERROR_SSL); in TEST_P()
3817 EXPECT_EQ(SSL_ERROR_SSL, SSL_get_error(ssl.get(), ret)); in TEST()
Dssl_lib.cc1257 return SSL_ERROR_SSL; in SSL_get_error()
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc410 case SSL_ERROR_SSL: in throwSSLExceptionWithSslErrors()
451 if (sslErrorCode == SSL_ERROR_NONE || sslErrorCode == SSL_ERROR_SSL) { in throwSSLExceptionWithSslErrors()
493 if (sslErrorCode == SSL_ERROR_SSL) { in throwSSLExceptionWithSslErrors()
/external/libvncserver/libvncclient/
Dtls_openssl.c133 case SSL_ERROR_SSL: in ssl_errno()
/external/python/cpython2/Lib/
Dsocket.py76 SSL_ERROR_SSL, \
/external/curl/lib/vtls/
Dopenssl.c320 case SSL_ERROR_SSL: in SSL_ERROR_to_str()
3442 case SSL_ERROR_SSL: in ossl_send()
/external/libevent/
Dbufferevent_openssl.c514 case SSL_ERROR_SSL: in conn_closed()
/external/boringssl/src/include/openssl/
Dssl.h441 #define SSL_ERROR_SSL 1 macro
/external/boringssl/src/ssl/test/
Dbssl_shim.cc1422 if (ssl_err == SSL_ERROR_SSL || ssl_err == SSL_ERROR_ZERO_RETURN) { in CheckIdempotentError()
/external/python/cpython2/Modules/
D_ssl.c506 case SSL_ERROR_SSL: in PySSL_SetError()
/external/python/cpython3/Modules/
D_ssl.c550 case SSL_ERROR_SSL: in PySSL_SetError()