Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dssl.h3201 #define SSL_want_write(ssl) (SSL_want(ssl) == SSL_WRITING) macro
/external/boringssl/src/ssl/
Dssl_lib.c762 if (SSL_want_write(ssl)) { in SSL_get_error()
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c563 if ( res < 0 && SSL_want_write (connection->tls_session) ) in send_tls_adapter()