| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-06 | arm64/crypto: use crypto instructions to generate AES key schedule | Ard Biesheuvel | |
| This patch implements the AES key schedule generation using ARMv8 Crypto Instructions. It replaces the table based C implementation in aes_generic.ko, which means we can drop the dependency on that module. Tested-by: Steve Capper <steve.capper@linaro.org> Acked-by: Steve Capper <steve.capper@linaro.org> Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com> | |||
| 2014-05-14 | arm64/crypto: AES using ARMv8 Crypto Extensions | Ard Biesheuvel | |
| This patch adds support for the AES symmetric 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> | |||
