Jason A. Donenfeld 6c0eace6e1 random: access input_pool_data directly rather than through pointer
This gets rid of another abstraction we no longer need. It would be nice
if we could instead make pool an array rather than a pointer, but the
latent entropy plugin won't be able to do its magic in that case. So
instead we put all accesses to the input pool's actual data through the
input_pool_data array directly.

Reviewed-by: Dominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2022-01-18 13:03:56 +01:00
..
2022-01-16 08:08:11 +02:00
2018-06-05 11:24:55 -07:00
2021-05-21 10:09:30 +02:00
2021-06-04 15:35:03 +02:00
2021-09-14 10:46:19 +02:00
2021-07-27 12:17:21 +02:00