Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"
This reverts commit 60488010. Instruction (vpgatherdd) that this implementation relied on turned out to be slow performer on real hardware (i5-4570). The previous 4-way blowfish implementation is therefore faster and this implementation should be removed. Signed-off-by:Jussi Kivilinna <jussi.kivilinna@iki.fi> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- arch/x86/crypto/Makefile 0 additions, 4 deletionsarch/x86/crypto/Makefile
- arch/x86/crypto/blowfish-avx2-asm_64.S 0 additions, 449 deletionsarch/x86/crypto/blowfish-avx2-asm_64.S
- arch/x86/crypto/blowfish_avx2_glue.c 0 additions, 585 deletionsarch/x86/crypto/blowfish_avx2_glue.c
- arch/x86/crypto/blowfish_glue.c 24 additions, 8 deletionsarch/x86/crypto/blowfish_glue.c
- arch/x86/include/asm/crypto/blowfish.h 0 additions, 43 deletionsarch/x86/include/asm/crypto/blowfish.h
- crypto/Kconfig 0 additions, 18 deletionscrypto/Kconfig
- crypto/testmgr.c 0 additions, 12 deletionscrypto/testmgr.c
Loading
Please register or sign in to comment