summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: lrw - remove lrw_crypt()Eric Biggers2018-03-023-158/+39
* crypto: xts - remove xts_crypt()Eric Biggers2018-03-022-89/+0
* crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2018-03-024-443/+208
* crypto: x86/camellia - convert to skcipher interfaceEric Biggers2018-03-022-84/+80
* crypto: x86/camellia - remove XTS algorithmEric Biggers2018-03-024-113/+24
* crypto: x86/camellia - remove LRW algorithmEric Biggers2018-03-023-95/+1
* crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers2018-03-022-180/+1
* crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2018-03-023-168/+2
* crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers2018-03-022-120/+120
* crypto: x86/blowfish: convert to skcipher interfaceEric Biggers2018-03-022-118/+114
* crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers2018-03-022-216/+104
* crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2018-03-022-180/+1
* crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers2018-03-022-228/+130
* crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers2018-03-021-2/+1
* crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers2018-03-022-219/+102
* crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2018-03-022-189/+1
* crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers2018-03-022-85/+68
* crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-024-118/+25
* crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-024-92/+27
* crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-024-446/+219
* crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-023-187/+1
* crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers2018-03-022-176/+1
* crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers2018-03-022-157/+74
* crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2018-03-022-174/+0
* crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers2018-03-022-131/+1
* crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2018-03-022-0/+219
* crypto: simd - allow registering multiple algorithms at onceEric Biggers2018-03-022-0/+57
* crypto: ccree - replace memset+kfree with kzfreeGilad Ben-Yossef2018-03-021-2/+1
* crypto: ccree - add support for older HW revsGilad Ben-Yossef2018-03-0214-135/+237
* dt-bindings: Add DT bindings for ccree 710 and 630pGilad Ben-Yossef2018-03-021-1/+2
* crypto: ccree - remove unused definitionsGilad Ben-Yossef2018-03-021-20/+0
* crypto: marvell/cesa - Clean up redundant #includeRobin Murphy2018-03-021-1/+0
* hwrng: stm32 - rework read timeout calculationlionel.debieve@st.com2018-03-021-15/+10
* dt-bindings: rng: add clock detection error for stm32lionel.debieve@st.com2018-03-021-0/+1
* hwrng: stm32 - allow disable clock error detectionlionel.debieve@st.com2018-03-021-1/+9
* dt-bindings: rng: add reset node for stm32lionel.debieve@st.com2018-03-021-0/+3
* hwrng: stm32 - add reset during probelionel.debieve@st.com2018-03-021-0/+9
* crypto: ccree - fix memdup.cocci warningsFengguang Wu2018-02-221-2/+1
* crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring2018-02-223-19/+5
* crypto: bcm - Delete an error message for a failed memory allocation in do_sh...Markus Elfring2018-02-221-1/+0
* crypto: bfin_crc - Delete an error message for a failed memory allocation in ...Markus Elfring2018-02-221-3/+1
* crypto: speck - add test vectors for Speck64-XTSEric Biggers2018-02-222-0/+680
* crypto: speck - add test vectors for Speck128-XTSEric Biggers2018-02-222-0/+696
* crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers2018-02-224-0/+728
* crypto: speck - export common helpersEric Biggers2018-02-222-41/+111
* crypto: speck - add support for the Speck block cipherEric Biggers2018-02-225-0/+460
* 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