linux/lib/crypto/arm
Eric Biggers fa2297750c lib/crypto: arm/aes: Migrate optimized code into library
Move the ARM optimized single-block AES en/decryption code into
lib/crypto/, wire it up to the AES library API, and remove the
superseded "aes-arm" crypto_cipher algorithm.

The result is that both the AES library and crypto_cipher APIs are now
optimized for ARM, whereas previously only crypto_cipher was (and the
optimizations weren't enabled by default, which this fixes as well).

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Link: https://lore.kernel.org/r/20260112192035.10427-11-ebiggers@kernel.org
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
2026-01-12 11:39:58 -08:00
..
.gitignore lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/ 2025-06-30 09:26:20 -07:00
aes-cipher-core.S lib/crypto: arm/aes: Migrate optimized code into library 2026-01-12 11:39:58 -08:00
aes.h lib/crypto: arm/aes: Migrate optimized code into library 2026-01-12 11:39:58 -08:00
blake2b-neon-core.S lib/crypto: arm/blake2b: Migrate optimized code into library 2025-10-29 22:04:24 -07:00
blake2b.h lib/crypto: arm/blake2b: Move to scoped ksimd API 2025-11-12 09:57:52 -08:00
blake2s-core.S lib/crypto: arm/blake2s: Fix some comments 2025-11-05 20:30:51 -08:00
blake2s.h lib/crypto: blake2s: Drop excessive const & rename block => data 2025-10-29 22:04:24 -07:00
chacha-neon-core.S lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/ 2025-06-30 09:26:20 -07:00
chacha-scalar-core.S lib/crypto: arm: Move arch/arm/lib/crypto/ into lib/crypto/ 2025-06-30 09:26:20 -07:00
chacha.h lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard API 2025-11-12 09:51:13 +01:00
curve25519-core.S lib/crypto: curve25519: Consolidate into single module 2025-09-06 16:32:43 -07:00
curve25519.h lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard API 2025-11-12 09:51:13 +01:00
nh-neon-core.S lib/crypto: arm/nh: Migrate optimized code into library 2026-01-12 11:07:49 -08:00
nh.h lib/crypto: arm/nh: Migrate optimized code into library 2026-01-12 11:07:49 -08:00
poly1305-armv4.pl lib/crypto: poly1305: Consolidate into single module 2025-08-29 09:49:18 -07:00
poly1305.h lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard API 2025-11-12 09:51:13 +01:00
sha1-armv4-large.S lib/crypto: arm/sha1: Migrate optimized code into library 2025-07-14 11:11:29 -07:00
sha1-armv7-neon.S lib/crypto: arm, arm64: Drop filenames from file comments 2025-11-05 20:30:51 -08:00
sha1-ce-core.S lib/crypto: arm, arm64: Drop filenames from file comments 2025-11-05 20:30:51 -08:00
sha1.h lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard API 2025-11-12 09:51:13 +01:00
sha256-armv4.pl lib/crypto: sha256: Remove sha256_blocks_simd() 2025-07-04 10:18:53 -07:00
sha256-ce.S lib/crypto: arm, arm64: Drop filenames from file comments 2025-11-05 20:30:51 -08:00
sha256.h lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard API 2025-11-12 09:51:13 +01:00
sha512-armv4.pl
sha512.h lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard API 2025-11-12 09:51:13 +01:00