Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h662 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING) macro
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c2557 if (SSL_want_write(s)) { in SSL_get_error()