Searched refs:X509_cmp (Results 1 – 6 of 6) sorted by relevance
179 int X509_cmp(const X509 *a, const X509 *b) in X509_cmp() function
598 if (!X509_cmp(obj->data.x509, x->data.x509)) in X509_OBJECT_retrieve_match()
253 if ((ok <= 0) || X509_cmp(x, xtmp)) in X509_verify_cert()1154 if (!X509_cmp(cert_ta, crl_ta)) in check_crl_chain()
979 int X509_cmp(const X509 *a, const X509 *b);
595 X509_cmp(cert, stream->peer_certificate_->x509()) == 0) { in SSLVerifyCallback()