summaryrefslogtreecommitdiff
path: root/arch/x86/crypto
AgeCommit message (Expand)Author
2018-11-16crypto: x86/chacha20 - Use larger block functions more aggressivelyMartin Willi
2018-11-16crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variantMartin Willi
2018-11-16crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variantMartin Willi
2018-11-16crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variantMartin Willi
2018-10-08crypto: x86/aes-ni - fix build error following fpu template removalEric Biggers
2018-10-05crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel
2018-09-28x86/fpu: Remove VLA usage of skcipherKees Cook
2018-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2018-09-14crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...Mikulas Patocka
2018-09-14crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2Ondrej Mosnacek
2018-09-04crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-25crypto: aesni - Use unaligned loads from gcm_context_dataDave Watson
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-08-07crypto: x86/aegis,morus - Fix and simplify CPUID checksOndrej Mosnacek
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers
2018-07-09crypto: x86/sha-mb - decrease priority of multibuffer algorithmsEric Biggers
2018-07-09crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers
2018-07-03x86/asm/64: Use 32-bit XOR to zero registersJan Beulich
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