Lines Matching refs:reasons
932 * If reasons not updated we wont get anywhere by another iteration,
1012 unsigned int reasons, best_reasons = 0;
1019 reasons = *preasons;
1020 crl_score = get_crl_score(ctx, &crl_issuer, &reasons, crl, x);
1039 best_reasons = reasons;
1160 * the certificate issuer this is returned in *pissuer. The reasons mask is
1161 * also used to determine if the CRL is suitable: if no new reasons the CRL
1162 * is rejected, otherwise reasons is updated.
1182 /* If no new reasons reject */
1214 /* If no new reasons reject */
1474 unsigned int reasons;
1478 reasons = ctx->current_reasons;
1480 &issuer, &crl_score, &reasons, ctx->crls);
1493 get_crl_sk(ctx, &crl, &dcrl, &issuer, &crl_score, &reasons, skcrl);
1503 ctx->current_reasons = reasons;