Home
last modified time | relevance | path

Searched refs:SSL_ERROR_NONE (Results 1 – 6 of 6) sorted by relevance

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp419 OpenSslError() : sslError_(SSL_ERROR_NONE), released_(false) { in OpenSslError()
422 OpenSslError(SSL* ssl, int returnCode) : sslError_(SSL_ERROR_NONE), released_(false) { in OpenSslError()
427 if (!released_ && sslError_ != SSL_ERROR_NONE) { in ~OpenSslError()
440 sslError_ = SSL_ERROR_NONE; in reset()
770 case SSL_ERROR_NONE: in throwSSLExceptionWithSslErrors()
818 if (sslErrorCode == SSL_ERROR_NONE || sslErrorCode == SSL_ERROR_SSL) { in throwSSLExceptionWithSslErrors()
8196 throwSSLExceptionWithSslErrors(env, NULL, SSL_ERROR_NONE,
8239 throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, "Error enabling Channel ID");
8274 throwSSLExceptionWithSslErrors(env, ssl, SSL_ERROR_NONE, "Error getting Channel ID");
8308 env, ssl, SSL_ERROR_NONE, "Error setting private key for Channel ID");
[all …]
/external/libvncserver/libvncclient/
Dtls_openssl.c91 case SSL_ERROR_NONE: in ssl_errno()
/external/libvncserver/x11vnc/
Dsslhelper.c699 #define SSL_ERROR_NONE 0 macro
2038 if (err == SSL_ERROR_NONE) { in ssl_init()
2429 if (err == SSL_ERROR_NONE) { in ssl_xfer()
2503 if (err == SSL_ERROR_NONE) { in ssl_xfer()
3127 err = SSL_ERROR_NONE; in watch_for_http_traffic()
3138 if (err != SSL_ERROR_NONE || n < 2) { in watch_for_http_traffic()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc921 } else if (err != SSL_ERROR_NONE) { in DoExchange()
/external/boringssl/src/include/openssl/
Dssl.h1619 #define SSL_ERROR_NONE 0 macro
/external/boringssl/src/ssl/
Dssl_lib.c2015 return SSL_ERROR_NONE; in SSL_get_error()