Searched refs:SSL_want_x509_lookup (Results 1 – 7 of 7) 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(),
851 int SSL_want_x509_lookup(const SSL *ssl);
455 SSL_want_x509_lookup define
131 int SSL_want_x509_lookup(const SSL *ssl) in SSL_want_x509_lookup() function
725 =item int B<SSL_want_x509_lookup>(const SSL *ssl);
904 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP) macro
3668 if (SSL_want_x509_lookup(s)) in SSL_get_error()