]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: x86/aegis256 - convert to use AEAD SIMD helpers
authorEric Biggers <ebiggers@google.com>
Sun, 10 Mar 2019 19:00:55 +0000 (12:00 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Mar 2019 12:57:26 +0000 (20:57 +0800)
commitfc921c20ef4f725b94421cc5fb46926b2b4f2bdd
tree95641dc7e72c3840d96fac6449442eeaef820680
parentc1456a6d47a040edf43fd743c1e2dcad3e63e3e3
crypto: x86/aegis256 - convert to use AEAD SIMD helpers

Convert the x86 implementation of AEGIS-256 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/aegis256-aesni-glue.c
crypto/Kconfig