summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2018-03-033-168/+2
* crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers2018-03-032-120/+120
* crypto: x86/blowfish: convert to skcipher interfaceEric Biggers2018-03-032-118/+114
* crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers2018-03-032-216/+104
* crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2018-03-032-180/+1
* crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers2018-03-032-228/+130
* crypto: x86/cast5-avx - fix ECB encryption when long sg follows short oneEric Biggers2018-03-031-2/+1
* crypto: x86/twofish-avx - convert to skcipher interfaceEric Biggers2018-03-032-219/+102
* crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2018-03-032-189/+1
* crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers2018-03-032-85/+68
* crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-034-118/+25
* crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-034-92/+27
* crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-034-446/+219
* crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-033-187/+1
* crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers2018-03-032-176/+1
* crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers2018-03-032-157/+74
* crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2018-03-032-174/+0
* crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers2018-03-032-131/+1
* crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2018-03-032-0/+219
* crypto: simd - allow registering multiple algorithms at onceEric Biggers2018-03-032-0/+57
* crypto: ccree - replace memset+kfree with kzfreeGilad Ben-Yossef2018-03-031-2/+1
* crypto: ccree - add support for older HW revsGilad Ben-Yossef2018-03-0314-135/+237
* dt-bindings: Add DT bindings for ccree 710 and 630pGilad Ben-Yossef2018-03-031-1/+2
* crypto: ccree - remove unused definitionsGilad Ben-Yossef2018-03-031-20/+0
* crypto: marvell/cesa - Clean up redundant #includeRobin Murphy2018-03-031-1/+0
* hwrng: stm32 - rework read timeout calculationlionel.debieve@st.com2018-03-031-15/+10
* dt-bindings: rng: add clock detection error for stm32lionel.debieve@st.com2018-03-031-0/+1
* hwrng: stm32 - allow disable clock error detectionlionel.debieve@st.com2018-03-031-1/+9
* dt-bindings: rng: add reset node for stm32lionel.debieve@st.com2018-03-031-0/+3
* hwrng: stm32 - add reset during probelionel.debieve@st.com2018-03-031-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
* 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/+114
* crypto: aesni - Add GCM_COMPLETE macroDave Watson2018-02-221-109/+63