Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 6c0eace6 authored by Jason A. Donenfeld's avatar Jason A. Donenfeld
Browse files

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: default avatarDominik Brodowski <linux@dominikbrodowski.net>
Signed-off-by: default avatarJason A. Donenfeld <Jason@zx2c4.com>
parent 18263c4e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment