Searched refs:SSL_ERROR_NONE (Results 1 – 6 of 6) sorted by relevance
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 419 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/ |
D | tls_openssl.c | 91 case SSL_ERROR_NONE: in ssl_errno()
|
/external/libvncserver/x11vnc/ |
D | sslhelper.c | 699 #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/ |
D | bssl_shim.cc | 921 } else if (err != SSL_ERROR_NONE) { in DoExchange()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 1619 #define SSL_ERROR_NONE 0 macro
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 2015 return SSL_ERROR_NONE; in SSL_get_error()
|