Searched refs:X509_CRL_cmp (Results 1 – 7 of 7) sorted by relevance
7 X509_CRL_cmp, X509_CRL_match19 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);43 The X509_issuer_name_cmp(), X509_subject_name_cmp() and X509_CRL_cmp() functions49 X509_CRL_cmp() function, this function compares the whole CRL content instead58 X509_subject_name_cmp(), X509_CRL_cmp(), and X509_CRL_match()
85 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b) in X509_CRL_cmp() function
171 ret = X509_CRL_cmp((*a)->data.crl, (*b)->data.crl); in x509_object_cmp()
1460 X509_CRL_cmp(3)
1215 X509_CRL_cmp 1243 3_0_0 EXIST::FUNCTION:
801 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
8804 this would be called X509_CRL_cmp() but that name is already used by
Completed in 39 milliseconds