crypto/rng: double the entropy delay interval for retry
authorGaurav Jain <gaurav.jain@nxp.com>
Fri, 5 Sep 2025 09:33:48 +0000 (15:03 +0530)
committerPeng Fan <peng.fan@nxp.com>
Fri, 10 Oct 2025 03:44:27 +0000 (11:44 +0800)
commit524d637bb933e51a85ba078eafc5e3fdc7616e50
tree64be875dcdc14131dc31c1cdfc70de93707f139d
parentecdc3872a767fb045be3296d4317ae978a14b022
crypto/rng: double the entropy delay interval for retry

During entropy evaluation, if the generated samples fail any statistical test,
then, all of the bits will be discarded, and a second set of samples will be
generated and tested.

Double the ent_delay to give more chance to pass before performing retry.

Signed-off-by: Gaurav Jain <gaurav.jain@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/crypto/fsl/jr.c