summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/chacha_glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-201-0/+1
* crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel2020-07-161-15/+2
* crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld2020-04-301-3/+11
* x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-091-4/+2
* crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld2019-11-271-2/+3
* crypto: x86/chacha - only unregister algorithms if registeredEric Biggers2019-11-221-1/+2
* crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel2019-11-171-25/+66
* crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel2019-11-171-55/+35
* crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2019-11-171-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-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/+1
|/
* 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