Home
last modified time | relevance | path

Searched refs:SSL_want_write (Results 1 – 11 of 11) sorted by relevance

/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-ssl.c100 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_read()
180 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_write()
304 if (SSL_want_write(wsi->tls.ssl)) { in __lws_tls_shutdown()
Dmbedtls-client.c188 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) in lws_tls_client_connect()
Dmbedtls-server.c353 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_tls_server_accept()
/external/libwebsockets/lib/tls/openssl/
Dopenssl-ssl.c258 if (SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_read()
346 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) { in lws_ssl_capable_write()
505 if (SSL_want_write(wsi->tls.ssl)) { in __lws_tls_shutdown()
Dopenssl-client.c428 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) in lws_tls_client_connect()
Dopenssl-server.c663 if (m == SSL_ERROR_WANT_WRITE || SSL_want_write(wsi->tls.ssl)) {
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c117 int SSL_want_write(const SSL *ssl) in SSL_want_write() function
152 else if (ssl->err == SSL_ERROR_WANT_WRITE || SSL_want_write(ssl)) in SSL_get_error()
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/
Dssl.h512 int SSL_want_write(const SSL *ssl);
/external/python/pyopenssl/src/OpenSSL/
DSSL.py2194 return _lib.SSL_want_write(self._ssl)
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4452 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING) macro
/external/boringssl/src/include/openssl/
Dssl.h4524 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING) macro