commit | d628132a5e3d0183ac59a3ebbd3a9dff8b20ac7e | [log] [tgz] |
---|---|---|
author | Eric Biggers <ebiggers@google.com> | Sun Mar 10 12:00:54 2019 -0700 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Mar 22 20:57:26 2019 +0800 |
tree | 14e42742d58400e0eec9c585a7aa07435972825f | |
parent | de272ca72c6152e26b9799d21eb511aac03b6e2d [diff] |
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>