Searched refs:idp_flags (Results 1 – 3 of 3) sorted by relevance
213 crl->idp_flags = 0; in crl_cb()305 crl->idp_flags |= IDP_PRESENT; in setup_idp()308 crl->idp_flags |= IDP_ONLYUSER; in setup_idp()312 crl->idp_flags |= IDP_ONLYCA; in setup_idp()316 crl->idp_flags |= IDP_ONLYATTR; in setup_idp()320 crl->idp_flags |= IDP_INVALID; in setup_idp()323 crl->idp_flags |= IDP_INDIRECT; in setup_idp()326 crl->idp_flags |= IDP_REASONS; in setup_idp()
1281 if (crl->idp_flags & IDP_INVALID) in get_crl_score()1285 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS)) in get_crl_score()1287 } else if (crl->idp_flags & IDP_REASONS) { in get_crl_score()1297 if (!(crl->idp_flags & IDP_INDIRECT)) in get_crl_score()1534 if (crl->idp_flags & IDP_ONLYATTR) in crl_crldp_check()1537 if (crl->idp_flags & IDP_ONLYUSER) in crl_crldp_check()1540 if (crl->idp_flags & IDP_ONLYCA) in crl_crldp_check()1667 if (crl->idp_flags & IDP_INVALID) { in check_crl()
463 int idp_flags; member