HomeSort by relevance Sort by last modified time
    Searched full:bestcount (Results 1 - 1 of 1) sorted by null

  /external/openssh/
dh.c 129 int best, bestcount, which; local
141 best = bestcount = 0;
155 bestcount = 0;
158 bestcount++;
162 if (bestcount == 0) {
169 which = arc4random_uniform(bestcount);

Completed in 736 milliseconds