Home
last modified time | relevance | path

Searched refs:SSL_want_read (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_want.pod5 SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup,
15 int SSL_want_read(const SSL *ssl);
94 SSL_want_nothing(), SSL_want_read(), SSL_want_write(), SSL_want_x509_lookup(),
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c87 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_read()
192 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_write()
332 if (SSL_want_read(wsi->tls.ssl)) { in __lws_tls_shutdown()
Dmbedtls-client.c266 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) in lws_tls_client_connect()
Dmbedtls-server.c332 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_tls_server_accept()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c272 if (SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_read()
370 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) { in lws_ssl_capable_write()
557 if (SSL_want_read(wsi->tls.ssl)) { in __lws_tls_shutdown()
Dopenssl-server.c731 (m != SSL_ERROR_ZERO_RETURN && SSL_want_read(wsi->tls.ssl))) {
Dopenssl-client.c562 if (m == SSL_ERROR_WANT_READ || SSL_want_read(wsi->tls.ssl)) in lws_tls_client_connect()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c105 int SSL_want_read(const SSL *ssl) in SSL_want_read() function
151 if (ssl->err == SSL_ERROR_WANT_READ || SSL_want_read(ssl)) in SSL_get_error()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h503 int SSL_want_read(const SSL *ssl);
/third_party/openssl/util/
Dprivate.num453 SSL_want_read define
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c841 states |= (! !SSL_want_read (priv->ssl) << 24); in log_state()
/third_party/openssl/doc/man7/
Dssl.pod721 =item int B<SSL_want_read>(const SSL *ssl);
/third_party/openssl/include/openssl/
Dssl.h902 # define SSL_want_read(s) (SSL_want(s) == SSL_READING) macro
/third_party/openssl/ssl/
Dssl_lib.c3622 if (SSL_want_read(s)) { in SSL_get_error()