Home
last modified time | relevance | path

Searched hist:"0 baa8fab334a4d7017235b72fa8a547433572109" (Results 1 – 1 of 1) sorted by relevance

/linux/crypto/
H A Djitterentropy-kcapi.cdiff 0baa8fab334a4d7017235b72fa8a547433572109 Thu Sep 21 13:48:59 CEST 2023 Stephan Müller <smueller@chronox.de> crypto: jitter - Allow configuration of oversampling rate

The oversampling rate used by the Jitter RNG allows the configuration of
the heuristically implied entropy in one timing measurement. This
entropy rate is (1 / OSR) bits of entropy per time stamp.

Considering that the Jitter RNG now support APT/RCT health tests for
different OSRs, allow this value to be configured at compile time to
support systems with limited amount of entropy in their timer.

The allowed range of OSR values complies with the APT/RCT cutoff health
test values which range from 1 through 15.

The default value of the OSR selection support is left at 1 which is the
current default. Thus, the addition of the configuration support does
not alter the default Jitter RNG behavior.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>