summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-05-05crypto: ccp - Prevent information leakage on exportTom Lendacky2-0/+6
2016-04-12crypto: ccp - memset request context to zero during importTom Lendacky2-0/+2
2016-04-12crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2-25/+37
2016-04-12crypto: ccp - Limit the amount of information exportedTom Lendacky3-10/+48
2016-04-12crypto: ccp - Add hash state import and export supportTom Lendacky2-0/+46
2015-09-13crypto: caam - fix memory corruption in ahash_final_ctxHoria Geant?1-3/+4
2015-08-17crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu1-1/+0
2015-07-10Revert "crypto: talitos - convert to use be16_add_cpu()"Horia Geant?1-1/+2
2015-07-10crypto: talitos - avoid memleak in talitos_alg_alloc()Horia Geant?1-0/+1
2015-06-29crypto: caam - fix RNG buffer cache alignmentSteve Cornelius1-1/+1
2015-05-06crypto: omap-aes - Fix support for unequal lengthsVutla, Lokesh1-3/+11
2015-01-30crypto: prefix module autoloading with "crypto-"Kees Cook4-11/+11
2014-11-21crypto: caam - remove duplicated sg copy functionsCristian Stoica2-62/+14
2014-11-21crypto: caam - fix missing dma unmap on error pathCristian Stoica1-15/+14
2014-10-15crypto: caam - fix addressing of struct memberCristian Stoica1-3/+3
2014-09-06crypto: ux500 - make interrupt mode plausibleArnd Bergmann1-13/+12
2014-07-18crypto: caam - fix memleak in caam_jr moduleCristian Stoica1-5/+3
2014-06-07crypto: caam - add allocation failure handling in SPRINTFCAT macroHoria Geanta1-3/+7
2014-02-11crypto/nx/nx-842: Fix handling of vmalloc addressesNathan Fontenot1-10/+19
2014-01-24Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-123/+266
2014-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds21-968/+6647
2014-01-15crypto: mxs - Fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-15crypto: ccp - CCP device enabled/disabled changesTom Lendacky2-1/+17
2014-01-15crypto: ccp - Cleanup hash invocation callsTom Lendacky2-3/+7
2014-01-15crypto: ccp - Change data length declarations to u64Tom Lendacky4-33/+53
2014-01-15crypto: ccp - Check for caller result area before using itTom Lendacky2-3/+8
2014-01-15crypto: ccp - Cleanup scatterlist usageTom Lendacky2-26/+33
2014-01-15crypto: ccp - Apply appropriate gfp_t type to memory allocationsTom Lendacky2-2/+8
2014-01-05crypto: drivers - Sort drivers/crypto/MakefileMarek Vasut1-17/+17
2014-01-05crypto: mxs - Add Freescale MXS DCP driverMarek Vasut3-0/+1118
2014-01-05crypto: mxs - Remove the old DCP driverMarek Vasut3-914/+0
2014-01-02Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson3-51/+69
2014-01-01crypto: ixp4xx - Fix kernel compile errorKrzysztof HaƂasa1-3/+1
2013-12-30crypto: talitos - Remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-12-30crypto: ccp - Remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-12-30crypto: crypto4xx - Remove redundant dev_set_drvdataSachin Kamat1-1/+0
2013-12-22Merge tag 'at91-drivers' of git://github.com/at91linux/linux-at91 into next/d...Olof Johansson3-123/+266
2013-12-20crypto: caam - simplify and harden key parsingHoria Geanta1-23/+13
2013-12-20crypto: omap-sham - Fix Polling mode for larger blocksLokesh Vutla1-3/+9
2013-12-20crypto: ccp - Remove user triggerable pr_err callsTom Lendacky3-21/+7
2013-12-20crypto: ccp - CCP Kconfig fixesTom Lendacky2-1/+2
2013-12-20crypto: ccp - Fix sparse warnings in ccp-crypto-sha.cTom Lendacky2-5/+5
2013-12-12crypto: atmel-sha - add sha information to the logNicolas Ferre1-1/+3
2013-12-12crypto: atmel-sha - add support for Device TreeNicolas Ferre1-24/+75
2013-12-12crypto: atmel-tdes - add support for Device TreeNicolas Ferre1-49/+94
2013-12-12crypto: atmel-aes - add support for Device TreeNicolas Ferre1-49/+94
2013-12-09crytpo: ccp - fix coccinelle warningsFengguang Wu3-4/+4
2013-12-05crypto: omap-aes - add error check for pm_runtime_get_syncNishanth Menon1-2/+14
2013-12-05crypto: talitos - fix locating offending descriptor in error pathHoria Geanta1-6/+15
2013-12-05crypto: omap-sham - Only release DMA channel if successfully requestedMark A. Greer1-2/+5