aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-02crypto: nx - fix limits to sg lists for AES-CBCMarcelo Cerri1-23/+33
2013-09-02crypto: nx - fix limits to sg lists for AES-ECBMarcelo Cerri1-18/+30
2013-09-02crypto: nx - add offset to nx_build_sg_lists()Marcelo Cerri7-9/+14
2013-08-21crypto: omap-sham - correct dma burst sizeLokesh Vutla1-7/+4
2013-08-21crypto: omap-sham - Enable Polling mode if DMA failsLokesh Vutla1-19/+42
2013-08-21crypto: tegra-aes - bitwise vs logical andDan Carpenter1-3/+3
2013-08-21crypto: sahara - checking the wrong variableDan Carpenter1-1/+1
2013-08-21crypto: omap-aes - Kconfig: Add build support for AM437xJoel Fernandes1-1/+1
2013-08-21crypto: omap-aes - Convert request_irq to devm_request_irqJoel Fernandes1-4/+2
2013-08-21crypto: omap-aes - Convert kzalloc to devm_kzallocJoel Fernandes1-3/+1
2013-08-21crypto: omap-aes - Add support for cases of unaligned lengthsJoel Fernandes1-3/+83
2013-08-21crypto: omap-aes - Switch to PIO mode during probeJoel Fernandes1-5/+23
2013-08-21crypto: omap-aes - PIO mode: platform data for OMAP4/AM437x and triggerJoel Fernandes1-13/+30
2013-08-21crypto: omap-aes - PIO mode: Add IRQ handler and walk SGsJoel Fernandes1-0/+90
2013-08-21crypto: omap-aes - Add IRQ info and helper macrosJoel Fernandes1-0/+8
2013-08-21crypto: omap-aes - Remove previously used intermediate buffersJoel Fernandes1-90/+0
2013-08-21crypto: omap-aes - Sync SG before DMA operationJoel Fernandes1-0/+4
2013-08-21crypto: omap-aes - Simplify DMA usage by using direct SGsJoel Fernandes1-122/+25
2013-08-21crypto: omap-aes - Populate number of SG elementsJoel Fernandes1-0/+6
2013-08-21crypto: omap-aes - Add useful debug macrosJoel Fernandes1-1/+23
2013-08-21crypto: nx - fix nx-aes-gcm verificationjmlatten@linux.vnet.ibm.com1-2/+2
2013-08-21crypto: caam - add option for enabling DEBUG modeAlex Porosanu2-0/+11
2013-08-21crypto: caam - replace xstr macro with __stringifyAlex Porosanu3-75/+77
2013-08-14crypto: nx - fix concurrency issueMarcelo Cerri10-12/+87
2013-08-14crypto: crypto4xx - Staticize local symbolsJingoo Han1-7/+8
2013-08-14crypto: sahara - Staticize local symbolJingoo Han1-1/+1
2013-08-09crypto: nx - saves chaining value from co-processorFionnuala Gunter1-0/+1
2013-08-09crypto: nx - fix limits to sg lists for SHA-2Marcelo Cerri2-95/+132
2013-08-09crypto: nx - fix physical addresses added to sg listsMarcelo Cerri1-3/+19
2013-08-01crypto: caam - Remove unused functions from Job RingRuchika Gupta4-77/+0
2013-08-01crypto: omap-sham - Convert to devm_kzalloc()Lokesh Vutla1-10/+5
2013-08-01crypto: omap-sham - Convert to devm_request_irq()Lokesh Vutla1-7/+5
2013-08-01crypto: omap-sham - Add OMAP5/AM43XX SHAM SupportLokesh Vutla1-0/+44
2013-08-01crypto: omap-sham - Add SHA384 and SHA512 SupportLokesh Vutla2-47/+209
2013-08-01crypto: ux500 - Fix logging, make arrays const, neateningJoe Perches1-307/+279
2013-08-01crypto: caam - RNG instantiation by directly programming DECORuchika Gupta2-39/+47
2013-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2013-07-10crypto: caam - Moved macro DESC_JOB_IO_LEN to desc_constr.hVakul Garg3-4/+1
2013-07-10crypto: caam - Fixed the memory out of bound overwrite issueVakul Garg1-1/+1
2013-07-09crypto: talitos: use sg_pcopy_to_buffer()Akinobu Mita1-59/+1
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds15-36/+1099
2013-07-02Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-37/+93
2013-06-25Merge tag 'ux500-dma40-for-arm-soc-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into next/driversOlof Johansson3-32/+31
2013-06-25crypto: ux500: use dmaengine_submit APIFabio Baltieri2-2/+2
2013-06-25crypto: ux500: use dmaengine_prep_slave_sg APIFabio Baltieri2-12/+12
2013-06-25crypto: ux500: use dmaengine_device_control APIFabio Baltieri2-3/+3
2013-06-25crypto: ux500/crypt: add missing __iomem qualifiersFabio Baltieri1-2/+2
2013-06-25crypto: ux500/hash: add missing static qualifiersFabio Baltieri1-3/+2
2013-06-25crypto: ux500/hash: use readl on iomem addressesFabio Baltieri1-10/+10
2013-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptoHerbert Xu2-3/+3