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

/freebsd-10.2-release/crypto/openssh/
H A Dmoduli.c246 u_int32_t tinywords = TINY_NUMBER >> 6; local
301 TinySieve = xcalloc(tinywords, sizeof(u_int32_t));
302 tinybits = tinywords << SHIFT_WORD;

Completed in 95 milliseconds