Re: [PATCH 5/6] crypto: DRBG - make drbg_prepare_hrng() handle jent instantiation errors
From: Stephan Müller
Date: Tue Oct 26 2021 - 05:19:57 EST
Am Montag, 25. Oktober 2021, 11:25:24 CEST schrieb Nicolai Stange:
Hi Nicolai,
> Now that drbg_prepare_hrng() doesn't do anything but to instantiate a
> jitterentropy crypto_rng instance, it looks a little odd to have the
> related error handling at its only caller, drbg_instantiate().
>
> Move the handling of jitterentropy allocation failures from
> drbg_instantiate() close to the allocation itself in drbg_prepare_hrng().
>
> There is no change in behaviour.
>
> Signed-off-by: Nicolai Stange <nstange@xxxxxxx>
Reviewed-by: Stephan Müller <smueller@xxxxxxxxxx>
Ciao
Stephan