]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 10 Feb 2014 10:26:29 +0000 (11:26 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 14 May 2014 17:04:15 +0000 (10:04 -0700)
commit71ed421115f99cff7d2f433b8dada3ae4b1235e0
tree5e2cbccc0cf1833649b7a4df6faff937d7fa73da
parentf1c17f732362916607bfc5d5d87a3ee30f3bbada
arm64/crypto: AES in CCM mode using ARMv8 Crypto Extensions

This patch adds support for the AES-CCM encryption algorithm for CPUs that
have support for the AES part of the ARM v8 Crypto Extensions.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/Kconfig
arch/arm64/crypto/Makefile
arch/arm64/crypto/aes-ce-ccm-core.S [new file with mode: 0644]
arch/arm64/crypto/aes-ce-ccm-glue.c [new file with mode: 0644]