summaryrefslogtreecommitdiff
path: root/arch/arm/crypto
AgeCommit message (Expand)Author
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
2022-12-30crypto: arm/sha1 - Fix clang function cast warningsHerbert Xu
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu
2022-11-25crypto: arm/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel
2022-08-26crypto: Kconfig - simplify cipher entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify hash entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify CRC entriesRobert Elliott
2022-08-26crypto: Kconfig - simplify public-key entriesRobert Elliott
2022-08-26crypto: Kconfig - sort the arm entriesRobert Elliott
2022-08-26crypto: Kconfig - submenus for arm and arm64Robert Elliott
2022-06-10crypto: blake2s - remove shash moduleJason A. Donenfeld
2022-03-31Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-25crypto: arm/aes-neonbs-cbc - Select generic cbc and aesHerbert Xu
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-02-05crypto: arm/aes-neonbs-ctr - deal with non-multiples of AES block sizeArd Biesheuvel
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIJason A. Donenfeld
2022-01-07lib/crypto: blake2s: include as built-inJason A. Donenfeld
2021-07-16crypto: arm/curve25519 - rename 'mod_init' & 'mod_exit' functions to be modul...Randy Dunlap
2021-05-14crypto: arm - use a pattern rule for generating *.S filesMasahiro Yamada
2021-05-14crypto: arm - generate *.S by Perl at build time instead of shipping themMasahiro Yamada
2021-04-16crypto: arm/curve25519 - Move '.fpu' after '.arch'Nathan Chancellor
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann
2021-03-19crypto: arm/chacha-scalar - switch to common rev_l macroArd Biesheuvel
2021-03-19crypto: arm/aes-scalar - switch to common rev_l/mov_l macrosArd Biesheuvel
2021-03-19crypto: arm/blake2s - fix for big endianEric Biggers
2021-03-07crypto: arm/blake2b - drop unnecessary return statementEric Biggers
2021-01-03crypto: arm/blake2b - add NEON-accelerated BLAKE2bEric Biggers
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sEric Biggers
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2021-01-03crypto: arm/chacha-neon - add missing counter incrementArd Biesheuvel
2020-12-04crypto: arm/aes-ce - work around Cortex-A57/A72 silion errataArd Biesheuvel
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-11-13crypto: arm/chacha-neon - optimize for non-block size multiplesArd Biesheuvel
2020-11-06crypto: arm/aes-neonbs - fix usage of cbc(aes) fallbackHoria Geantă
2020-09-25crypto: arm/aes-neonbs - use typed init/exit routines for XTSArd Biesheuvel
2020-09-25crypto: arm/aes-neonbs - avoid loading reorder argument on encryptionArd Biesheuvel
2020-09-25crypto: arm/aes-neonbs - avoid hacks to prevent Thumb2 mode switchesArd Biesheuvel
2020-09-25crypto: arm/sha512-neon - avoid ADRL pseudo instructionArd Biesheuvel
2020-09-25crypto: arm/sha256-neon - avoid ADRL pseudo instructionArd Biesheuvel
2020-09-11crypto: arm/aes-neonbs - Use generic cbc encryption pathHerbert Xu
2020-09-04crypto: arm/poly1305 - Add prototype for poly1305_blocks_neonHerbert Xu
2020-08-25crypto: arm/curve25519 - include <linux/scatterlist.h>Fabio Estevam