commit | ba45833e3e76aac409b7ebc3a428515a1b53ebda | [log] [tgz] |
---|---|---|
author | Dave Watson <davejwatson@fb.com> | Wed Feb 14 09:39:10 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 22 22:16:45 2018 +0800 |
tree | a1817481e0ad9d30a84ed21928dc43eaf7399e88 | |
parent | adcadab3698d5104e68899c6d2a2230399780807 [diff] |
crypto: aesni - Merge encode and decode to GCM_ENC_DEC macro Make a macro for the main encode/decode routine. Only a small handful of lines differ for enc and dec. This will also become the main scatter/gather update routine. Signed-off-by: Dave Watson <davejwatson@fb.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>