aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-03-31Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+2
2022-03-25crypto: arm/aes-neonbs-cbc - Select generic cbc and aesGravatar Herbert Xu 1-0/+2
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-63/+77
2022-02-05crypto: arm/aes-neonbs-ctr - deal with non-multiples of AES block sizeGravatar Ard Biesheuvel 2-63/+77
2022-02-04lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFIGravatar Jason A. Donenfeld 1-2/+2
2022-01-07lib/crypto: blake2s: include as built-inGravatar Jason A. Donenfeld 4-77/+83
2021-07-16crypto: arm/curve25519 - rename 'mod_init' & 'mod_exit' functions to be modul...Gravatar Randy Dunlap 1-4/+4
2021-05-14crypto: arm - use a pattern rule for generating *.S filesGravatar Masahiro Yamada 1-7/+1
2021-05-14crypto: arm - generate *.S by Perl at build time instead of shipping themGravatar Masahiro Yamada 4-5848/+3
2021-04-16crypto: arm/curve25519 - Move '.fpu' after '.arch'Gravatar Nathan Chancellor 1-1/+1
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationGravatar Arnd Bergmann 1-1/+1
2021-03-19crypto: arm/chacha-scalar - switch to common rev_l macroGravatar Ard Biesheuvel 1-30/+13
2021-03-19crypto: arm/aes-scalar - switch to common rev_l/mov_l macrosGravatar Ard Biesheuvel 1-32/+10
2021-03-19crypto: arm/blake2s - fix for big endianGravatar Eric Biggers 1-0/+21
2021-03-07crypto: arm/blake2b - drop unnecessary return statementGravatar Eric Biggers 1-2/+2
2021-01-03crypto: arm/blake2b - add NEON-accelerated BLAKE2bGravatar Eric Biggers 4-0/+464
2021-01-03crypto: arm/blake2s - add ARM scalar optimized BLAKE2sGravatar Eric Biggers 4-0/+374
2021-01-03crypto: remove cipher routines from public crypto APIGravatar Ard Biesheuvel 1-0/+3
2021-01-03crypto: arm/chacha-neon - add missing counter incrementGravatar Ard Biesheuvel 1-0/+1
2020-12-04crypto: arm/aes-ce - work around Cortex-A57/A72 silion errataGravatar Ard Biesheuvel 1-10/+22
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 9-9/+9
2020-11-13crypto: arm/chacha-neon - optimize for non-block size multiplesGravatar Ard Biesheuvel 2-24/+107
2020-11-06crypto: arm/aes-neonbs - fix usage of cbc(aes) fallbackGravatar Horia Geantă 1-3/+5
2020-09-25crypto: arm/aes-neonbs - use typed init/exit routines for XTSGravatar Ard Biesheuvel 1-6/+6
2020-09-25crypto: arm/aes-neonbs - avoid loading reorder argument on encryptionGravatar Ard Biesheuvel 1-2/+3
2020-09-25crypto: arm/aes-neonbs - avoid hacks to prevent Thumb2 mode switchesGravatar Ard Biesheuvel 1-27/+22
2020-09-25crypto: arm/sha512-neon - avoid ADRL pseudo instructionGravatar Ard Biesheuvel 2-4/+4
2020-09-25crypto: arm/sha256-neon - avoid ADRL pseudo instructionGravatar Ard Biesheuvel 2-4/+4
2020-09-11crypto: arm/aes-neonbs - Use generic cbc encryption pathGravatar Herbert Xu 1-18/+28
2020-09-04crypto: arm/poly1305 - Add prototype for poly1305_blocks_neonGravatar Herbert Xu 1-0/+1
2020-08-25crypto: arm/curve25519 - include <linux/scatterlist.h>Gravatar Fabio Estevam 1-0/+1
2020-07-23crypto: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 6-8/+8
2020-07-09crypto: arm/ghash - use variably sized key structGravatar Ard Biesheuvel 1-27/+24
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+6
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-4/+0
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hGravatar Eric Biggers 4-4/+0
2020-04-30crypto: arch/nhpoly1305 - process in explicit 4k chunksGravatar Jason A. Donenfeld 1-1/+1
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksGravatar Jason A. Donenfeld 2-7/+22
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Gravatar Will Deacon 1-6/+6
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-30crypto: arm[64]/poly1305 - add artifact to .gitignore filesGravatar Jason A. Donenfeld 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-20crypto: arm/neon - memzero_explicit aes-cbc keyGravatar Torsten Duwe 1-0/+1
2020-03-06crypto: arm/ghash-ce - define fpu before fpu registers are referencedGravatar Stefan Agner 1-2/+3
2020-01-22crypto: arm/chacha - fix build failured when kernel mode NEON is disabledGravatar Ard Biesheuvel 1-2/+2
2020-01-16crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emitGravatar Jason A. Donenfeld 1-16/+2
2020-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-0/+7
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsGravatar Eric Biggers 1-6/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 3-18/+4
2019-12-12crypto: arm/curve25519 - add arch-specific key generation functionGravatar Jason A. Donenfeld 1-0/+7