commit | adcadab3698d5104e68899c6d2a2230399780807 | [log] [tgz] |
---|---|---|
author | Dave Watson <davejwatson@fb.com> | Wed Feb 14 09:38:57 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 22 22:16:44 2018 +0800 |
tree | d0004c0b2ab6ac95837b8b912907105d55ad642b | |
parent | 7af964c2fc7f415b334eb9d2e52ebdf258df662e [diff] |
crypto: aesni - Add GCM_COMPLETE macro Merge encode and decode tag calculations in GCM_COMPLETE macro. Scatter/gather routines will call this once at the end of encryption or decryption. Signed-off-by: Dave Watson <davejwatson@fb.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>