summaryrefslogtreecommitdiff
path: root/arch/arm/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu1-1/+1
2025-05-05crypto: arm/sha256 - implement library instead of shashEric Biggers8-1153/+1
2025-04-28crypto: arm - move library functions to arch/arm/lib/crypto/Eric Biggers9-2930/+1
2025-04-26crypto: arm/blake2b - Set FINAL_NONZEROHerbert Xu1-1/+2
2025-04-23crypto: arm/sha512-asm - Use API partial block handlingHerbert Xu2-26/+16
2025-04-23crypto: arm/sha512-neon - Use API partial block handlingHerbert Xu1-30/+13
2025-04-23crypto: arm/sha256-asm - Use API partial block handlingHerbert Xu2-35/+19
2025-04-23crypto: arm/sha256-neon - Use API partial block handlingHerbert Xu1-33/+16
2025-04-23crypto: arm/sha256-ce - Use API partial block handlingHerbert Xu1-37/+15
2025-04-23crypto: arm/sha1-asm - Use API partial block handlingHerbert Xu2-36/+11
2025-04-23crypto: arm/sha1-neon - Use API partial block handlingHerbert Xu1-29/+10
2025-04-23crypto: arm/sha1-ce - Use API partial block handlingHerbert Xu1-28/+8
2025-04-23crypto: arm/ghash - Use API partial block handlingHerbert Xu1-57/+47
2025-04-23crypto: arm/blake2b - Use API partial block handlingHerbert Xu1-11/+9
2025-04-19crypto: lib/poly1305 - restore ability to remove modulesEric Biggers1-0/+5
2025-04-19crypto: lib/chacha - restore ability to remove modulesEric Biggers1-0/+5
2025-04-16crypto: arm/poly1305 - remove redundant shash algorithmEric Biggers2-170/+3
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers1-2/+9
2025-04-07crypto: arm/chacha - remove the redundant skcipher algorithmsEric Biggers3-244/+7
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers1-1/+8
2025-04-07crypto: arm/aes-neonbs - stop using the SIMD helperArd Biesheuvel2-108/+9
2025-04-07crypto: arm/aes-ce - stop using the SIMD helperArd Biesheuvel2-94/+11
2025-03-22crypto: arm/ghash-ce - Remove SIMD fallback code pathHerbert Xu1-189/+8
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers1-8/+2
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu1-1/+1
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu1-4/+3
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu1-6/+10
2025-03-02crypto: arm/ghash - use the new scatterwalk functionsEric Biggers1-11/+4
2025-02-22crypto: lib/Kconfig - Fix lib built-in failure when arch is modularHerbert Xu1-3/+3
2024-12-02arm/crc-t10dif: expose CRC-T10DIF function through libEric Biggers4-605/+0
2024-12-02arm/crc32: expose CRC32 functions through libEric Biggers4-570/+0
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-91/+213
2024-11-15crypto: arm/crct10dif - Implement plain NEON variantArd Biesheuvel2-9/+134
2024-11-15crypto: arm/crct10dif - Macroify PMULL asm codeArd Biesheuvel2-81/+83
2024-11-15crypto: arm/crct10dif - Use existing mov_l macro instead of __adrlArd Biesheuvel1-8/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro5-5/+5
2024-08-24crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu2-2/+2
2024-08-17crypto: arm/aes-neonbs - go back to using aes-arm directlyEric Biggers4-96/+67
2024-06-21crypto: arm/crc32 - add kCFI annotations to asm routinesArd Biesheuvel1-8/+9
2024-06-21crypto: arm - add missing MODULE_DESCRIPTION() macrosJeff Johnson4-0/+4
2024-06-21crypto: arm/poly1305 - add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-02-24crypto: arm/sha - fix function cast warningsArnd Bergmann2-15/+10
2023-10-20crypto: arm/nhpoly1305 - implement ->digestEric Biggers1-0/+9
2023-05-12crypto: arm/sha512-neon - Fix clang function cast warningsHerbert Xu1-7/+5
2023-05-12crypto: arm/sha256-neon - Fix clang function cast warningsHerbert Xu1-7/+5
2023-05-12crypto: arm/sha1-neon - Fix clang function cast warningsHerbert Xu1-7/+5
2023-02-22Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-8/+6
2023-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-17/+790
2023-01-23ARM: 9287/1: Reduce __thumb2__ definition to crypto files that require itNathan Chancellor1-1/+6
2023-01-18ARM: 9286/1: crypto: Implement fused AES-CTR/GHASH version of GCMArd Biesheuvel3-17/+790