HomeSort by: relevance | last modified time | path
    Searched refs:crl_extension_match (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_vfy.c 1114 static int crl_extension_match(X509_CRL *a, X509_CRL *b, int nid) function
1156 if (!crl_extension_match(delta, base, NID_authority_key_identifier))
1158 if (!crl_extension_match(delta, base, NID_issuing_distribution_point))
2044 if (!crl_extension_match(base, newer, NID_authority_key_identifier)) {
2048 if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_vfy.c 1082 static int crl_extension_match(X509_CRL *a, X509_CRL *b, int nid) function
1131 if (!crl_extension_match(delta, base, NID_authority_key_identifier))
1133 if (!crl_extension_match(delta, base, NID_issuing_distribution_point))
2007 if (!crl_extension_match(base, newer, NID_authority_key_identifier)) {
2011 if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) {
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_vfy.c 1260 static int crl_extension_match(X509_CRL *a, X509_CRL *b, int nid) function
1303 if (!crl_extension_match(delta, base, NID_authority_key_identifier))
1305 if (!crl_extension_match(delta, base, NID_issuing_distribution_point))
2206 if (!crl_extension_match(base, newer, NID_authority_key_identifier)) {
2210 if (!crl_extension_match(base, newer, NID_issuing_distribution_point)) {

Completed in 20 milliseconds