entropy_u64      2352 drivers/char/random.c 		u64 entropy_u64[CHACHA_BLOCK_SIZE / sizeof(u64)];
entropy_u64      2382 drivers/char/random.c 	if (batch->position % ARRAY_SIZE(batch->entropy_u64) == 0) {
entropy_u64      2383 drivers/char/random.c 		extract_crng((u8 *)batch->entropy_u64);
entropy_u64      2386 drivers/char/random.c 	ret = batch->entropy_u64[batch->position++];