Lines Matching refs:SSL_want
1194 #define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)
1195 #define SSL_want_read(s) (SSL_want(s) == SSL_READING)
1196 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)
1197 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)
1198 #define SSL_want_channel_id_lookup(s) (SSL_want(s) == SSL_CHANNEL_ID_LOOKUP)
1818 int SSL_want(const SSL *s);