On Thu, Dec 31, 2020 at 06:23:24PM +0100, Ard Biesheuvel wrote: > CAST5 in CTR mode is never used by the kernel directly, and is highly > unlikely to be relied upon by dm-crypt or algif_skcipher. So let's drop > the accelerated CTR mode implementation, and instead, rely on the CTR > template and the bare cipher. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > arch/x86/crypto/cast5_avx_glue.c | 103 -------------------- > crypto/Kconfig | 1 + > 2 files changed, 1 insertion(+), 103 deletions(-) Acked-by: Eric Biggers <ebiggers@xxxxxxxxxx>