aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto
Commit message (Expand)AuthorAge
* crypto: arm/aes-ce - add dependency on AES libraryArd Biesheuvel2019-10-01
* crypto: arm/aes-ce - build for v8 architecture explicitlyArd Biesheuvel2019-10-01
* crypto: arm/aes-ce - implement ciphertext stealing for CBCArd Biesheuvel2019-09-09
* crypto: arm/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel2019-09-09
* crypto: arm/aes-ce - implement ciphertext stealing for XTSArd Biesheuvel2019-09-09
* crypto: arm/aes-neonbs - replace tweak mask literal with compositionArd Biesheuvel2019-09-09
* crypto: arm/aes-ce - replace tweak mask literal with compositionArd Biesheuvel2019-09-09
* crypto: arm/aes-ce - switch to 4x interleaveArd Biesheuvel2019-09-09
* crypto: arm/aes-ce - yield the SIMD unit between scatterwalk stepsArd Biesheuvel2019-09-09
* crypto: arm/aes - fix round key prototypesArd Biesheuvel2019-09-09
* crypto: arm - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-05
* crypto: ghash - add comment and improve help textEric Biggers2019-07-27
* crypto: arm/aes-scalar - unexport en/decryption routinesArd Biesheuvel2019-07-26
* crypto: arm/aes-cipher - switch to shared AES inverse SboxArd Biesheuvel2019-07-26
* crypto: arm/ghash - provide a synchronous versionArd Biesheuvel2019-07-26
* crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes)Ard Biesheuvel2019-07-26
* crypto: arm/aes-ce - provide a synchronous version of ctr(aes)Ard Biesheuvel2019-07-26
* crypto: arm/aes - use native endiannes for key scheduleArd Biesheuvel2019-07-26
* crypto: arm/aes-neonbs - switch to library version of key expansion routineArd Biesheuvel2019-07-26
* crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-26
* crypto: arm/aes-ce - cosmetic/whitespace cleanupArd Biesheuvel2019-07-26
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-08
|\
| * crypto: chacha - constify ctx and iv argumentsEric Biggers2019-06-13
| * crypto: arm/sha512 - Make sha512_arm_final staticYueHaibing2019-05-23
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
|/
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-25
* crypto: arm/aes-neonbs - don't access already-freed walk.ivEric Biggers2019-04-18
* crypto: arm - convert to use crypto_simd_usable()Eric Biggers2019-03-22
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-05
|\
| * crypto: arm/aes-ce - update IV after partial final CTR blockEric Biggers2019-02-21
| * crypto: arm/crct10dif-ce - cleanup and optimizationsEric Biggers2019-02-08
| * crypto: arm/crct10dif - remove dead codeArd Biesheuvel2019-02-01
| * crypto: arm/crct10dif - revert to C code for short inputsArd Biesheuvel2019-02-01
* | crypto: sha512/arm - fix crash bug in Thumb2 buildArd Biesheuvel2019-02-21
* | crypto: sha256/arm - fix crash bug in Thumb2 buildArd Biesheuvel2019-02-21
|/
* Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-12-29
|\
| * kbuild: move .SECONDARY special target to Kbuild.includeMasahiro Yamada2018-12-02
* | crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers2018-11-20
* | crypto: arm/chacha - add XChaCha12 supportEric Biggers2018-11-20
* | crypto: arm/chacha20 - refactor to allow varying number of roundsEric Biggers2018-11-20
* | crypto: arm/chacha20 - add XChaCha20 supportEric Biggers2018-11-20
* | crypto: arm/chacha20 - limit the preemption-disabled sectionEric Biggers2018-11-20
* | crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-20
* | crypto: aes-ce - Remove duplicate headerBrajeswar Ghosh2018-11-16
* | crypto: arm/aes - add some hardening against cache-timing attacksEric Biggers2018-11-09
|/
* crypto: arm/crc32 - avoid warning when compiling with ClangStefan Agner2018-09-21
* crypto: arm/chacha20 - faster 8-bit rotations and other optimizationsEric Biggers2018-09-03
* crypto: arm/ghash-ce - implement support for 4-way aggregationArd Biesheuvel2018-09-03
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-03