summaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers2018-03-021-2/+1Star
* crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers2018-03-021-215/+100Star
* crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2018-03-021-188/+1Star
* crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers2018-03-021-84/+67Star
* crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-022-109/+25Star
* crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-022-80/+27Star
* crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-022-435/+212Star
* crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-021-176/+1Star
* crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers2018-03-021-175/+1Star
* crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers2018-03-021-151/+70Star
* crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2018-03-021-172/+0Star
* crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers2018-03-021-129/+1Star
* crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2018-03-021-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
* crypto: aesni - Introduce partial block macroDave Watson2018-02-221-1/+150
* crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson2018-02-221-99/+106
* crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson2018-02-221-1/+9
* crypto: aesni - Fill in new context data structuresDave Watson2018-02-221-12/+39
* crypto: aesni - Split AAD hash calculation to separate macroDave Watson2018-02-221-28/+43
* crypto: aesni - Introduce gcm_context_dataDave Watson2018-02-222-75/+121
* crypto: aesni - Merge encode and decode to GCM_ENC_DEC macroDave Watson2018-02-221-179/+114Star
* crypto: aesni - Add GCM_COMPLETE macroDave Watson2018-02-221-109/+63Star
* crypto: aesni - Add GCM_INIT macroDave Watson2018-02-221-51/+33Star
* crypto: aesni - Macro-ify func save/restoreDave Watson2018-02-221-29/+24Star
* crypto: aesni - Merge INITIAL_BLOCKS_ENC/DECDave Watson2018-02-221-250/+48Star
* crypto: sha512-mb - remove HASH_FIRST flagEric Biggers2018-02-152-32/+6Star
* crypto: sha256-mb - remove HASH_FIRST flagEric Biggers2018-02-152-29/+6Star