summaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto
AgeCommit message (Expand)AuthorLines
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
2024-08-17crypto: arm/aes-neonbs - go back to using aes-arm directlyEric Biggers-96/+67
2024-06-21crypto: arm/crc32 - add kCFI annotations to asm routinesArd Biesheuvel-8/+9
2024-06-21crypto: arm - add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+4
2024-06-21crypto: arm/poly1305 - add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-02-24crypto: arm/sha - fix function cast warningsArnd Bergmann-15/+10
2023-10-20crypto: arm/nhpoly1305 - implement ->digestEric Biggers-0/+9
2023-05-12crypto: arm/sha512-neon - Fix clang function cast warningsHerbert Xu-7/+5
2023-05-12crypto: arm/sha256-neon - Fix clang function cast warningsHerbert Xu-7/+5
2023-05-12crypto: arm/sha1-neon - Fix clang function cast warningsHerbert Xu-7/+5
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-8/+6
2023-02-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-17/+790
2023-01-23ARM: 9287/1: Reduce __thumb2__ definition to crypto files that require itNathan Chancellor-1/+6
2023-01-18ARM: 9286/1: crypto: Implement fused AES-CTR/GHASH version of GCMArd Biesheuvel-17/+790
2022-12-30crypto: arm/sha1 - Fix clang function cast warningsHerbert Xu-8/+6
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu-1/+1
2022-11-25crypto: arm/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers-10/+3
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel-1/+1
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott-9/+31
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott-29/+65
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott-2/+15
2022-08-26crypto: Kconfig - simplify public-key entriesRobert Elliott-1/+6
2022-08-26crypto: Kconfig - sort the arm entriesRobert Elliott-55/+56
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott-9/+2
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld-79/+2
2022-03-31Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+2
2022-03-25crypto: arm/aes-neonbs-cbc - Select generic cbc and aesHerbert Xu-0/+2
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-63/+77
2022-02-05crypto: arm/aes-neonbs-ctr - deal with non-multiples of AES block sizeArd Biesheuvel-63/+77
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld-2/+2
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld-77/+83
2021-07-16crypto: arm/curve25519 - rename 'mod_init' & 'mod_exit' functions to be modul...Randy Dunlap-4/+4
2021-05-14crypto: arm - use a pattern rule for generating *.S filesMasahiro Yamada-7/+1
2021-05-14crypto: arm - generate *.S by Perl at build time instead of shipping themMasahiro Yamada-5848/+3
2021-04-16crypto: arm/curve25519 - Move '.fpu' after '.arch'Nathan Chancellor-1/+1
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann-1/+1
2021-03-19crypto: arm/chacha-scalar - switch to common rev_l macroArd Biesheuvel-30/+13
2021-03-19crypto: arm/aes-scalar - switch to common rev_l/mov_l macrosArd Biesheuvel-32/+10
2021-03-19crypto: arm/blake2s - fix for big endianEric Biggers-0/+21
2021-03-07crypto: arm/blake2b - drop unnecessary return statementEric Biggers-2/+2
2021-01-03crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers-0/+464
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers-0/+374
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel-0/+3