aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-20crypto: talitos - fix AEAD tcrypt testsHoria Geant?1-16/+30
2016-04-20crypto: talitos - fix crash in talitos_cra_init()Jonas Eymann1-14/+27
2016-04-15crypto: ccp - Prevent information leakage on exportTom Lendacky2-0/+6
2016-03-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-73/+44
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds39-980/+1810
2016-03-17crypto: marvell/cesa - forward devm_ioremap_resource() error codeBoris BREZILLON1-1/+1
2016-03-17crypto: marvell/cesa - initialize hash statesBoris BREZILLON1-0/+20
2016-03-17crypto: marvell/cesa - fix memory leakBoris BREZILLON2-69/+20
2016-03-17crypto: ccp - fix lock acquisition codeGary R Hook1-3/+3
2016-03-11crypto: qat - remove redundant arbiter configurationTadeusz Struk1-19/+0
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2-4/+4
2016-03-11crypto: atmel - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy3-6/+6
2016-03-11crypto: qat - Change the definition of icp_qat_uof_regtypePingchao Yang1-21/+21
2016-03-11crypto: ccp - Add abstraction for device-specific callsGary R Hook7-667/+710
2016-03-11crypto: ccp - CCP versioning supportGary R Hook6-5/+98
2016-03-11crypto: ccp - Support for multiple CCPsGary R Hook4-19/+114
2016-03-11crypto: ccp - Remove check for x86 family and modelGary R Hook1-36/+11
2016-02-28crypto: ccp - memset request context to zero during importTom Lendacky2-0/+2
2016-02-28crypto: qat - The AE id should be less than the maximal AE numberPingchao Yang1-1/+1
2016-02-28crypto: rockchip - add hash support for crypto engine in rk3288Zain Wang6-14/+499
2016-02-17crypto: caam - Staticize caam_jr_shutdown()Fabio Estevam1-1/+1
2016-02-17crypto: qat - fix leak on error pathTadeusz Struk1-34/+36
2016-02-17crypto: atmel-sha - fix race in atmel_sha_final()Cyrille Pitchen1-22/+2
2016-02-17crypto: atmel-sha - fix .import()/.export() implementationCyrille Pitchen1-34/+10
2016-02-15treewide: Fix typo in printkMasanari Iida1-1/+1
2016-02-06crypto: sahara - fill the statesize fieldFabio Estevam1-0/+2
2016-02-06crypto: sahara - avoid needlessly saving and restoring sahara_ctxFabio Estevam1-10/+2
2016-02-06crypto: sahara - remove unneeded mutex in the exported stateFabio Estevam1-5/+0
2016-02-06crypto: ccp - Don't assume export/import areas are alignedTom Lendacky2-25/+37
2016-02-06crypto: aead - move aead_request_cast helper to aead.hTadeusz Struk1-6/+0
2016-02-06crypto: sunxi-ss - prevent compilation on 64-bitAndre Przywara1-1/+1
2016-02-06crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON1-1/+1
2016-02-06crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen1-5/+13
2016-02-06crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen1-7/+0
2016-02-01crypto: ccp - Limit the amount of information exportedTom Lendacky3-10/+48
2016-02-01crypto: omap-aes - Support crypto engine frameworkBaolin Wang2-53/+45
2016-01-30crypto: atmel-sha - fix algorihtm registrationCyrille Pitchen1-1/+60
2016-01-30crypto: atmel-aes - remove calls of clk_prepare() from atomic contextsCyrille Pitchen1-4/+12
2016-01-27crypto: sunxi - don't print confusing dataArnd Bergmann1-3/+2
2016-01-25crypto: qat - Reduced reqsize in qat_algsCabiddu, Giovanni1-4/+2
2016-01-25crypto: ixp4xx - Fix false lastlen uninitialised warningHerbert Xu1-14/+12
2016-01-25crypto: atmel-sha - fix context switchesCyrille Pitchen2-25/+84
2016-01-25crypto: atmel-sha - add support of sama5d2x SoCsCyrille Pitchen1-0/+6
2016-01-25crypto: atmel-sha - fix a race between the 'done' tasklet and the crypto clientCyrille Pitchen1-6/+13
2016-01-25crypto: atmel-sha - fix crash when computing digest on empty messageCyrille Pitchen1-0/+1
2016-01-25crypto: ccp - Add hash state import and export supportTom Lendacky2-0/+46
2016-01-25crypto: caam - enable LARGE_BURST for enhancing DMA transactions sizeHoria Geant?2-2/+3
2016-01-25crypto: qat - Pack cfg ctl structsAtta, Ahsan1-3/+3
2016-01-25crypto: s5p-sss - Use memcpy_toio for iomem annotated memoryKrzysztof Koz?owski1-2/+2