summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - Modify the interface layers to use JR API'sRuchika Gupta2013-10-304-178/+55
* crypto: caam - Add API's to allocate/free Job RingsRuchika Gupta2013-10-303-3/+62
* crypto: caam - Add Platform driver for Job RingRuchika Gupta2013-10-309-136/+232
* crypto: talitos - Simplify key parsingMathias Krause2013-10-161-27/+8
* crypto: picoxcell - Simplify and harden key parsingMathias Krause2013-10-161-24/+8
* crypto: ixp4xx - Simplify and harden key parsingMathias Krause2013-10-161-17/+9
* crypto: mv_cesa: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-1/+1
* crypto: mv_cesa - Remove redundant of_match_ptrSachin Kamat2013-10-071-1/+1
* crypto: sahara - Remove redundant of_match_ptrSachin Kamat2013-10-071-1/+1
* crypto: dcp - Check the return value from devm_ioremap_resource()Fabio Estevam2013-10-071-0/+2
* crypto: dcp - Fix the path for releasing the resourcesFabio Estevam2013-09-241-8/+10
* crypto: dcp - Use devm_request_irq()Fabio Estevam2013-09-241-15/+7
* crypto: dcp - Use devm_ioremap_resource()Fabio Estevam2013-09-241-6/+1
* crypto: tegra-aes - Use devm_clk_getSachin Kamat2013-09-241-4/+1
* crypto: tegra-aes - Fix NULL pointer dereferenceSachin Kamat2013-09-241-1/+3
* crypto: tegra-aes - Staticize tegra_aes_cra_exitSachin Kamat2013-09-241-1/+1
* crypto: omap-aes - Staticize local symbolsSachin Kamat2013-09-241-2/+2
* crypto: mv_cesa - Staticize local symbolsSachin Kamat2013-09-241-5/+5
* crypto: caam - map src buffer before accessYashpal Dutta2013-09-241-9/+25
* crypto: caam - enable instantiation of all RNG4 state handlesAlex Porosanu2013-09-133-52/+169
* crypto: caam - fix RNG4 AAI definesAlex Porosanu2013-09-132-9/+10
* crypto: caam - uninstantiate RNG state handle 0 if instantiated by caam driverAlex Porosanu2013-09-132-6/+57
* crypto: caam - split RNG4 instantiation functionAlex Porosanu2013-09-131-48/+92
* crypto: caam - fix RNG4 instantiationAlex Porosanu2013-09-132-18/+52
* crypto: caam - fix hash, alg and rng registration if CAAM driver not initializedAlex Porosanu2013-09-133-0/+21
* crypto: caam - fix RNG state handle instantiation descriptorAlex Porosanu2013-09-131-1/+3
* crypto: tegra - use kernel entropy instead of ad-hocLinus Walleij2013-09-131-12/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-072-60/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-07-241-1/+1
| |\
| | * crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg2013-07-101-1/+1
| * | crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita2013-07-091-59/+1
* | | crypto: nx - fix SHA-2 for chunks bigger than block sizeMarcelo Cerri2013-09-022-2/+2
* | | crypto: nx - fix GCM for zero length messagesMarcelo Cerri2013-09-021-20/+112
* | | crypto: nx - fix XCBC for zero length messagesMarcelo Cerri2013-09-021-7/+77
* | | crypto: nx - fix limits to sg lists for AES-CCMFionnuala Gunter2013-09-021-75/+208
* | | crypto: nx - fix limits to sg lists for AES-XCBCFionnuala Gunter2013-09-021-47/+66
* | | crypto: nx - fix limits to sg lists for AES-GCMMarcelo Cerri2013-09-021-66/+136
* | | crypto: nx - fix limits to sg lists for AES-CTRMarcelo Cerri2013-09-021-19/+31
* | | crypto: nx - fix limits to sg lists for AES-CBCMarcelo Cerri2013-09-021-23/+33
* | | crypto: nx - fix limits to sg lists for AES-ECBMarcelo Cerri2013-09-021-18/+30
* | | crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri2013-09-027-9/+14
* | | crypto: omap-sham - correct dma burst sizeLokesh Vutla2013-08-211-7/+4
* | | crypto: omap-sham - Enable Polling mode if DMA failsLokesh Vutla2013-08-211-19/+42
* | | crypto: tegra-aes - bitwise vs logical andDan Carpenter2013-08-211-3/+3
* | | crypto: sahara - checking the wrong variableDan Carpenter2013-08-211-1/+1
* | | crypto: omap-aes - Kconfig: Add build support for AM437xJoel Fernandes2013-08-211-1/+1
* | | crypto: omap-aes - Convert request_irq to devm_request_irqJoel Fernandes2013-08-211-4/+2
* | | crypto: omap-aes - Convert kzalloc to devm_kzallocJoel Fernandes2013-08-211-3/+1
* | | crypto: omap-aes - Add support for cases of unaligned lengthsJoel Fernandes2013-08-211-3/+83
* | | crypto: omap-aes - Switch to PIO mode during probeJoel Fernandes2013-08-211-5/+23
OpenPOWER on IntegriCloud