Lines Matching defs:reasons
988 * If reasons not updated we won't get anywhere by another iteration,
1061 unsigned int reasons, best_reasons = 0;
1068 reasons = *preasons;
1069 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
1089 best_reasons = reasons;
1197 * the certificate issuer this is returned in *pissuer. The reasons mask is
1198 * also used to determine if the CRL is suitable: if no new reasons the CRL
1199 * is rejected, otherwise reasons is updated.
1217 /* If no new reasons reject */
1248 /* If no new reasons reject */
1490 unsigned int reasons;
1495 reasons = ctx->current_reasons;
1497 &issuer, &crl_score, &reasons, ctx->crls);
1508 get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl);
1517 ctx->current_reasons = reasons;