crypto: x86/morus1280 - convert to use AEAD SIMD helpers
Convert the x86 implementations of MORUS-1280 to use the AEAD SIMD helpers, rather than hand-rolling the same functionality. This simplifies the code and also fixes the bug where the user-provided aead_request is modified. Signed-off-by:Eric Biggers <ebiggers@google.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>
Showing
- arch/x86/crypto/morus1280-avx2-glue.c 7 additions, 5 deletionsarch/x86/crypto/morus1280-avx2-glue.c
- arch/x86/crypto/morus1280-sse2-glue.c 7 additions, 5 deletionsarch/x86/crypto/morus1280-sse2-glue.c
- arch/x86/crypto/morus1280_glue.c 0 additions, 85 deletionsarch/x86/crypto/morus1280_glue.c
- crypto/Kconfig 1 addition, 1 deletioncrypto/Kconfig
- include/crypto/morus1280_glue.h 22 additions, 57 deletionsinclude/crypto/morus1280_glue.h
Loading
Please register or sign in to comment