Searched defs:SSL_want_nothing (Results 1 – 2 of 2) sorted by relevance
92 int SSL_want_nothing(const SSL *ssl) in SSL_want_nothing() function
901 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING) macro