Home | History | Annotate | Download | only in x509

Lines Matching refs:best_score

828 	int i, crl_score, best_score = *pscore;
840 if (crl_score > best_score)
844 best_score = crl_score;
855 *pscore = best_score;
866 if (best_score >= CRL_SCORE_VALID)