Searched refs:idp_flags (Results 1 – 4 of 4) sorted by relevance
183 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()
1308 if ((crl->idp_flags & IDP_INVALID) != 0) in get_crl_score()1312 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS)) in get_crl_score()1314 } else if ((crl->idp_flags & IDP_REASONS) != 0) { in get_crl_score()1324 if ((crl->idp_flags & IDP_INDIRECT) == 0) in get_crl_score()1553 if ((crl->idp_flags & IDP_ONLYATTR) != 0) in crl_crldp_check()1556 if ((crl->idp_flags & IDP_ONLYUSER) != 0) in crl_crldp_check()1559 if ((crl->idp_flags & IDP_ONLYCA) != 0) in crl_crldp_check()1672 if ((crl->idp_flags & IDP_INVALID) != 0 && in check_crl()
113 int idp_flags; member
359 /* Values in idp_flags field */
Completed in 23 milliseconds