aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-12lib/crypto: arm64: Move remaining algorithms to scoped ksimd APIArd Biesheuvel2-21/+16
2025-11-12Merge tag 'scoped-ksimd-for-arm-arm64' into libcrypto-fpsimd-on-stackEric Biggers5-30/+21
2025-11-12lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard APIArd Biesheuvel5-30/+21
2025-11-11lib/crypto: arm64/polyval: Migrate optimized code into libraryEric Biggers2-0/+441
2025-11-05lib/crypto: arm, arm64: Drop filenames from file commentsEric Biggers4-4/+4
2025-11-05lib/crypto: arm64/sha3: Migrate optimized code into libraryEric Biggers2-0/+275
2025-09-29Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds2-6/+315
2025-09-17lib/crypto: arm64/sha256: Add support for 2-way interleaved hashingEric Biggers2-6/+315
2025-08-29lib/crypto: chacha: Consolidate into single moduleEric Biggers3-32/+6
2025-08-29lib/crypto: chacha: Remove unused function chacha_is_arch_optimized()Eric Biggers1-6/+0
2025-08-29lib/crypto: poly1305: Consolidate into single moduleEric Biggers5-86/+53
2025-08-29lib/crypto: poly1305: Remove unused function poly1305_is_arch_optimized()Eric Biggers1-7/+0
2025-08-27lib/crypto: Drop inline from all *_mod_init_arch() functionsEric Biggers3-3/+3
2025-08-26lib/crypto: sha512: Use underlying functions instead of crypto_simd_usable()Eric Biggers1-3/+2
2025-08-26lib/crypto: sha256: Use underlying functions instead of crypto_simd_usable()Eric Biggers1-5/+5
2025-07-20lib/crypto: arm64/sha512-ce: Drop compatibility macros for older binutilsEric Biggers1-20/+11
2025-07-14lib/crypto: arm64/sha1: Migrate optimized code into libraryEric Biggers2-0/+169
2025-07-11lib/crypto: arm64/poly1305: Fix register corruption in no-SIMD contextsEric Biggers1-1/+2
2025-07-04lib/crypto: sha256: Consolidate into single moduleEric Biggers3-33/+10
2025-07-04lib/crypto: sha256: Remove sha256_is_arch_optimized()Eric Biggers1-7/+0
2025-07-04lib/crypto: sha256: Propagate sha256_block_state type to implementationsEric Biggers2-5/+5
2025-07-04lib/crypto: sha256: Remove sha256_blocks_simd()Eric Biggers4-12/+11
2025-06-30lib/crypto: arm64: Move arch/arm64/lib/crypto/ into lib/crypto/Eric Biggers10-0/+2957
2025-06-30lib/crypto: arm64/sha512: Migrate optimized SHA-512 code to libraryEric Biggers3-0/+254