aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2020-09-07Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/intel-x86Bruce Ashfield
2020-09-04crypto: aesni - add compatibility with IASJian Cai
2020-09-04crypto: aesni - Fix build with LLVM_IAS=1Sedat Dilek
2020-06-05Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-06-04crypto: arch/nhpoly1305 - process in explicit 4k chunksJason A. Donenfeld
2019-07-22crypto: limit more FPU-enabled sectionsSebastian Andrzej Siewior
2019-07-22crypto: Reduce preempt disabled regions, more algosSebastian Andrzej Siewior
2019-07-22x86: crypto: Reduce preempt disabled regionsPeter Zijlstra
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-08crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-04-08crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers
2019-03-22crypto: x86 - convert to use crypto_simd_usable()Eric Biggers
2019-03-22crypto: x86/morus1280 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/morus640 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis256 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis128l - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aegis128 - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aesni - convert to use AEAD SIMD helpersEric Biggers
2019-03-22crypto: x86/aesni - convert to use skcipher SIMD bulk registrationEric Biggers
2019-02-28crypto: x86/poly1305 - Clear key material from stack in SSE2 variantTommi Hirvola
2019-02-08crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers
2019-02-08crypto: x86/morus - fix handling chunked inputs and MAY_SLEEPEric Biggers
2019-02-08crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers
2019-02-08crypto: x86/crct10dif-pcl - cleanup and optimizationsEric Biggers
2019-01-18crypto: x86/aesni-gcm - make 'struct aesni_gcm_tfm_s' static constEric Biggers
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-23crypto: x86/chacha - avoid sleeping under kernel_fpu_begin()Eric Biggers
2018-12-23crypto: aesni - Add scatter/gather avx stubs, and use them in CDave Watson
2018-12-23crypto: aesni - Introduce partial block macroDave Watson
2018-12-23crypto: aesni - Introduce READ_PARTIAL_BLOCK macroDave Watson
2018-12-23crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson
2018-12-23crypto: aesni - Fill in new context data structuresDave Watson
2018-12-23crypto: aesni - Merge avx precompute functionsDave Watson
2018-12-23crypto: aesni - Split AAD hash calculation to separate macroDave Watson
2018-12-23crypto: aesni - Add GCM_COMPLETE macroDave Watson
2018-12-23crypto: aesni - support 256 byte keys in avx asmDave Watson
2018-12-23crypto: aesni - Macro-ify func save/restoreDave Watson
2018-12-23crypto: aesni - Introduce gcm_context_dataDave Watson
2018-12-23crypto: aesni - Merge GCM_ENC_DECDave Watson
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
2018-12-13crypto: x86/chacha20 - add XChaCha20 supportEric Biggers