aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2019-05-30crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers
2019-05-15crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers
2019-03-26crypto: x86/morus - fix handling chunked inputs and MAY_SLEEPEric Biggers
2019-03-26crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers
2019-03-26crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers
2018-11-13crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...Mikulas Patocka
2018-09-29crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2Ondrej Mosnacek
2018-09-09crypto: aesni - Use unaligned loads from gcm_context_dataDave Watson
2018-08-17crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers
2018-08-07crypto: x86/aegis,morus - Fix and simplify CPUID checksOndrej Mosnacek
2018-07-01crypto: x86 - Add missing RETsBorislav Petkov
2018-05-31crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers
2018-05-31crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek
2018-05-27crypto: x86/aegis256 - Fix wrong key buffer sizeOndrej Mosnacek
2018-05-19crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek
2018-05-19crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek
2018-05-05crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"Colin Ian King
2018-03-09crypto: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang
2018-03-03crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers
2018-03-03crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers
2018-03-03crypto: lrw - remove lrw_crypt()Eric Biggers
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/camellia - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/camellia - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/blowfish: convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers
2018-03-03crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/serpent-avx - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers
2018-03-03crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers
2018-02-22crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson
2018-02-22crypto: aesni - Introduce scatter/gather asm function stubsDave Watson
2018-02-22crypto: aesni - Add fast path for > 16 byte updateDave Watson
2018-02-22crypto: aesni - Introduce partial block macroDave Watson
2018-02-22crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson