commit | a3fd82105b9d149033984bf018f473140f5b94bc | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Feb 10 11:26:29 2014 +0100 |
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed May 14 10:04:15 2014 -0700 |
tree | 5e2cbccc0cf1833649b7a4df6faff937d7fa73da | |
parent | 317f2f750d708d684bddd8cb14827ec2efee4b1c [diff] |
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>