summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/chacha_glue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-1/+1
|\
| * crypto: chacha - constify ctx and iv argumentsEric Biggers2019-06-131-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
|/
* crypto: x86 - convert to use crypto_simd_usable()Eric Biggers2019-03-221-3/+3
* crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers2018-12-231-13/+20
* crypto: x86/chacha - yield the FPU occasionallyEric Biggers2018-12-131-1/+11
* crypto: x86/chacha - add XChaCha12 supportEric Biggers2018-12-131-0/+17
* crypto: x86/chacha20 - refactor to allow varying number of roundsEric Biggers2018-12-131-0/+270