summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2016-10-021-1/+1
* crypto: caam - fix sg dumpCatalin Vasile2016-09-221-18/+61
* hwrng: omap - Only fail if pm_runtime_get_sync returns < 0Dave Gerlach2016-09-221-2/+2
* crypto: omap-sham - shrink the internal buffer sizeTero Kristo2016-09-221-1/+1
* crypto: omap-sham - add support for export/importTero Kristo2016-09-221-3/+13
* crypto: omap-sham - convert driver logic to use sgs for data xmitTero Kristo2016-09-221-270/+74
* crypto: omap-sham - change the DMA threshold value to a defineTero Kristo2016-09-221-3/+5
* crypto: omap-sham - add support functions for sg based data handlingTero Kristo2016-09-221-0/+263
* crypto: omap-sham - rename sgl to sgl_tmp for deprecationTero Kristo2016-09-221-10/+11
* crypto: omap-sham - align algorithms on word offsetTero Kristo2016-09-221-5/+5
* crypto: omap-sham - add context export/import stubsTero Kristo2016-09-221-2/+17
* crypto: sun4i-ss - mark sun4i_hash() staticBaoyou Xie2016-09-221-1/+1
* crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun2016-09-221-1/+1
* hwrng: geode - fix return value check in mod_init()Wei Yongjun2016-09-221-2/+2
* hwrng: amd - Fix return value check in mod_init()Wei Yongjun2016-09-221-4/+4
* crypto: caam - Move common error handling code in two functionsMarkus Elfring2016-09-221-12/+14
* crypto: caam - Delete an unnecessary initialisation in seven functionsMarkus Elfring2016-09-221-7/+7
* crypto: caam - Return a value directly in caam_hash_cra_init()Markus Elfring2016-09-221-5/+1
* crypto: caam - Rename a jump label in five functionsMarkus Elfring2016-09-221-27/+22
* crypto: caam - Rename jump labels in ahash_setkey()Markus Elfring2016-09-221-6/+5
* crypto: caam - Use kmalloc_array() in ahash_setkey()Markus Elfring2016-09-221-2/+3
* crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2016-09-221-3/+1
* crypto: omap-aes - fix error return code in omap_aes_probe()Wei Yongjun2016-09-221-1/+3
* crypto: omap-des - fix error return code in omap_des_probe()Wei Yongjun2016-09-221-1/+3
* crypto: squash lines for simple wrapper functionsMasahiro Yamada2016-09-133-20/+4
* hwrng: geode - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-4/+4
* hwrng: geode - Migrate to managed APIPrasannaKumar Muralidharan2016-09-131-35/+15
* hwrng: st - Fix missing clk_disable_unprepare() on error in st_rng_probe()Wei Yongjun2016-09-131-0/+1
* hwrng: amd - Migrate to managed APIPrasannaKumar Muralidharan2016-09-131-37/+11
* hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan2016-09-131-17/+20
* crypto: qat - fix leak on error pathGiovanni Cabiddu2016-09-131-4/+4
* hwrng: pasemi - Use linux/io.h instead of asm/io.hPrasannaKumar Muralidharan2016-09-131-1/+1
* crypto: omap-des - fix crypto engine initialization orderTero Kristo2016-09-131-13/+15
* crypto: omap-aes - fix crypto engine initialization orderTero Kristo2016-09-131-13/+15
* crypto: omap-aes - Add fallback supportLokesh Vutla2016-09-132-4/+52
* crypto: omap-aes - Add support for multiple coresLokesh Vutla2016-09-131-14/+6
* crypto: omap-aes - use runtime_pm autosuspend for clock handlingTero Kristo2016-09-131-27/+16
* crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3Tero Kristo2016-09-131-1/+12
* crypto: omap-sham - fix software fallback handlingTero Kristo2016-09-131-1/+1
* crypto: omap-sham - avoid executing tasklet where not neededTero Kristo2016-09-131-5/+15
* crypto: arm/ghash - change internal cra_name to "__ghash"Ard Biesheuvel2016-09-071-1/+1
* PCI: Fix cavium quirk compile failure with PCI_ATS offHerbert Xu2016-09-071-1/+1
* hwrng: pasemi - Migrate to managed APIPrasannaKumar Muralidharan2016-09-071-30/+7
* crypto: mv_cesa - remove NO_IRQ referenceArnd Bergmann2016-09-071-5/+2
* crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert2016-09-071-2/+5
* crypto: arm/ghash-ce - add missing async import/exportArd Biesheuvel2016-09-071-0/+24
* crypto: arm/sha1-neon - add support for building in Thumb2 modeArd Biesheuvel2016-09-071-1/+0
* crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu2016-09-071-12/+61
* crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile2016-09-072-42/+57
* crypto: engine - permit to enqueue ashash_requestCorentin LABBE2016-09-074-62/+189