summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: poly1305 - use structures for key and accumulatorEric Biggers2018-11-201-9/+11
| * crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-201-24/+24
| * crypto: x86/chacha20 - Add a 4-block AVX2 variantMartin Willi2018-11-162-0/+317
| * crypto: x86/chacha20 - Add a 2-block AVX2 variantMartin Willi2018-11-162-0/+204
| * crypto: x86/chacha20 - Use larger block functions more aggressivelyMartin Willi2018-11-161-15/+24
| * crypto: x86/chacha20 - Support partial lengths in 8-block AVX2 variantMartin Willi2018-11-162-61/+133
| * crypto: x86/chacha20 - Support partial lengths in 4-block SSSE3 variantMartin Willi2018-11-162-40/+128
| * crypto: x86/chacha20 - Support partial lengths in 1-block SSSE3 variantMartin Willi2018-11-162-22/+63
* | x86: Fix various typos in commentsIngo Molnar2018-12-032-2/+2
|/
* crypto: x86/aes-ni - fix build error following fpu template removalEric Biggers2018-10-081-12/+1Star
* crypto: x86/aes-ni - remove special handling of AES in PCBC modeArd Biesheuvel2018-10-053-242/+1Star
* x86/fpu: Remove VLA usage of skcipherKees Cook2018-09-281-14/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-09-215-5/+0Star
|\
| * crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2Ondrej Mosnacek2018-09-145-5/+0Star
* | crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...Mikulas Patocka2018-09-141-1/+1
* | crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel2018-09-0428-8078/+0Star
|/
* 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-169-44/+36Star
|\|
| * 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-084-4/+0Star
| * | crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-084-15/+10Star
| * | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-085-21/+1Star
| * | crypto: x86/sha-mb - decrease priority of multibuffer algorithmsEric Biggers2018-07-083-3/+24
| * | crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()Eric Biggers2018-07-081-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/+21Star
| |/ |/|
* | crypto: x86 - Add missing RETsBorislav Petkov2018-07-016-0/+6
|/
* crypto: x86/salsa20 - remove x86 salsa20 implementationsEric Biggers2018-05-304-1838/+0Star
* crypto: morus - Mark MORUS SIMD glue as x86-specificOndrej Mosnacek2018-05-303-0/+603
* crypto: x86/aegis256 - Fix wrong key buffer sizeOndrej Mosnacek2018-05-261-3/+3
* crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek2018-05-187-0/+2344
* crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek2018-05-187-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-022-14/+11Star
* crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers2018-03-021-344/+0Star
* crypto: lrw - remove lrw_crypt()Eric Biggers2018-03-021-1/+0Star
* crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2018-03-022-432/+202Star
* crypto: x86/camellia - convert to skcipher interfaceEric Biggers2018-03-021-83/+79Star
* crypto: x86/camellia - remove XTS algorithmEric Biggers2018-03-022-111/+22Star
* crypto: x86/camellia - remove LRW algorithmEric Biggers2018-03-021-84/+1Star
* crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers2018-03-021-179/+1Star
* crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2018-03-021-167/+1Star
* crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers2018-03-021-119/+119
* crypto: x86/blowfish: convert to skcipher interfaceEric Biggers2018-03-021-117/+113Star
* crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers2018-03-021-211/+100Star
* crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2018-03-021-179/+1Star
* crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers2018-03-021-224/+127Star