Home
last modified time | relevance | path

Searched refs:X509_CRL_cmp (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DX509_cmp.pod7 X509_CRL_cmp, X509_CRL_match
19 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() functions
45 X509_CRL_cmp() function, this function compares the whole CRL content instead
55 X509_subject_name_cmp() and X509_CRL_cmp() may return B<-2> to indicate an error.
/third_party/openssl/crypto/x509/
Dx509_cmp.c74 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b) in X509_CRL_cmp() function
Dx509_lu.c151 ret = X509_CRL_cmp((*a)->data.crl, (*b)->data.crl); in x509_object_cmp()
/third_party/openssl/include/openssl/
Dx509.h778 int X509_CRL_cmp(const X509_CRL *a, const X509_CRL *b);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2234 #define X509_CRL_cmp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_CRL_cmp) macro
/third_party/openssl/util/
Dlibcrypto.num1255 X509_CRL_cmp 1243 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES5064 this would be called X509_CRL_cmp() but that name is already used by