summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/chacha_glue.c
AgeCommit message (Expand)Author
2025-04-28crypto: x86 - move library functions to arch/x86/lib/crypto/Eric Biggers
2025-04-19crypto: lib/chacha - restore ability to remove modulesEric Biggers
2025-04-09crypto: x86/chacha - Restore SSSE3 fallback pathHerbert Xu
2025-04-07crypto: x86/chacha - remove the skcipher algorithmsEric Biggers
2025-04-07crypto: chacha - centralize the skcipher wrappers for arch codeEric Biggers
2025-04-07crypto: x86 - Remove CONFIG_AS_AVX512 handlingUros Bizjak
2025-04-07crypto: x86/chacha - Remove SIMD fallback pathHerbert Xu
2025-03-21crypto: lib/chacha - remove unused arch-specific init supportEric Biggers
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu
2020-07-16crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel
2020-04-30crypto: arch/lib - limit simd usage to 4k chunksJason A. Donenfeld
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld
2019-11-27crypto: arch - conditionalize crypto api in arch glue for lib codeJason A. Donenfeld
2019-11-22crypto: x86/chacha - only unregister algorithms if registeredEric Biggers
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel
2019-11-17crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-13crypto: chacha - constify ctx and iv argumentsEric Biggers
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Eric Biggers
2018-12-23crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers
2018-12-13crypto: x86/chacha - yield the FPU occasionallyEric Biggers
2018-12-13crypto: x86/chacha - add XChaCha12 supportEric Biggers
2018-12-13crypto: x86/chacha20 - refactor to allow varying number of roundsEric Biggers