Home | History | Annotate | Download | only in openssl

Lines Matching refs:SSL_want

1109 #define SSL_want_nothing(s)	(SSL_want(s) == SSL_NOTHING)
1110 #define SSL_want_read(s) (SSL_want(s) == SSL_READING)
1111 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
1112 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
1718 int SSL_want(const SSL *s);