summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-291-33/+33
|\
| * crypto: aesni - Use unaligned loads from gcm_context_dataDave Watson2018-08-251-33/+33
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-159-44/+36
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-036-0/+6
| |\
| * | crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-094-4/+0
| * | crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-094-15/+10
| * | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-095-21/+1
| * | crypto: x86/sha-mb - decrease priority of multibuffer algorithmsEric Biggers2018-07-093-3/+24
| * | crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers2018-07-091-1/+1
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-08-139-13/+13
|\ \ \
| * | | x86/asm/64: Use 32-bit XOR to zero registersJan Beulich2018-07-039-13/+13
| |/ /
* | / crypto: x86/aegis,morus - Fix and simplify CPUID checksOndrej Mosnacek2018-08-076-45/+21
| |/ |/|
* | crypto: x86 - Add missing RETsBorislav Petkov2018-07-016-0/+6
|/
* crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers2018-05-314-1838/+0
* crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek2018-05-313-0/+603
* crypto: x86/aegis256 - Fix wrong key buffer sizeOndrej Mosnacek2018-05-271-3/+3
* crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek2018-05-197-0/+2344
* crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek2018-05-197-0/+3505
* crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"Colin Ian King2018-05-051-1/+1
* crypto: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang2018-03-091-1/+1
* crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers2018-03-032-14/+11
* crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers2018-03-031-344/+0
* crypto: lrw - remove lrw_crypt()Eric Biggers2018-03-031-1/+0
* crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2018-03-032-432/+202
* crypto: x86/camellia - convert to skcipher interfaceEric Biggers2018-03-031-83/+79
* crypto: x86/camellia - remove XTS algorithmEric Biggers2018-03-032-111/+22
* crypto: x86/camellia - remove LRW algorithmEric Biggers2018-03-031-84/+1
* crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers2018-03-031-179/+1
* crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2018-03-031-167/+1
* crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers2018-03-031-119/+119
* crypto: x86/blowfish: convert to skcipher interfaceEric Biggers2018-03-031-117/+113
* crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers2018-03-031-211/+100
* crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2018-03-031-179/+1
* crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers2018-03-031-224/+127
* crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers2018-03-031-2/+1
* crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers2018-03-031-215/+100
* crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2018-03-031-188/+1
* crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers2018-03-031-84/+67
* crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-032-109/+25
* crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-032-80/+27
* crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-032-435/+212
* crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-031-176/+1
* crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers2018-03-031-175/+1
* crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers2018-03-031-151/+70
* crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2018-03-031-172/+0
* crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers2018-03-031-129/+1
* crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2018-03-031-0/+207
* crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson2018-02-221-0/+133
* crypto: aesni - Introduce scatter/gather asm function stubsDave Watson2018-02-222-26/+106
* crypto: aesni - Add fast path for > 16 byte updateDave Watson2018-02-221-0/+25