summaryrefslogtreecommitdiff
path: root/arch/arm/crypto
AgeCommit message (Expand)Author
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu
2025-05-05crypto: arm/sha256 - implement library instead of shashEric Biggers
2025-04-28crypto: arm - move library functions to arch/arm/lib/crypto/Eric Biggers
2025-04-26crypto: arm/blake2b - Set FINAL_NONZEROHerbert Xu
2025-04-23crypto: arm/sha512-asm - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/sha512-neon - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/sha256-asm - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/sha256-neon - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/sha256-ce - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/sha1-asm - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/sha1-neon - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/sha1-ce - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/ghash - Use API partial block handlingHerbert Xu
2025-04-23crypto: arm/blake2b - Use API partial block handlingHerbert Xu
2025-04-19crypto: lib/poly1305 - restore ability to remove modulesEric Biggers
2025-04-19crypto: lib/chacha - restore ability to remove modulesEric Biggers
2025-04-16crypto: arm/poly1305 - remove redundant shash algorithmEric Biggers
2025-04-16crypto: poly1305 - centralize the shash wrappers for arch codeEric Biggers
2025-04-07crypto: arm/chacha - remove the redundant skcipher algorithmsEric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-04-07crypto: arm/aes-neonbs - stop using the SIMD helperArd Biesheuvel
2025-04-07crypto: arm/aes-ce - stop using the SIMD helperArd Biesheuvel
2025-03-22crypto: arm/ghash-ce - Remove SIMD fallback code pathHerbert Xu
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers
2025-03-15crypto: skcipher - Make skcipher_walk src.virt.addr constHerbert Xu
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu
2025-03-02crypto: lib/Kconfig - Hide arch options from userHerbert Xu
2025-03-02crypto: arm/ghash - use the new scatterwalk functionsEric Biggers
2025-02-22crypto: lib/Kconfig - Fix lib built-in failure when arch is modularHerbert Xu
2024-12-01arm/crc-t10dif: expose CRC-T10DIF function through libEric Biggers
2024-12-01arm/crc32: expose CRC32 functions through libEric Biggers
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2024-11-15crypto: arm/crct10dif - Implement plain NEON variantArd Biesheuvel
2024-11-15crypto: arm/crct10dif - Macroify PMULL asm codeArd Biesheuvel
2024-11-15crypto: arm/crct10dif - Use existing mov_l macro instead of __adrlArd Biesheuvel
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-08-24crypto: simd - Do not call crypto_alloc_tfm during registrationHerbert Xu
2024-08-17crypto: arm/aes-neonbs - go back to using aes-arm directlyEric Biggers
2024-06-21crypto: arm/crc32 - add kCFI annotations to asm routinesArd Biesheuvel
2024-06-21crypto: arm - add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-21crypto: arm/poly1305 - add missing MODULE_DESCRIPTION() macroJeff Johnson
2024-02-24crypto: arm/sha - fix function cast warningsArnd Bergmann
2023-10-20crypto: arm/nhpoly1305 - implement ->digestEric Biggers
2023-05-12crypto: arm/sha512-neon - Fix clang function cast warningsHerbert Xu
2023-05-12crypto: arm/sha256-neon - Fix clang function cast warningsHerbert Xu
2023-05-12crypto: arm/sha1-neon - Fix clang function cast warningsHerbert Xu
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2023-01-23ARM: 9287/1: Reduce __thumb2__ definition to crypto files that require itNathan Chancellor
2023-01-18ARM: 9286/1: crypto: Implement fused AES-CTR/GHASH version of GCMArd Biesheuvel