summaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-092-2/+2
|\
| * crypto: chacha - constify ctx and iv argumentsEric Biggers2019-06-131-1/+1
| * crypto: arm/sha512 - Make sha512_arm_final staticYueHaibing2019-05-231-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1916-64/+16Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-305-29/+5Star
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-3/+0Star
* crypto: arm/aes-neonbs - don't access already-freed walk.ivEric Biggers2019-04-181-0/+2
* crypto: arm - convert to use crypto_simd_usable()Eric Biggers2019-03-2210-19/+29
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-053-338/+281Star
|\
| * crypto: arm/aes-ce - update IV after partial final CTR blockEric Biggers2019-02-221-13/+13
| * crypto: arm/crct10dif-ce - cleanup and optimizationsEric Biggers2019-02-082-294/+261Star
| * crypto: arm/crct10dif - remove dead codeArd Biesheuvel2019-02-011-13/+0Star
| * crypto: arm/crct10dif - revert to C code for short inputsArd Biesheuvel2019-02-012-24/+13Star
* | crypto: sha512/arm - fix crash bug in Thumb2 buildArd Biesheuvel2019-02-222-2/+4
* | crypto: sha256/arm - fix crash bug in Thumb2 buildArd Biesheuvel2019-02-222-2/+4
|/
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-291-1/+1
|\
| * kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-021-1/+1
* | crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers2018-11-204-0/+200
* | crypto: arm/chacha - add XChaCha12 supportEric Biggers2018-11-202-2/+21
* | crypto: arm/chacha20 - refactor to allow varying number of roundsEric Biggers2018-11-203-48/+56
* | crypto: arm/chacha20 - add XChaCha20 supportEric Biggers2018-11-203-49/+126
* | crypto: arm/chacha20 - limit the preemption-disabled sectionEric Biggers2018-11-201-3/+3
* | crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-20/+20
* | crypto: aes-ce - Remove duplicate headerBrajeswar Ghosh2018-11-161-1/+0Star
* | crypto: arm/aes - add some hardening against cache-timing attacksEric Biggers2018-11-092-10/+61
|/
* crypto: arm/crc32 - avoid warning when compiling with ClangStefan Agner2018-09-211-1/+1
* crypto: arm/chacha20 - faster 8-bit rotations and other optimizationsEric Biggers2018-09-041-134/+143
* crypto: arm/ghash-ce - implement support for 4-way aggregationArd Biesheuvel2018-09-043-16/+131
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-044-730/+0Star
* treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-242-3/+3
* crypto: arm/chacha20 - always use vrev for 16-bit rotatesEric Biggers2018-08-031-6/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-2/+4
|\
| * crypto: arm/speck - fix building in Thumb2 modeEric Biggers2018-07-011-2/+4
* | crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-081-1/+0Star
* | crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-081-1/+1
* | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-089-14/+1Star
|/
* crypto: clarify licensing of OpenSSL asm codeAdam Langley2018-05-305-8/+46
* kbuild: mark $(targets) as .SECONDARY and remove .PRECIOUS markersMasahiro Yamada2018-04-071-1/+1
* crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez2018-03-231-0/+2
* crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers2018-02-224-0/+728
* crypto: arm/aes-cipher - move S-box to .rodata sectionJinbum Park2018-02-221-9/+10
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-01-121-0/+2
* crypto: arm/aes-neonbs - Use PTR_ERR_OR_ZERO()Gomonovych, Vasyl2017-12-111-6/+4Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-025-0/+5
* crypto: arm/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-23/+65
* crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel2017-08-043-48/+215
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-042-6/+3Star
* crypto: arm/crc32 - enable module autoloading based on CPU feature bitsArd Biesheuvel2017-06-011-0/+6
* crypto: arm/sha2-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel2017-06-011-3/+2Star
* crypto: arm/sha1-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel2017-06-011-3/+2Star