commit | 9ee4a5df220919c0b62165cb2813d63a7bdcb83d | [log] [tgz] |
---|---|---|
author | Dave Watson <davejwatson@fb.com> | Wed Feb 14 09:39:23 2018 -0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 22 22:16:47 2018 +0800 |
tree | 4a1e8fdf26a1c87c89e71ba908baff9c16d7f06c | |
parent | ba45833e3e76aac409b7ebc3a428515a1b53ebda [diff] |
crypto: aesni - Introduce gcm_context_data Introduce a gcm_context_data struct that will be used to pass context data between scatter/gather update calls. It is passed as the second argument (after crypto keys), other args are renumbered. Signed-off-by: Dave Watson <davejwatson@fb.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>