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

/macosx-10.10/OpenSSH-189/openssh/
H A Dmoduli.c140 static u_int32_t *SmallSieve, smallbits, smallbase; variable
309 smallbits = smallwords << SHIFT_WORD;
397 for (s /= 2; s < smallbits; s += t)
404 for (i = 0; i < smallbits; i++) {

Completed in 112 milliseconds