crypto: x86/serpent - drop CTR mode implementation
Serpent 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. Acked-by:Eric Biggers <ebiggers@google.com> Signed-off-by:
Ard Biesheuvel <ardb@kernel.org> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- arch/x86/crypto/serpent-avx-x86_64-asm_64.S 0 additions, 20 deletionsarch/x86/crypto/serpent-avx-x86_64-asm_64.S
- arch/x86/crypto/serpent-avx2-asm_64.S 0 additions, 25 deletionsarch/x86/crypto/serpent-avx2-asm_64.S
- arch/x86/crypto/serpent_avx2_glue.c 0 additions, 38 deletionsarch/x86/crypto/serpent_avx2_glue.c
- arch/x86/crypto/serpent_avx_glue.c 0 additions, 51 deletionsarch/x86/crypto/serpent_avx_glue.c
- arch/x86/crypto/serpent_sse2_glue.c 0 additions, 67 deletionsarch/x86/crypto/serpent_sse2_glue.c
- crypto/Kconfig 3 additions, 0 deletionscrypto/Kconfig
Please register or sign in to comment