Home | History | Annotate | Download | only in x509

Lines Matching defs:best_score

823 	int i, crl_score, best_score = *pscore;
835 if (crl_score > best_score)
839 best_score = crl_score;
850 *pscore = best_score;
861 if (best_score >= CRL_SCORE_VALID)