Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Dx509_vfy.c1066 static int crl_extension_match(X509_CRL *a, X509_CRL *b, int nid) in crl_extension_match() function
1115 if (!crl_extension_match(delta, base, NID_authority_key_identifier)) in check_delta_base()
1117 if (!crl_extension_match(delta, base, NID_issuing_distribution_point)) in check_delta_base()
2010 if (!crl_extension_match(base, newer, NID_authority_key_identifier)) { in X509_CRL_diff()
2014 if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) { in X509_CRL_diff()