Searched refs:SSL_ERROR_WANT_READ (Results 1 - 12 of 12) sorted by relevance

/external/libvncserver/libvncserver/
H A Drfbssl_openssl.c73 if (SSL_get_error(ctx->ssl, r) != SSL_ERROR_WANT_READ)
104 if (SSL_get_error(ctx->ssl, ret) != SSL_ERROR_WANT_READ)
116 if (SSL_get_error(ctx->ssl, ret) != SSL_ERROR_WANT_READ)
/external/libvncserver/libvncclient/
H A Dtls_openssl.c97 case SSL_ERROR_WANT_READ: /* non-fatal; retry */
215 case SSL_ERROR_WANT_READ:
/external/boringssl/src/tool/
H A Dtransport_common.cc288 if (ssl_err == SSL_ERROR_WANT_READ) {
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp780 case SSL_ERROR_WANT_READ:
781 sslErrorStr = "SSL_ERROR_WANT_READ occurred. You should never see this.";
7326 * be cases where both threads see an SSL_ERROR_WANT_READ or
7531 * to be passed either SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE, since we
7535 * @param type Either SSL_ERROR_WANT_READ or SSL_ERROR_WANT_WRITE
7562 (type == SSL_ERROR_WANT_READ) ? "READ" : "WRITE", intFd, appData, timeout_millis);
7567 if (type == SSL_ERROR_WANT_READ) {
7595 (type == SSL_ERROR_WANT_READ) ? "READ" : "WRITE",
9270 } else if (sslError.get() != SSL_ERROR_WANT_READ &&
9400 if (sslError.get() == SSL_ERROR_WANT_READ || sslErro
[all...]
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc480 case SSL_ERROR_WANT_READ:
/external/boringssl/src/ssl/
H A Dssl_lib.c2051 return SSL_ERROR_WANT_READ;
2086 return SSL_ERROR_WANT_READ;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2836 if (err == SSL_ERROR_WANT_READ)
2893 if (err == SSL_ERROR_WANT_READ ||
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2836 if (err == SSL_ERROR_WANT_READ)
2893 if (err == SSL_ERROR_WANT_READ ||
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2836 if (err == SSL_ERROR_WANT_READ)
2893 if (err == SSL_ERROR_WANT_READ ||
/external/libvncserver/x11vnc/
H A Dsslhelper.c2040 } else if (err == SSL_ERROR_WANT_READ) {
2042 if (db) fprintf(stderr, "got SSL_ERROR_WANT_READ\n");
2442 || err == SSL_ERROR_WANT_READ
2510 || err == SSL_ERROR_WANT_READ
/external/boringssl/include/openssl/
H A Dssl.h1621 #define SSL_ERROR_WANT_READ 2 macro
/external/boringssl/src/include/openssl/
H A Dssl.h1621 #define SSL_ERROR_WANT_READ 2 macro

Completed in 177 milliseconds