commit | e10f9cb223511cfdc509f5a655f11ff6cbc5508c | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Fri Apr 28 18:11:58 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 18 13:19:53 2017 +0800 |
tree | 31aff0b9ec90cc63e03077f36f4bd6fbc726845b | |
parent | 38d9deecab77b9eb38cb8bb5dfa43237c6710188 [diff] |
crypto: aesni - make AVX 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>