Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_enum.c63 static ENUMERATED_NAMES crl_reasons[] = { variable
92 .usr_data = crl_reasons,
H A Dx509_vfy.c1308 unsigned int tmp_reasons = *preasons, crl_reasons; in get_crl_score() local
1351 if (crl_crldp_check(x, crl, crl_score, &crl_reasons)) { in get_crl_score()
1353 if (!(crl_reasons & ~tmp_reasons)) in get_crl_score()
1355 tmp_reasons |= crl_reasons; in get_crl_score()
/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c2716 static const char *crl_reasons[] = { variable
2732 #define NUM_REASONS (sizeof(crl_reasons) / sizeof(char *))
2756 if (strcasecmp(rev_arg, crl_reasons[i]) == 0) { in make_revocation_str()
2757 reason = crl_reasons[i]; in make_revocation_str()
2953 if (strcasecmp(reason_str, crl_reasons[i]) == 0) { in unpack_revinfo()