aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-08crypto: x86/aes-ni - fix build error following fpu template removalEric Biggers1-12/+1
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel3-242/+1
2018-09-28x86/fpu: Remove VLA usage of skcipherKees Cook1-14/+16
2018-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu5-5/+0
2018-09-14crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross a page in gcmMikulas Patocka1-1/+1
2018-09-14crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2Ondrej Mosnacek5-5/+0
2018-09-04crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel28-8078/+0
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-33/+33
2018-08-25crypto: aesni - Use unaligned loads from gcm_context_dataDave Watson1-33/+33
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-44/+36
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-13/+13
2018-08-07crypto: x86/aegis,morus - Fix and simplify CPUID checksOndrej Mosnacek6-45/+21
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu6-0/+6
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers4-4/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers4-15/+10
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers5-21/+1
2018-07-09crypto: x86/sha-mb - decrease priority of multibuffer algorithmsEric Biggers3-3/+24
2018-07-09crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers1-1/+1
2018-07-03x86/asm/64: Use 32-bit XOR to zero registersJan Beulich9-13/+13
2018-07-01crypto: x86 - Add missing RETsBorislav Petkov6-0/+6
2018-05-31crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers4-1838/+0
2018-05-31crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek3-0/+603
2018-05-27crypto: x86/aegis256 - Fix wrong key buffer sizeOndrej Mosnacek1-3/+3
2018-05-19crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek7-0/+2344
2018-05-19crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek7-0/+3505
2018-05-05crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"Colin Ian King1-1/+1
2018-03-09crypto: x86/des3_ede - des3_ede_skciphers[] can be staticWu Fengguang1-1/+1
2018-03-03crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers2-14/+11
2018-03-03crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers1-344/+0
2018-03-03crypto: lrw - remove lrw_crypt()Eric Biggers1-1/+0
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2-432/+202
2018-03-03crypto: x86/camellia - convert to skcipher interfaceEric Biggers1-83/+79
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers2-111/+22
2018-03-03crypto: x86/camellia - remove LRW algorithmEric Biggers1-84/+1
2018-03-03crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers1-179/+1
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers1-167/+1
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers1-119/+119
2018-03-03crypto: x86/blowfish: convert to skcipher interfaceEric Biggers1-117/+113
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers1-211/+100
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmEric Biggers1-179/+1
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers1-224/+127
2018-03-03crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers1-2/+1
2018-03-03crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers1-215/+100
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmEric Biggers1-188/+1
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers1-84/+67
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2-109/+25
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2-80/+27
2018-03-03crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2-435/+212
2018-03-03crypto: x86/serpent-avx - remove LRW algorithmEric Biggers1-176/+1
2018-03-03crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers1-175/+1