Searched refs:X509_CRL_match (Results 1 – 7 of 7) sorted by relevance
7 X509_CRL_cmp, X509_CRL_match20 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);44 The X509_CRL_match() function compares two B<X509_CRL> objects. Unlike the
79 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b) in X509_CRL_match() function
657 if (!X509_CRL_match(obj->data.crl, x->data.crl)) in X509_OBJECT_retrieve_match()
779 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
2260 #define X509_CRL_match BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_CRL_match) macro
3341 X509_CRL_match 3294 1_1_0 EXIST::FUNCTION:
5063 *) New function X509_CRL_match() to check if two CRLs are identical. Normally