Home | History | Annotate | Download | only in openssh

Lines Matching full:sieve

32  *  Sieve candidates for "safe" primes,
98 * Constant: when used with 32-bit integers, the largest sieve prime
103 /* Constant: can sieve all primes less than 2**32, as 65537**2 > 2**32-1. */
128 /* sieve 2**16 */
131 /* sieve 2**30 in 2**16 parts */
134 /* sieve relative to the initial value */
175 ** Sieve p's and q's with small factors
193 * The sieve omits p's and q's divisible by 2, so ensure that
194 * largebase+u is odd. Then, step through the sieve in
214 * The sieve omits p's divisible by 4, so ensure that
215 * largebase+u is not. Then, step through the sieve in
336 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start),
380 * The sieve omits even numbers, so ensure that
381 * smallbase+s is odd. Then, step through the sieve