arch/arm64/crypto/aes-ce-ccm-core.S
0 → 100644
+222
−0
arch/arm64/crypto/aes-ce-ccm-glue.c
0 → 100644
+297
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>