Searched defs:SSL_want_read (Results 1 – 5 of 5) sorted by relevance
105 int SSL_want_read(const SSL *ssl) in SSL_want_read() function
5328 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING) macro
5315 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING) macro
4787 #define SSL_want_read(ssl) (SSL_want(ssl) == SSL_READING) macro