Searched refs:idp_flags (Results 1 – 4 of 4) sorted by relevance
180 crl->idp_flags = 0; in crl_cb()289 crl->idp_flags |= IDP_PRESENT; in setup_idp()292 crl->idp_flags |= IDP_ONLYUSER; in setup_idp()296 crl->idp_flags |= IDP_ONLYCA; in setup_idp()300 crl->idp_flags |= IDP_ONLYATTR; in setup_idp()304 crl->idp_flags |= IDP_INVALID; in setup_idp()307 crl->idp_flags |= IDP_INDIRECT; in setup_idp()310 crl->idp_flags |= IDP_REASONS; in setup_idp()325 if (crl->idp_flags == IDP_PRESENT && idp->distpoint == NULL) in setup_idp()326 crl->idp_flags |= IDP_INVALID; in setup_idp()
1365 if ((crl->idp_flags & IDP_INVALID) != 0) in get_crl_score()1375 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS)) in get_crl_score()1377 } else if ((crl->idp_flags & IDP_REASONS) != 0) { in get_crl_score()1384 if ((crl->idp_flags & IDP_INDIRECT) == 0) in get_crl_score()1611 if ((crl->idp_flags & IDP_ONLYATTR) != 0) in crl_crldp_check()1614 if ((crl->idp_flags & IDP_ONLYUSER) != 0) in crl_crldp_check()1617 if ((crl->idp_flags & IDP_ONLYCA) != 0) in crl_crldp_check()1724 … if ((crl->idp_flags & IDP_INVALID) != 0 && !verify_cb_crl(ctx, X509_V_ERR_INVALID_EXTENSION)) in check_crl()
113 int idp_flags; member
376 /* Values in idp_flags field */