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

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