aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-8/+6
2023-02-21Merge 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
2022-12-30crypto: arm/sha1 - Fix clang function cast warningsHerbert Xu1-8/+6
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu1-1/+1
2022-11-25crypto: arm/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers2-10/+3
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel1-1/+1
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott1-9/+31
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott1-29/+65
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott1-2/+15
2022-08-26crypto: Kconfig - simplify public-key entriesRobert Elliott1-1/+6
2022-08-26crypto: Kconfig - sort the arm entriesRobert Elliott1-55/+56
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott1-9/+2
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld3-79/+2
2022-03-31Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+2
2022-03-25crypto: arm/aes-neonbs-cbc - Select generic cbc and aesHerbert Xu1-0/+2
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-63/+77
2022-02-05crypto: arm/aes-neonbs-ctr - deal with non-multiples of AES block sizeArd Biesheuvel2-63/+77
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld1-2/+2
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld4-77/+83
2021-07-16crypto: arm/curve25519 - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap1-4/+4
2021-05-14crypto: arm - use a pattern rule for generating *.S filesMasahiro Yamada1-7/+1
2021-05-14crypto: arm - generate *.S by Perl at build time instead of shipping themMasahiro Yamada4-5848/+3
2021-04-16crypto: arm/curve25519 - Move '.fpu' after '.arch'Nathan Chancellor1-1/+1
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann1-1/+1
2021-03-19crypto: arm/chacha-scalar - switch to common rev_l macroArd Biesheuvel1-30/+13
2021-03-19crypto: arm/aes-scalar - switch to common rev_l/mov_l macrosArd Biesheuvel1-32/+10
2021-03-19crypto: arm/blake2s - fix for big endianEric Biggers1-0/+21
2021-03-07crypto: arm/blake2b - drop unnecessary return statementEric Biggers1-2/+2
2021-01-03crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers4-0/+464
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers4-0/+374
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel1-0/+3
2021-01-03crypto: arm/chacha-neon - add missing counter incrementArd Biesheuvel1-0/+1
2020-12-04crypto: arm/aes-ce - work around Cortex-A57/A72 silion errataArd Biesheuvel1-10/+22
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers9-9/+9
2020-11-13crypto: arm/chacha-neon - optimize for non-block size multiplesArd Biesheuvel2-24/+107
2020-11-06crypto: arm/aes-neonbs - fix usage of cbc(aes) fallbackHoria Geantă1-3/+5
2020-09-25crypto: arm/aes-neonbs - use typed init/exit routines for XTSArd Biesheuvel1-6/+6
2020-09-25crypto: arm/aes-neonbs - avoid loading reorder argument on encryptionArd Biesheuvel1-2/+3
2020-09-25crypto: arm/aes-neonbs - avoid hacks to prevent Thumb2 mode switchesArd Biesheuvel1-27/+22
2020-09-25crypto: arm/sha512-neon - avoid ADRL pseudo instructionArd Biesheuvel2-4/+4
2020-09-25crypto: arm/sha256-neon - avoid ADRL pseudo instructionArd Biesheuvel2-4/+4
2020-09-11crypto: arm/aes-neonbs - Use generic cbc encryption pathHerbert Xu1-18/+28
2020-09-04crypto: arm/poly1305 - Add prototype for poly1305_blocks_neonHerbert Xu1-0/+1