aboutsummaryrefslogtreecommitdiff
path: root/lib/string_helpers.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2022-01-15 14:40:04 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2022-01-18 13:03:56 +0100
commit6c0eace6e1499712583b6ee62d95161e8b3449f5 (patch)
tree3e1327052bf302aa9d69a99ded5acc73095ec798 /lib/string_helpers.c
parent18263c4e8e62f7329f38f5eadc568751242ca89c (diff)
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>
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions