aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-03-03crypto: xts - remove xts_crypt()Eric Biggers2-89/+0
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers4-443/+208
2018-03-03crypto: x86/camellia - convert to skcipher interfaceEric Biggers2-84/+80
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers4-113/+24
2018-03-03crypto: x86/camellia - remove LRW algorithmEric Biggers3-95/+1
2018-03-03crypto: x86/camellia-aesni-avx2 - remove LRW algorithmEric Biggers2-180/+1
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers3-168/+2
2018-03-03crypto: x86/des3_ede - convert to skcipher interfaceEric Biggers2-120/+120
2018-03-03crypto: x86/blowfish: convert to skcipher interfaceEric Biggers2-118/+114
2018-03-03crypto: x86/cast6-avx - convert to skcipher interfaceEric Biggers2-216/+104
2018-03-03crypto: x86/cast6-avx - remove LRW algorithmEric Biggers2-180/+1
2018-03-03crypto: x86/cast5-avx - convert to skcipher interfaceEric Biggers2-228/+130
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 Biggers2-219/+102
2018-03-03crypto: x86/twofish-avx - remove LRW algorithmEric Biggers2-189/+1
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers2-85/+68
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers4-118/+25
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers4-92/+27
2018-03-03crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers4-446/+219
2018-03-03crypto: x86/serpent-avx - remove LRW algorithmEric Biggers3-187/+1
2018-03-03crypto: x86/serpent-avx2 - remove LRW algorithmEric Biggers2-176/+1
2018-03-03crypto: x86/serpent-sse2 - convert to skcipher interfaceEric Biggers2-157/+74
2018-03-03crypto: x86/serpent-sse2 - remove XTS algorithmEric Biggers2-174/+0
2018-03-03crypto: x86/serpent-sse2 - remove LRW algorithmEric Biggers2-131/+1
2018-03-03crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2-0/+219
2018-03-03crypto: simd - allow registering multiple algorithms at onceEric Biggers2-0/+57
2018-03-03crypto: ccree - replace memset+kfree with kzfreeGilad Ben-Yossef1-2/+1
2018-03-03crypto: ccree - add support for older HW revsGilad Ben-Yossef14-135/+237
2018-03-03dt-bindings: Add DT bindings for ccree 710 and 630pGilad Ben-Yossef1-1/+2
2018-03-03crypto: ccree - remove unused definitionsGilad Ben-Yossef1-20/+0
2018-03-03crypto: marvell/cesa - Clean up redundant #includeRobin Murphy1-1/+0
2018-03-03hwrng: stm32 - rework read timeout calculationlionel.debieve@st.com1-15/+10
2018-03-03dt-bindings: rng: add clock detection error for stm32lionel.debieve@st.com1-0/+1
2018-03-03hwrng: stm32 - allow disable clock error detectionlionel.debieve@st.com1-1/+9
2018-03-03dt-bindings: rng: add reset node for stm32lionel.debieve@st.com1-0/+3
2018-03-03hwrng: stm32 - add reset during probelionel.debieve@st.com1-0/+9
2018-02-22crypto: ccree - fix memdup.cocci warningsFengguang Wu1-2/+1
2018-02-22crypto: atmel - Delete error messages for a failed memory allocation in six functionsMarkus Elfring3-19/+5
2018-02-22crypto: bcm - Delete an error message for a failed memory allocation in do_shash()Markus Elfring1-1/+0
2018-02-22crypto: bfin_crc - Delete an error message for a failed memory allocation in bfin_crypto_crc_probe()Markus Elfring1-3/+1
2018-02-22crypto: speck - add test vectors for Speck64-XTSEric Biggers2-0/+680
2018-02-22crypto: speck - add test vectors for Speck128-XTSEric Biggers2-0/+696
2018-02-22crypto: arm/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers4-0/+728
2018-02-22crypto: speck - export common helpersEric Biggers2-41/+111
2018-02-22crypto: speck - add support for the Speck block cipherEric Biggers5-0/+460
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