diff options
author | Sabrina Dubroca <sd@queasysnail.net> | 2017-12-13 14:53:43 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2017-12-22 19:52:46 +1100 |
commit | 106840c41096a01079d3a2025225029c13713802 (patch) | |
tree | a816c0240f2edcb1ab0017434c101e0021dab9e3 /init | |
parent | d94c3d65df24833f2745618bd797d3e2612d6418 (diff) | |
download | linux-106840c41096a01079d3a2025225029c13713802.tar.gz linux-106840c41096a01079d3a2025225029c13713802.tar.bz2 linux-106840c41096a01079d3a2025225029c13713802.zip |
crypto: aesni - fix typo in generic_gcmaes_decrypt
generic_gcmaes_decrypt needs to use generic_gcmaes_ctx, not
aesni_rfc4106_gcm_ctx. This is actually harmless because the fields in
struct generic_gcmaes_ctx share the layout of the same fields in
aesni_rfc4106_gcm_ctx.
Fixes: cce2ea8d90fe ("crypto: aesni - add generic gcm(aes)")
Cc: <stable@vger.kernel.org>
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net>
Reviewed-by: Stefano Brivio <sbrivio@redhat.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions