Searched refs:to_fill (Results 1 – 1 of 1) sorted by relevance
79 const int to_fill = ((nbits + BITS_PER_WORD - 1) / BITS_PER_WORD); in trng_pack_entropy() local82 for (word_i = 0; word_i < to_fill; word_i++) { in trng_pack_entropy()131 out[to_fill - 1] &= mask; in trng_pack_entropy()
Completed in 2 milliseconds