aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers1-151/+70
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers1-172/+0
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers1-129/+1
2018-03-03crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers1-0/+207
2018-02-22crypto: aesni - Update aesni-intel_glue to use scatter/gatherDave Watson1-0/+133
2018-02-22crypto: aesni - Introduce scatter/gather asm function stubsDave Watson2-26/+106
2018-02-22crypto: aesni - Add fast path for > 16 byte updateDave Watson1-0/+25
2018-02-22crypto: aesni - Introduce partial block macroDave Watson1-1/+150
2018-02-22crypto: aesni - Move HashKey computation from stack to gcm_contextDave Watson1-99/+106
2018-02-22crypto: aesni - Move ghash_mul to GCM_COMPLETEDave Watson1-1/+9
2018-02-22crypto: aesni - Fill in new context data structuresDave Watson1-12/+39
2018-02-22crypto: aesni - Split AAD hash calculation to separate macroDave Watson1-28/+43
2018-02-22crypto: aesni - Introduce gcm_context_dataDave Watson2-75/+121
2018-02-22crypto: aesni - Merge encode and decode to GCM_ENC_DEC macroDave Watson1-179/+114
2018-02-22crypto: aesni - Add GCM_COMPLETE macroDave Watson1-109/+63
2018-02-22crypto: aesni - Add GCM_INIT macroDave Watson1-51/+33
2018-02-22crypto: aesni - Macro-ify func save/restoreDave Watson1-29/+24
2018-02-22crypto: aesni - Merge INITIAL_BLOCKS_ENC/DECDave Watson1-250/+48
2018-02-15crypto: sha512-mb - remove HASH_FIRST flagEric Biggers2-32/+6
2018-02-15crypto: sha256-mb - remove HASH_FIRST flagEric Biggers2-29/+6
2018-02-15crypto: sha1-mb - remove HASH_FIRST flagEric Biggers2-30/+6
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+6
2018-02-08crypto: sha512-mb - initialize pending lengths correctlyEric Biggers1-4/+6
2018-01-31Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds10-570/+219
2018-01-26crypto: aesni - handle zero length dst bufferStephan Mueller1-1/+1
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-5/+9