linux/lib/crypto/arm
Ard Biesheuvel c0d597e016 lib/crypto: arm/blake2b: Move to scoped ksimd API
Even though ARM's versions of kernel_neon_begin()/_end() are not being
changed, update the newly migrated ARM blake2b to the scoped ksimd API
so that all ARM and arm64 in lib/crypto remains consistent in this
manner.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
2025-11-12 09:57:52 -08:00
..
.gitignore
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
chacha-scalar-core.S
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
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