commit | 27352c45c56181b69aa6c2e1aad48f80dd5f9ca8 | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Fri Apr 28 18:12:00 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 18 13:19:54 2017 +0800 |
tree | 1536d0bab0a6783af4b9ddf053688940e677684e | |
parent | 0120af7795c4e526554e7d88f135dd1a028929cf [diff] |
crypto: aesni - make AVX2 AES-GCM work with any aadlen This is the first step to make the aesni AES-GCM implementation generic. The current code was written for rfc4106, so it handles only some specific sizes of associated data. Signed-off-by: Sabrina Dubroca <sd@queasysnail.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>