Searched refs:idp_flags (Results 1 – 3 of 3) sorted by relevance
247 crl->idp_flags = 0; in crl_cb()339 crl->idp_flags |= IDP_PRESENT; in setup_idp()343 crl->idp_flags |= IDP_ONLYUSER; in setup_idp()348 crl->idp_flags |= IDP_ONLYCA; in setup_idp()353 crl->idp_flags |= IDP_ONLYATTR; in setup_idp()357 crl->idp_flags |= IDP_INVALID; in setup_idp()360 crl->idp_flags |= IDP_INDIRECT; in setup_idp()364 crl->idp_flags |= IDP_REASONS; in setup_idp()
1126 if (crl->idp_flags & IDP_INVALID) in get_crl_score()1131 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS)) in get_crl_score()1134 else if (crl->idp_flags & IDP_REASONS) in get_crl_score()1146 if (!(crl->idp_flags & IDP_INDIRECT)) in get_crl_score()1398 if (crl->idp_flags & IDP_ONLYATTR) in crl_crldp_check()1402 if (crl->idp_flags & IDP_ONLYUSER) in crl_crldp_check()1407 if (crl->idp_flags & IDP_ONLYCA) in crl_crldp_check()1540 if (crl->idp_flags & IDP_INVALID) in check_crl()
430 int idp_flags; member