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()
1131 if (crl->idp_flags & IDP_INVALID) in get_crl_score()1136 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS)) in get_crl_score()1139 else if (crl->idp_flags & IDP_REASONS) in get_crl_score()1151 if (!(crl->idp_flags & IDP_INDIRECT)) in get_crl_score()1403 if (crl->idp_flags & IDP_ONLYATTR) in crl_crldp_check()1407 if (crl->idp_flags & IDP_ONLYUSER) in crl_crldp_check()1412 if (crl->idp_flags & IDP_ONLYCA) in crl_crldp_check()1545 if (crl->idp_flags & IDP_INVALID) in check_crl()
429 int idp_flags; member