aboutsummaryrefslogtreecommitdiffstats
path: root/samples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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
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-22crypto: nx-842 - Delete an error message for a failed memory allocation in nx842_pseries_init()Markus Elfring1-3/+2
2018-02-22crypto: sahara - Improve a size determination in sahara_probe()Markus Elfring1-1/+1
2018-02-22crypto: sahara - Delete an error message for a failed memory allocation in sahara_probe()Markus Elfring1-3/+1
2018-02-22crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp_probe()Markus Elfring1-2/+2
2018-02-22crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring1-1/+1
2018-02-22crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring1-5/+2
2018-02-22crypto: ux500 - Delete an error message for a failed memory allocation in ux500_cryp_probe()Markus Elfring1-1/+0
2018-02-22crypto: testmgr - Fix incorrect values in PKCS#1 test vectorConor McLoughlin1-3/+3