Searched refs:entropy_u64 (Results 1 – 1 of 1) sorted by relevance
2147 u64 entropy_u64[CHACHA_BLOCK_SIZE / sizeof(u64)]; member2177 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