summaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto
AgeCommit message (Expand)AuthorLines
2026-01-15crypto: arm/ghash - Use new AES library APIEric Biggers-5/+9
2026-01-12lib/crypto: arm/aes: Migrate optimized code into libraryEric Biggers-311/+0
2026-01-12crypto: aes - Replace aes-generic with wrapper around libEric Biggers-1/+9
2026-01-12crypto: arm/aes - Switch to aes_enc_tab[] and aes_dec_tab[]Eric Biggers-2/+2
2026-01-12crypto: arm/aes-neonbs - Use AES library for single blocksEric Biggers-14/+16
2026-01-12lib/crypto: arm/nh: Migrate optimized code into libraryEric Biggers-208/+0
2025-10-29lib/crypto: arm/blake2b: Migrate optimized code into libraryEric Biggers-469/+0
2025-09-06lib/crypto: curve25519: Consolidate into single moduleEric Biggers-2138/+0
2025-09-06crypto: arm/curve25519 - Remove unused kpp supportEric Biggers-77/+1
2025-07-31Merge tag 'v6.17-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2025-07-14lib/crypto: arm/sha1: Migrate optimized code into libraryEric Biggers-1531/+0
2025-06-30lib/crypto: arm/sha512: Migrate optimized SHA-512 code to libraryEric Biggers-870/+0
2025-06-23crypto: arm/aes-neonbs - work around gcc-15 warningArnd Bergmann-1/+1
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu-1/+1
2025-05-05crypto: arm/sha256 - implement library instead of shashEric Biggers-1153/+1
2025-04-28crypto: arm - move library functions to arch/arm/lib/crypto/Eric Biggers-2930/+1
2025-04-26crypto: arm/blake2b - Set FINAL_NONZEROHerbert Xu-1/+2
2025-04-23crypto: arm/sha512-asm - Use API partial block handlingHerbert Xu-26/+16
2025-04-23crypto: arm/sha512-neon - Use API partial block handlingHerbert Xu-30/+13
2025-04-23crypto: arm/sha256-asm - Use API partial block handlingHerbert Xu-35/+19
2025-04-23crypto: arm/sha256-neon - Use API partial block handlingHerbert Xu-33/+16
2025-04-23crypto: arm/sha256-ce - Use API partial block handlingHerbert Xu-37/+15
2025-04-23crypto: arm/sha1-asm - Use API partial block handlingHerbert Xu-36/+11
2025-04-23crypto: arm/sha1-neon - Use API partial block handlingHerbert Xu-29/+10
2025-04-23crypto: arm/sha1-ce - Use API partial block handlingHerbert Xu-28/+8
2025-04-23crypto: arm/ghash - Use API partial block handlingHerbert Xu-57/+47
2025-04-23crypto: arm/blake2b - Use API partial block handlingHerbert Xu-11/+9
2025-04-19crypto: lib/poly1305 - restore ability to remove modulesEric Biggers-0/+5
2025-04-19crypto: lib/chacha - restore ability to remove modulesEric Biggers-0/+5
2025-04-16crypto: arm/poly1305 - remove redundant shash algorithmEric Biggers-170/+3
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers-2/+9
2025-04-07crypto: arm/chacha - remove the redundant skcipher algorithmsEric Biggers-244/+7
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers-1/+8
2025-04-07crypto: arm/aes-neonbs - stop using the SIMD helperArd Biesheuvel-108/+9
2025-04-07crypto: arm/aes-ce - stop using the SIMD helperArd Biesheuvel-94/+11
2025-03-22crypto: arm/ghash-ce - Remove SIMD fallback code pathHerbert Xu-189/+8
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers-8/+2
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu-1/+1
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu-4/+3
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu-6/+10
2025-03-02crypto: arm/ghash - use the new scatterwalk functionsEric Biggers-11/+4
2025-02-22crypto: lib/Kconfig - Fix lib built-in failure when arch is modularHerbert Xu-3/+3
2024-12-01arm/crc-t10dif: expose CRC-T10DIF function through libEric Biggers-605/+0
2024-12-01arm/crc32: expose CRC32 functions through libEric Biggers-570/+0
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-91/+213
2024-11-15crypto: arm/crct10dif - Implement plain NEON variantArd Biesheuvel-9/+134
2024-11-15crypto: arm/crct10dif - Macroify PMULL asm codeArd Biesheuvel-81/+83
2024-11-15crypto: arm/crct10dif - Use existing mov_l macro instead of __adrlArd Biesheuvel-8/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-5/+5
2024-08-24crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu-2/+2