commit | 1cb1bcbb567d10bdd9de9d03964c5e2958f0d111 | [log] [tgz] |
---|---|---|
author | Dave Watson <davejwatson@fb.com> | Mon Dec 10 19:58:38 2018 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sun Dec 23 11:52:42 2018 +0800 |
tree | 7ce19e99b0a5d118b491d1be7931d39bd63657a8 | |
parent | 38003cd26c9f59da77d98927fb9af58732da207a [diff] |
crypto: aesni - Merge avx precompute functions The precompute functions differ only by the sub-macros they call, merge them to a single macro. Later diffs add more code to fill in the gcm_context_data structure, this allows changes in a single place. Signed-off-by: Dave Watson <davejwatson@fb.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>