]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: cryptd - Remove unused functions
authorEric Biggers <ebiggers@kernel.org>
Fri, 20 Mar 2026 22:17:27 +0000 (15:17 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Mar 2026 09:52:44 +0000 (18:52 +0900)
commit07fa25957a18cff13f1943ecd213c88c0878b968
tree7bd2015ea24e91b0c2064cc7f9660f8da2f78bb3
parent5c8009f3c1885d5d996acdcd7e884aff25ac26a4
crypto: cryptd - Remove unused functions

Many functions in cryptd.c no longer have any caller.  Remove them.

Also remove several associated structs and includes.  Finally, inline
cryptd_shash_desc() into its only caller, allowing it to be removed too.

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