entropy_u32      2353 drivers/char/random.c 		u32 entropy_u32[CHACHA_BLOCK_SIZE / sizeof(u32)];
entropy_u32      2406 drivers/char/random.c 	if (batch->position % ARRAY_SIZE(batch->entropy_u32) == 0) {
entropy_u32      2407 drivers/char/random.c 		extract_crng((u8 *)batch->entropy_u32);
entropy_u32      2410 drivers/char/random.c 	ret = batch->entropy_u32[batch->position++];