Kconfig (50282fd57bcd3525c9d81eef58df8718e4337c6d) | Kconfig (bb897c55042e9330bcf88b4b13cbdd6f9fabdd5e) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Generic algorithms support 4# 5config XOR_BLOCKS 6 tristate 7 8# --- 1263 unchanged lines hidden (view full) --- 1272 select CRYPTO_RNG 1273 select CRYPTO_JITTERENTROPY 1274 1275endif # if CRYPTO_DRBG_MENU 1276 1277config CRYPTO_JITTERENTROPY 1278 tristate "CPU Jitter Non-Deterministic RNG (Random Number Generator)" 1279 select CRYPTO_RNG | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Generic algorithms support 4# 5config XOR_BLOCKS 6 tristate 7 8# --- 1263 unchanged lines hidden (view full) --- 1272 select CRYPTO_RNG 1273 select CRYPTO_JITTERENTROPY 1274 1275endif # if CRYPTO_DRBG_MENU 1276 1277config CRYPTO_JITTERENTROPY 1278 tristate "CPU Jitter Non-Deterministic RNG (Random Number Generator)" 1279 select CRYPTO_RNG |
1280 select CRYPTO_SHA3 |
|
1280 help 1281 CPU Jitter RNG (Random Number Generator) from the Jitterentropy library 1282 1283 A non-physical non-deterministic ("true") RNG (e.g., an entropy source 1284 compliant with NIST SP800-90B) intended to provide a seed to a 1285 deterministic RNG (e.g. per NIST SP800-90C). 1286 This RNG does not perform any cryptographic whitening of the generated 1287 --- 135 unchanged lines hidden --- | 1281 help 1282 CPU Jitter RNG (Random Number Generator) from the Jitterentropy library 1283 1284 A non-physical non-deterministic ("true") RNG (e.g., an entropy source 1285 compliant with NIST SP800-90B) intended to provide a seed to a 1286 deterministic RNG (e.g. per NIST SP800-90C). 1287 This RNG does not perform any cryptographic whitening of the generated 1288 --- 135 unchanged lines hidden --- |