Searched defs:SSL_want_x509_lookup (Results 1 – 3 of 3) sorted by relevance
131 int SSL_want_x509_lookup(const SSL *ssl) in SSL_want_x509_lookup() function
904 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP) macro
897 # define SSL_want_x509_lookup(s) (SSL_want(s) == SSL_X509_LOOKUP) macro