]> git.ipfire.org Git - thirdparty/linux.git/commit
KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNG
authorEric Biggers <ebiggers@kernel.org>
Wed, 8 Apr 2026 08:41:35 +0000 (11:41 +0300)
committerJarkko Sakkinen <jarkko@kernel.org>
Mon, 15 Jun 2026 12:19:12 +0000 (15:19 +0300)
commit3a1705d180b203a6764d2a142d602bbf522d339b
treedddd9c5f54e0cd31742c5c8ecc8bf142244bd4d5
parentcb481e59ea6cae3b7796ac1d7a22b6b24c3f3c0b
KEYS: encrypted: Remove unnecessary selection of CRYPTO_RNG

encrypted-keys uses the regular Linux RNG (get_random_bytes()), not the
duplicative crypto_rng one.  So it does not need to select CRYPTO_RNG.

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Reviewed-by: Mimi Zohar <zohar@linux.ibm.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
security/keys/Kconfig