crypto: aesni - Introduce gcm_context_data
authorDave Watson <davejwatson@fb.com>
Wed, 14 Feb 2018 17:39:23 +0000 (09:39 -0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Feb 2018 14:16:47 +0000 (22:16 +0800)
commit9ee4a5df220919c0b62165cb2813d63a7bdcb83d
tree4a1e8fdf26a1c87c89e71ba908baff9c16d7f06c
parentba45833e3e76aac409b7ebc3a428515a1b53ebda
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>
arch/x86/crypto/aesni-intel_asm.S
arch/x86/crypto/aesni-intel_glue.c