Home
last modified time | relevance | path

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

/linux/drivers/char/
A Drandom.c2147 u64 entropy_u64[CHACHA_BLOCK_SIZE / sizeof(u64)]; member
2177 if (batch->position % ARRAY_SIZE(batch->entropy_u64) == 0) { in get_random_u64()
2178 extract_crng((u8 *)batch->entropy_u64); in get_random_u64()
2181 ret = batch->entropy_u64[batch->position++]; in get_random_u64()

Completed in 8 milliseconds