Searched refs:SSL_want_x509_lookup (Results 1 – 5 of 5) sorted by relevance
5 SSL_want, SSL_want_nothing, SSL_want_read, SSL_want_write, SSL_want_x509_lookup,17 int SSL_want_x509_lookup(const SSL *ssl);94 SSL_want_nothing(), SSL_want_read(), SSL_want_write(), SSL_want_x509_lookup(),
725 =item int B<SSL_want_x509_lookup>(const SSL *ssl);
906 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP) macro
3773 if (SSL_want_x509_lookup(s)) in SSL_get_error()
2855 MLINKS+= SSL_want.3 SSL_want_x509_lookup.3