Searched refs:SSL_want_x509_lookup (Results 1 – 2 of 2) sorted by relevance
3202 #define SSL_want_x509_lookup(ssl) (SSL_want(ssl) == SSL_X509_LOOKUP) macro
787 if (SSL_want_x509_lookup(ssl)) { in SSL_get_error()