aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/chacha_glue.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 1-0/+1
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayGravatar Ard Biesheuvel 1-15/+2
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksGravatar Jason A. Donenfeld 1-3/+11
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Gravatar Jason A. Donenfeld 1-4/+2
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeGravatar Jason A. Donenfeld 1-2/+3
2019-11-22crypto: x86/chacha - only unregister algorithms if registeredGravatar Eric Biggers 1-1/+2
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionGravatar Ard Biesheuvel 1-25/+66
2019-11-17crypto: x86/chacha - depend on generic chacha library instead of crypto driverGravatar Ard Biesheuvel 1-55/+35
2019-11-17crypto: chacha - move existing library code into lib/cryptoGravatar Ard Biesheuvel 1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2019-06-13crypto: chacha - constify ctx and iv argumentsGravatar Eric Biggers 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Gravatar Eric Biggers 1-3/+3
2018-12-23crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Gravatar Eric Biggers 1-13/+20
2018-12-13crypto: x86/chacha - yield the FPU occasionallyGravatar Eric Biggers 1-1/+11
2018-12-13crypto: x86/chacha - add XChaCha12 supportGravatar Eric Biggers 1-0/+17
2018-12-13crypto: x86/chacha20 - refactor to allow varying number of roundsGravatar Eric Biggers 1-0/+270