]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
crypto: arm64/aes-ce-ccm - Fix AEAD decryption length
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 30 Nov 2016 13:17:24 +0000 (21:17 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 1 Dec 2016 13:06:37 +0000 (21:06 +0800)
commit0be8a270b3f4af358549b8176c25be6972d86b35
tree2e0b8a754197bc0e50b007ee09e82a4bf8ca7e96
parentff330f7348bac51e01cb92a2cd7c31b454e404c3
crypto: arm64/aes-ce-ccm - Fix AEAD decryption length

This patch fixes the ARM64 CE CCM implementation decryption by
using skcipher_walk_aead_decrypt instead of skcipher_walk_aead,
which ensures the correct length is used when doing the walk.

Fixes: cf2c0fe74084 ("crypto: aes-ce-ccm - Use skcipher walk interface")
Reported-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/aes-ce-ccm-glue.c