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);39 The X509_issuer_name_cmp(), X509_subject_name_cmp() and X509_CRL_cmp() functions45 X509_CRL_cmp() function, this function compares the whole CRL content instead55 X509_subject_name_cmp() and X509_CRL_cmp() may return B<-2> to indicate an error.
74 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b) in X509_CRL_cmp() function
151 ret = X509_CRL_cmp((*a)->data.crl, (*b)->data.crl); in x509_object_cmp()
778 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
2234 #define X509_CRL_cmp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_CRL_cmp) macro
1255 X509_CRL_cmp 1243 1_1_0 EXIST::FUNCTION:
5064 this would be called X509_CRL_cmp() but that name is already used by