summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2016-09-22crypto: omap-sham - add context export/import stubsTero Kristo1-2/+17
2016-09-22crypto: sun4i-ss - mark sun4i_hash() staticBaoyou Xie1-1/+1
2016-09-22crypto: ccp - Fix return value check in ccp_dmaengine_register()Wei Yongjun1-1/+1
2016-09-22crypto: caam - Move common error handling code in two functionsMarkus Elfring1-12/+14
2016-09-22crypto: caam - Delete an unnecessary initialisation in seven functionsMarkus Elfring1-7/+7
2016-09-22crypto: caam - Return a value directly in caam_hash_cra_init()Markus Elfring1-5/+1
2016-09-22crypto: caam - Rename a jump label in five functionsMarkus Elfring1-27/+22
2016-09-22crypto: caam - Rename jump labels in ahash_setkey()Markus Elfring1-6/+5
2016-09-22crypto: caam - Use kmalloc_array() in ahash_setkey()Markus Elfring1-2/+3
2016-09-22crypto: ccp - use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-3/+1
2016-09-22crypto: omap-aes - fix error return code in omap_aes_probe()Wei Yongjun1-1/+3
2016-09-22crypto: omap-des - fix error return code in omap_des_probe()Wei Yongjun1-1/+3
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 U...Hariprasad Shenai1-6/+4
2016-09-13crypto: squash lines for simple wrapper functionsMasahiro Yamada1-10/+2
2016-09-13crypto: qat - fix leak on error pathGiovanni Cabiddu1-4/+4
2016-09-13crypto: omap-des - fix crypto engine initialization orderTero Kristo1-13/+15
2016-09-13crypto: omap-aes - fix crypto engine initialization orderTero Kristo1-13/+15
2016-09-13crypto: omap-aes - Add fallback supportLokesh Vutla2-4/+52
2016-09-13crypto: omap-aes - Add support for multiple coresLokesh Vutla1-14/+6
2016-09-13crypto: omap-aes - use runtime_pm autosuspend for clock handlingTero Kristo1-27/+16
2016-09-13crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3Tero Kristo1-1/+12
2016-09-13crypto: omap-sham - fix software fallback handlingTero Kristo1-1/+1
2016-09-13crypto: omap-sham - avoid executing tasklet where not neededTero Kristo1-5/+15
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-43/+40
2016-09-07crypto: mv_cesa - remove NO_IRQ referenceArnd Bergmann1-5/+2
2016-09-07crypto: ccp - add missing release in ccp_dmaengine_registerQuentin Lambert1-2/+5
2016-09-07crypto: caam - fix rfc3686(ctr(aes)) IV loadCatalin Vasile2-42/+57
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE2-8/+8
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE2-0/+2
2016-09-07crypto: qat - fix incorrect accelerator mask for C3X devicesMaksim Lukoshkov1-1/+1
2016-08-31crypto: qat - fix constants table DMAMaksim Lukoshkov1-8/+12
2016-08-31crypto: caam - add missing header dependenciesBaoyou Xie1-0/+1
2016-08-31crypto: caam - fix IV loading for authenc (giv)decryptionHoria Geantă1-40/+37
2016-08-27chcr: Fix non static symbol warningWei Yongjun1-1/+1
2016-08-24crypto: rockchip - use devm_add_action_or_reset()Sudip Mukherjee1-4/+2
2016-08-24crypto: mxc-scc - check clk_prepare_enable() errorFabio Estevam1-1/+3
2016-08-24crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun1-1/+2
2016-08-24crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong1-1/+1
2016-08-24crypto: qat - fix aes-xts key sizesGiovanni Cabiddu1-2/+2
2016-08-19crypto: Added Chelsio Menu to the Kconfig fileHariprasad Shenai4-0/+26
2016-08-19chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai5-0/+2519
2016-08-16crypto: ccp - Fix non static symbol warningWei Yongjun1-1/+1
2016-08-16crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE1-34/+34
2016-08-16crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE2-3/+11
2016-08-16crypto: sun4i-ss - fix spellingCorentin LABBE1-2/+2
2016-08-16crypto: sun4i-ss - clean unused ssCorentin LABBE1-2/+0
2016-08-16crypto: sun4i-ss - unify update/final functionCorentin LABBE2-63/+85
2016-08-16crypto: sun4i-ss - fix a few signed warningCorentin LABBE1-2/+4
2016-08-09crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier1-1/+1
2016-08-09crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier1-6/+9