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.c1068 static int crl_extension_match(X509_CRL *a, X509_CRL *b, int nid) in crl_extension_match() function
1117 if (!crl_extension_match(delta, base, NID_authority_key_identifier)) in check_delta_base()
1119 if (!crl_extension_match(delta, base, NID_issuing_distribution_point)) in check_delta_base()
1957 if (!crl_extension_match(base, newer, NID_authority_key_identifier)) { in X509_CRL_diff()
1961 if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) { in X509_CRL_diff()