Searched refs:X509_CRL_match (Results 1 – 10 of 10) sorted by relevance
7 X509_CRL_cmp, X509_CRL_match20 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);48 The X509_CRL_match() function compares two B<X509_CRL> objects. Unlike the58 X509_subject_name_cmp(), X509_CRL_cmp(), and X509_CRL_match()
90 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b) in X509_CRL_match() function
708 if (X509_CRL_match(obj->data.crl, x->data.crl) == 0) in X509_OBJECT_retrieve_match()
1468 X509_CRL_match(3)
3225 X509_CRL_match 3294 3_0_0 EXIST::FUNCTION:
996 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
802 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
2930 X509_CRL_match;
4398 MLINKS+= X509_cmp.3 X509_CRL_match.3
9736 * New function X509_CRL_match() to check if two CRLs are identical. Normally