Searched refs:bestcount (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Ddh.c149 int best, bestcount, which; local
161 best = bestcount = 0;
175 bestcount = 0;
178 bestcount++;
182 if (bestcount == 0) {
189 which = arc4random_uniform(bestcount);

Completed in 72 milliseconds