aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: mips/crc32 - remove redundant setting of alignmask to 0Gravatar Eric Biggers 1-2/+0
2022-08-26crypto: Kconfig - simplify cipher entriesGravatar Robert Elliott 1-1/+6
2022-08-26crypto: Kconfig - simplify hash entriesGravatar Robert Elliott 1-13/+21
2022-08-26crypto: Kconfig - simplify CRC entriesGravatar Robert Elliott 1-3/+4
2022-08-26crypto: Kconfig - move mips entries to a submenuGravatar Robert Elliott 1-0/+60
2022-04-01MIPS: crypto: Fix CRC32 codeGravatar Paul Cercueil 1-20/+26
2021-05-10asm-generic: unaligned always use struct helpersGravatar Arnd Bergmann 1-1/+1
2021-04-29Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Gravatar Linus Torvalds 1-0/+2
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2021-04-02crypto: poly1305 - fix poly1305_core_setkey() declarationGravatar Arnd Bergmann 1-1/+1
2021-03-29crypto: mips: add poly1305-core.S to .gitignoreGravatar Ilya Lipnitskiy 1-0/+2
2021-03-08crypto: mips/poly1305 - enable for all MIPS processorsGravatar Maciej W. Rozycki 1-2/+2
2020-01-16crypto: {arm,arm64,mips}/poly1305 - remove redundant non-reduction from emitGravatar Jason A. Donenfeld 1-16/+2
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+1
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeGravatar Jason A. Donenfeld 2-4/+8
2019-11-17crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementationGravatar Ard Biesheuvel 3-0/+1490
2019-11-17crypto: mips/chacha - wire up accelerated 32r2 code from ZincGravatar Ard Biesheuvel 3-43/+270
2019-11-17crypto: mips/chacha - import 32r2 ChaCha code from ZincGravatar Jason A. Donenfeld 1-0/+424
2018-02-19MIPS: crypto: Add crc32 and crc32c hw accelerated moduleGravatar Marcin Nowakowski 2-0/+354