Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h660 #define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
661 #define SSL_want_read(s) (SSL_want(s) == SSL_READING)
662 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
663 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
1134 int SSL_want(const SSL *s);
/dragonfly/crypto/libressl/
H A DREADME.DELETED580 man/SSL_want.3
/dragonfly/crypto/libressl/ssl/
H A Dssl_lib.c3288 SSL_want(const SSL *s) in SSL_want() function