summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2018-03-022-180/+1Star
* crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers2018-03-022-228/+130Star
* 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-022-219/+102Star
* crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2018-03-022-189/+1Star
* crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers2018-03-022-85/+68Star
* crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-024-118/+25Star
* crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-024-92/+27Star
* crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-024-446/+219Star
* crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-023-187/+1Star
* crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers2018-03-022-176/+1Star
* crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers2018-03-022-157/+74Star
* crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2018-03-022-174/+0Star
* crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers2018-03-022-131/+1Star
* 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/+1Star
* 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/+0Star
* crypto: marvell/cesa - Clean up redundant #includeRobin Murphy2018-03-021-1/+0Star
* hwrng: stm32 - rework read timeout calculationlionel.debieve@st.com2018-03-021-15/+10Star
* 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/+1Star
* crypto: atmel - Delete error messages for a failed memory allocation in six f...Markus Elfring2018-02-223-19/+5Star
* crypto: bcm - Delete an error message for a failed memory allocation in do_sh...Markus Elfring2018-02-221-1/+0Star
* crypto: bfin_crc - Delete an error message for a failed memory allocation in ...Markus Elfring2018-02-221-3/+1Star
* 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/+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: nx-842 - Delete an error message for a failed memory allocation in nx...Markus Elfring2018-02-221-3/+2Star