Searched refs:SSL_want_nothing (Results 1 – 6 of 6) sorted by relevance
5 SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup,14 int SSL_want_nothing(const SSL *ssl);94 SSL_want_nothing(), SSL_want_read(), SSL_want_write(), SSL_want_x509_lookup(),
492 int SSL_want_nothing(const SSL *ssl);
452 SSL_want_nothing define
92 int SSL_want_nothing(const SSL *ssl) in SSL_want_nothing() function
719 =item int B<SSL_want_nothing>(const SSL *ssl);
901 # define SSL_want_nothing(s) (SSL_want(s) == SSL_NOTHING) macro