Searched refs:idp_flags (Results 1 – 4 of 4) sorted by relevance
177 crl->idp_flags = 0; in crl_cb()288 crl->idp_flags |= IDP_PRESENT; in setup_idp()291 crl->idp_flags |= IDP_ONLYUSER; in setup_idp()295 crl->idp_flags |= IDP_ONLYCA; in setup_idp()299 crl->idp_flags |= IDP_ONLYATTR; in setup_idp()303 crl->idp_flags |= IDP_INVALID; in setup_idp()306 crl->idp_flags |= IDP_INDIRECT; in setup_idp()309 crl->idp_flags |= IDP_REASONS; in setup_idp()
1212 if ((crl->idp_flags & IDP_INVALID) != 0) in get_crl_score()1216 if (crl->idp_flags & (IDP_INDIRECT | IDP_REASONS)) in get_crl_score()1218 } else if ((crl->idp_flags & IDP_REASONS) != 0) { in get_crl_score()1228 if ((crl->idp_flags & IDP_INDIRECT) == 0) in get_crl_score()1457 if ((crl->idp_flags & IDP_ONLYATTR) != 0) in crl_crldp_check()1460 if ((crl->idp_flags & IDP_ONLYUSER) != 0) in crl_crldp_check()1463 if ((crl->idp_flags & IDP_ONLYCA) != 0) in crl_crldp_check()1574 if ((crl->idp_flags & IDP_INVALID) != 0 && in check_crl()
113 int idp_flags; member
348 /* Values in idp_flags field */
Completed in 16 milliseconds