On Thu, Dec 31, 2020 at 06:23:28PM +0100, Ard Biesheuvel wrote: > DES or Triple DES in counter mode is never used in the kernel, so there > is no point in keeping an accelerated implementation around. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > arch/x86/crypto/des3_ede_glue.c | 104 -------------------- > crypto/Kconfig | 1 + > 2 files changed, 1 insertion(+), 104 deletions(-) Acked-by: Eric Biggers <ebiggers@xxxxxxxxxx>