Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DX509_cmp.pod7 X509_CRL_cmp, X509_CRL_match
20 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
/third_party/openssl/crypto/x509/
Dx509_cmp.c79 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b) in X509_CRL_match() function
Dx509_lu.c657 if (!X509_CRL_match(obj->data.crl, x->data.crl)) in X509_OBJECT_retrieve_match()
/third_party/openssl/include/openssl/
Dx509.h779 int X509_CRL_match(const X509_CRL *a, const X509_CRL *b);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2260 #define X509_CRL_match BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, X509_CRL_match) macro
/third_party/openssl/util/
Dlibcrypto.num3341 X509_CRL_match 3294 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES5063 *) New function X509_CRL_match() to check if two CRLs are identical. Normally