Home
last modified time | relevance | path

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

/linux/drivers/char/
A Drandom.c2148 u32 entropy_u32[CHACHA_BLOCK_SIZE / sizeof(u32)]; member
2201 if (batch->position % ARRAY_SIZE(batch->entropy_u32) == 0) { in get_random_u32()
2202 extract_crng((u8 *)batch->entropy_u32); in get_random_u32()
2205 ret = batch->entropy_u32[batch->position++]; in get_random_u32()

Completed in 7 milliseconds