]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit - crypto/Kconfig
crypto: x86/morus640 - convert to use AEAD SIMD helpers
authorEric Biggers <ebiggers@google.com>
Sun, 10 Mar 2019 19:00:56 +0000 (12:00 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Mar 2019 12:57:26 +0000 (20:57 +0800)
commit477309580dcc5791a76302c53e50d0b8693b13bc
treee165812cef4391a4be4f55115d141545d7e3ecbb
parentb6708c2d8fbdeecfaf8380329d4e136f68deef05
crypto: x86/morus640 - convert to use AEAD SIMD helpers

Convert the x86 implementation of MORUS-640 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>
arch/x86/crypto/morus640-sse2-glue.c
arch/x86/crypto/morus640_glue.c
crypto/Kconfig
include/crypto/morus640_glue.h