Home | History | Annotate | Download | only in ssl

Lines Matching refs:SSL_want

1149 #define SSL_want_nothing(s)	(SSL_want(s) == SSL_NOTHING)
1150 #define SSL_want_read(s) (SSL_want(s) == SSL_READING)
1151 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
1152 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
1763 int SSL_want(const SSL *s);