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)
committerJP Abgrall <jpa@google.com>
Thu, 28 Aug 2014 17:22:24 +0000 (10:22 -0700)
commitd8cb4d92e89d59ccfddb38e0e07b3f70efae6754
tree4f2c147497b7a7b129c00cc85893f60049161e49
parentb42ec6c2c7a7ea0ccfcdb580eeb3806311b3479b
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]