]> git.baikalelectronics.ru Git - 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)
commitc44bce9dfcff13bc043f4ddad7f20ab4308c9e76
tree85593afed3cdc6e1bc270e5d9aa02d35094c0cf3
parent78cbd0706274cc6d145fe348fc5a77716108ea28
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