]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: jitter - set default OSR to 3
authorStephan Mueller <smueller@chronox.de>
Mon, 12 Aug 2024 06:25:42 +0000 (08:25 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 24 Aug 2024 13:36:07 +0000 (21:36 +0800)
commit95a798d20060d2b648dd604321e347c85edfd783
treec4ff9cf10e2fdea3cc3c3627b3efe94b569dab31
parent8e84a650079a0044374f57af8d24b367fc795340
crypto: jitter - set default OSR to 3

The user space Jitter RNG library uses the oversampling rate of 3 which
implies that each time stamp is credited with 1/3 bit of entropy. To
obtain 256 bits of entropy, 768 time stamps need to be sampled. The
increase in OSR is applied based on a report where the Jitter RNG is
used on a system exhibiting a challenging environment to collect
entropy.

This OSR default value is now applied to the Linux kernel version of
the Jitter RNG as well.

The increase in the OSR from 1 to 3 also implies that the Jitter RNG is
now slower by default.

Reported-by: Jeff Barnes <jeffbarnes@microsoft.com>
Signed-off-by: Stephan Mueller <smueller@chronox.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig