Searched refs:SSL_want (Results 1 – 3 of 3) sorted by relevance
963 #define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING)964 #define SSL_want_read(s) (SSL_want(s) == SSL_READING)965 #define SSL_want_write(s) (SSL_want(s) == SSL_WRITING)966 #define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP)1487 int SSL_want(const SSL *s);
2884 int SSL_want(const SSL *s) in SSL_want() function