Home
last modified time | relevance | path

Searched refs:BIO_should_write (Results 1 – 5 of 5) sorted by relevance

/dragonfly/crypto/libressl/ssl/
H A Dtls13_legacy.c76 if (BIO_should_write(ssl->wbio)) in tls13_legacy_wire_write()
103 if (BIO_should_write(ssl->wbio)) in tls13_legacy_wire_flush()
H A Dssl_lib.c2534 } else if (BIO_should_write(bio)) { in SSL_get_error()
2559 if (BIO_should_write(bio)) { in SSL_get_error()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h228 #define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE) macro
/dragonfly/crypto/libressl/apps/openssl/
H A Docsp.c1477 } else if (BIO_should_write(cbio)) { in query_responder()
/dragonfly/crypto/libressl/
H A DChangeLog942 * Only check BIO_should_read() on read and BIO_should_write() on
943 write. Previously, BIO_should_write() was also checked after read