]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
arm/arm64: crypto: assure that ECB modes don't require an IV
authorJeremy Linton <jeremy.linton@arm.com>
Fri, 12 Feb 2016 15:47:52 +0000 (09:47 -0600)
committerWill Deacon <will.deacon@arm.com>
Mon, 15 Feb 2016 15:48:29 +0000 (15:48 +0000)
commitbee038a4bd2efe8188cc80dfdad706a9abe568ad
tree85593afed3cdc6e1bc270e5d9aa02d35094c0cf3
parenta80a0eb70c358f8c7dda4bb62b2278dc6285217b
arm/arm64: crypto: assure that ECB modes don't require an IV

ECB modes don't use an initialization vector. The kernel
/proc/crypto interface doesn't reflect this properly.

Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/crypto/aes-ce-glue.c
arch/arm64/crypto/aes-glue.c