Re: [PATCH net-next v2 3/5] random32: add prandom_seed_full_state helper

2015-10-07 Thread Alexei Starovoitov
On 10/7/15 4:20 PM, Daniel Borkmann wrote: Factor out the full reseed handling code that populates the state through get_random_bytes() and runs prandom_warmup(). The resulting prandom_seed_full_state() will be used later on in more than the current __prandom_reseed() user. Fix also two minor whi

[PATCH net-next v2 3/5] random32: add prandom_seed_full_state helper

2015-10-07 Thread Daniel Borkmann
Factor out the full reseed handling code that populates the state through get_random_bytes() and runs prandom_warmup(). The resulting prandom_seed_full_state() will be used later on in more than the current __prandom_reseed() user. Fix also two minor whitespace issues along the way. Signed-off-by: