Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx_crl.c181 crl->idp_flags = 0; in crl_cb()
292 crl->idp_flags |= IDP_PRESENT; in setup_idp()
295 crl->idp_flags |= IDP_ONLYUSER; in setup_idp()
299 crl->idp_flags |= IDP_ONLYCA; in setup_idp()
303 crl->idp_flags |= IDP_ONLYATTR; in setup_idp()
307 crl->idp_flags |= IDP_INVALID; in setup_idp()
310 crl->idp_flags |= IDP_INDIRECT; in setup_idp()
313 crl->idp_flags |= IDP_REASONS; in setup_idp()
H A Dx509_vfy.c1210 if ((crl->idp_flags & IDP_INVALID) != 0) in get_crl_score()
1214 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS)) in get_crl_score()
1216 } else if ((crl->idp_flags & IDP_REASONS) != 0) { in get_crl_score()
1226 if ((crl->idp_flags & IDP_INDIRECT) == 0) in get_crl_score()
1455 if ((crl->idp_flags & IDP_ONLYATTR) != 0) in crl_crldp_check()
1458 if ((crl->idp_flags & IDP_ONLYUSER) != 0) in crl_crldp_check()
1461 if ((crl->idp_flags & IDP_ONLYCA) != 0) in crl_crldp_check()
1572 if ((crl->idp_flags & IDP_INVALID) != 0 && in check_crl()
/freebsd/crypto/openssl/include/crypto/
H A Dx509.h113 int idp_flags; member
/freebsd/crypto/openssl/include/openssl/
H A Dx509v3.h.in348 /* Values in idp_flags field */