Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmoduli.c243 uint32_t tinywords = TINY_NUMBER >> 6; in gen_candidates() local
265 TinySieve = xcalloc(tinywords, sizeof(uint32_t)); in gen_candidates()
266 tinybits = tinywords << SHIFT_WORD; in gen_candidates()