commit | 0487ccac2032872ea3bcfed08d4ecaefb55cf017 | [log] [tgz] |
---|---|---|
author | Sabrina Dubroca <sd@queasysnail.net> | Fri Apr 28 18:11:56 2017 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 18 13:19:53 2017 +0800 |
tree | dbc290f52239475d7b7de6cf672008b02edf274b | |
parent | f4857f4c2ee9aa4e2aacac1a845352b00197fb57 [diff] |
crypto: aesni - make non-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>