]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: drbg - Remove import of crypto_cipher functions
authorEric Biggers <ebiggers@kernel.org>
Mon, 20 Apr 2026 06:33:55 +0000 (23:33 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 7 May 2026 08:09:59 +0000 (16:09 +0800)
commitf2e5cd7baea4f1d6fc9fe1a0472b9316eb29b396
tree00a3e7f44fa20e9f8019a6c48ef24082418c23a4
parent262ec4782cf4ae3b661b30ff11d3af86f667c69c
crypto: drbg - Remove import of crypto_cipher functions

The inclusion of <crypto/internal/cipher.h> and the import of the
internal crypto namespace became unnecessary in commit ba0570bdf1d9
("crypto: drbg - Replace AES cipher calls with library calls").

Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/drbg.c