Home
last modified time | relevance | path

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

/openssl/crypto/x509/
H A Dx_crl.c183 crl->idp_flags = 0; in crl_cb()
294 crl->idp_flags |= IDP_PRESENT; in setup_idp()
297 crl->idp_flags |= IDP_ONLYUSER; in setup_idp()
301 crl->idp_flags |= IDP_ONLYCA; in setup_idp()
305 crl->idp_flags |= IDP_ONLYATTR; in setup_idp()
309 crl->idp_flags |= IDP_INVALID; in setup_idp()
312 crl->idp_flags |= IDP_INDIRECT; in setup_idp()
315 crl->idp_flags |= IDP_REASONS; in setup_idp()
H A Dx509_vfy.c1221 if ((crl->idp_flags & IDP_INVALID) != 0) in get_crl_score()
1225 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS)) in get_crl_score()
1227 } else if ((crl->idp_flags & IDP_REASONS) != 0) { in get_crl_score()
1237 if ((crl->idp_flags & IDP_INDIRECT) == 0) in get_crl_score()
1466 if ((crl->idp_flags & IDP_ONLYATTR) != 0) in crl_crldp_check()
1469 if ((crl->idp_flags & IDP_ONLYUSER) != 0) in crl_crldp_check()
1472 if ((crl->idp_flags & IDP_ONLYCA) != 0) in crl_crldp_check()
1583 if ((crl->idp_flags & IDP_INVALID) != 0 && in check_crl()
/openssl/include/crypto/
H A Dx509.h113 int idp_flags; member
/openssl/include/openssl/
H A Dx509v3.h.in351 /* Values in idp_flags field */

Completed in 26 milliseconds