Home
last modified time | relevance | path

Searched refs:SSL_want_write (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,
16 int SSL_want_write(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.c92 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_read()
198 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_write()
337 if (SSL_want_write(wsi->tls.ssl)) { in __lws_tls_shutdown()
Dmbedtls-client.c269 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) in lws_tls_client_connect()
Dmbedtls-server.c342 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_tls_server_accept()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c277 if (SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_read()
376 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_write()
562 if (SSL_want_write(wsi->tls.ssl)) { in __lws_tls_shutdown()
Dopenssl-server.c741 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) {
Dopenssl-client.c565 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) in lws_tls_client_connect()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c118 int SSL_want_write(const SSL *ssl) in SSL_want_write() function
153 else if (ssl->err == SSL_ERROR_WANT_WRITE || SSL_want_write(ssl)) in SSL_get_error()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h514 int SSL_want_write(const SSL *ssl);
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsconnection.c656 if (SSL_want_write (priv->ssl)) { in gst_dtls_connection_process()
840 states |= (! !SSL_want_write (priv->ssl) << 20); in log_state()
/third_party/openssl/util/
Dprivate.num454 SSL_want_write define
/third_party/openssl/doc/man7/
Dssl.pod723 =item int B<SSL_want_write>(const SSL *ssl);
/third_party/openssl/include/openssl/
Dssl.h903 # define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro
/third_party/openssl/ssl/
Dssl_lib.c3648 if (SSL_want_write(s)) { in SSL_get_error()