summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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-131-10/+2
* crypto: qat - fix leak on error pathGiovanni Cabiddu2016-09-131-4/+4
* 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: 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: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile2016-09-072-42/+57
* crypto: engine - permit to enqueue ashash_requestCorentin LABBE2016-09-072-8/+8
* crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-072-0/+2
* crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov2016-09-071-1/+1
* crypto: qat - fix constants table DMAMaksim Lukoshkov2016-08-311-8/+12
* crypto: caam - add missing header dependenciesBaoyou Xie2016-08-311-0/+1
* crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee2016-08-241-4/+2
* crypto: mxc-scc - check clk_prepare_enable() errorFabio Estevam2016-08-241-1/+3
* crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun2016-08-241-1/+2
* crypto: ccp - Fix non static symbol warningWei Yongjun2016-08-161-1/+1
* crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE2016-08-161-34/+34
* crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE2016-08-162-3/+11
* crypto: sun4i-ss - fix spellingCorentin LABBE2016-08-161-2/+2
* crypto: sun4i-ss - clean unused ssCorentin LABBE2016-08-161-2/+0
* crypto: sun4i-ss - unify update/final functionCorentin LABBE2016-08-162-63/+85
* crypto: sun4i-ss - fix a few signed warningCorentin LABBE2016-08-161-2/+4
* crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier2016-08-091-1/+1
* crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier2016-08-091-6/+9
* crypto: marvell - Update transformation context for each dequeued reqRomain Perier2016-08-091-0/+1
* crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni2016-08-091-11/+9
* crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni2016-08-091-3/+1
* crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni2016-08-091-2/+1
* crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni2016-08-091-0/+1
* crypto: caam - avoid kernel warnings on probe failureRussell King2016-08-091-0/+2
* crypto: caam - get rid of taskletRussell King2016-08-092-17/+9
* crypto: caam - add ahash_edesc_add_src()Russell King2016-08-091-80/+57
* crypto: caam - move job descriptor initialisation to ahash_edesc_alloc()Russell King2016-08-091-50/+34
* crypto: caam - add ahash_edesc_alloc() for descriptor allocationRussell King2016-08-091-27/+33
* crypto: caam - check and use dma_map_sg() return codeRussell King2016-08-091-35/+103
* crypto: caam - ensure that we clean up after an errorRussell King2016-08-091-53/+79
* crypto: caam - replace sec4_sg pointer with arrayRussell King2016-08-091-9/+3
OpenPOWER on IntegriCloud