mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 02:24:32 +01:00
Move the ARM64 optimized AES key expansion and single-block AES en/decryption code into lib/crypto/, wire it up to the AES library API, and remove the superseded crypto_cipher algorithms. The result is that both the AES library and crypto_cipher APIs are now optimized for ARM64, whereas previously only crypto_cipher was (and the optimizations weren't enabled by default, which this fixes as well). Note: to see the diff from arch/arm64/crypto/aes-ce-glue.c to lib/crypto/arm64/aes.h, view this commit with 'git show -M10'. Acked-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20260112192035.10427-12-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| aes-ce-core.S | ||
| aes-cipher-core.S | ||
| aes.h | ||
| chacha-neon-core.S | ||
| chacha.h | ||
| nh-neon-core.S | ||
| nh.h | ||
| poly1305-armv8.pl | ||
| poly1305.h | ||
| polyval-ce-core.S | ||
| polyval.h | ||
| sha1-ce-core.S | ||
| sha1.h | ||
| sha2-armv8.pl | ||
| sha3-ce-core.S | ||
| sha3.h | ||
| sha256-ce.S | ||
| sha256.h | ||
| sha512-ce-core.S | ||
| sha512.h | ||