Searched refs:word_i (Results 1 – 1 of 1) sorted by relevance
80 int word_i; in trng_pack_entropy() local82 for (word_i = 0; word_i < to_fill; word_i++) { in trng_pack_entropy()115 out[word_i] = 0; in trng_pack_entropy()116 out[word_i] |= entropy[ENTROPY_WORD_INDEX(word_i)] >> rshift; in trng_pack_entropy()125 out[word_i] |= entropy[ENTROPY_WORD_INDEX(word_i + 1)] in trng_pack_entropy()
Completed in 2 milliseconds