summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2014-07-10crypto: caam - fix memleak in caam_jr moduleCristian Stoica-5/+3
2014-06-11crypto/nx: disable NX on little endian buildsAnton Blanchard-1/+1
2014-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds-428/+582
2014-05-28crypto/nx/nx-842: dev_set_drvdata can no longer failJean Delvare-6/+1
2014-05-22crypto: cesa - tfm->__crt_alg->cra_type directlyMarek Vasut-2/+2
2014-05-22crypto: sahara - tfm->__crt_alg->cra_name directlyMarek Vasut-1/+1
2014-05-22crypto: padlock - tfm->__crt_alg->cra_name directlyMarek Vasut-1/+1
2014-05-22crypto: n2 - tfm->__crt_alg->cra_name directlyMarek Vasut-2/+2
2014-05-22crypto: dcp - tfm->__crt_alg->cra_name directlyMarek Vasut-1/+1
2014-05-22crypto: cesa - tfm->__crt_alg->cra_name directlyMarek Vasut-1/+1
2014-05-22crypto: ccp - tfm->__crt_alg->cra_name directlyMarek Vasut-2/+2
2014-05-22crypto: geode - Don't use tfm->__crt_alg->cra_name directlyMarek Vasut-2/+2
2014-05-22crypto: geode - Weed out printk() from probe()Marek Vasut-2/+2
2014-05-22crypto: geode - Consistently use AES_KEYSIZE_128Marek Vasut-3/+1
2014-05-22crypto: geode - Kill AES_IV_LENGTHMarek Vasut-2/+1
2014-05-22crypto: geode - Kill AES_MIN_BLOCK_SIZEMarek Vasut-10/+9
2014-05-22crypto: mxs-dcp - Remove global mutexFabio Estevam-34/+16
2014-05-13crypto: caam - reinitialize keys_fit_inline for decrypt and givencryptVakul Garg-0/+3
2014-05-13crypto: s5p-sss - fix multiplatform buildArnd Bergmann-3/+0
2014-05-08crypto: s5p-sss - Look for the next request in the queueNaveen Krishna Chatradhi-5/+12
2014-05-08crypto: s5p-sss - Use clk_prepare/clk_unprepareNaveen Krishna Chatradhi-3/+7
2014-05-08crypto: s5p-sss - validate iv before memcpyNaveen Krishna Chatradhi-1/+2
2014-05-08crypto: s5p-sss - Let Exynos SoCs select SSS driverNaveen Krishna Chatradhi-3/+3
2014-05-08crypto: s5p-sss - Add support for SSS module on ExynosNaveen Krishna Chatradhi-24/+83
2014-05-08crypto: s5p-sss - Add device tree supportNaveen Krishna Chatradhi-0/+8
2014-05-08crypto: s5p-sss - Use platform_get_irq() instead of _byname()Naveen Krishna Chatradhi-12/+12
2014-05-08crypto: caam - Fix the 'quoted string split across lines'Marek Vasut-59/+18
2014-05-08crypto: caam - Sweep the remnantsMarek Vasut-21/+20
2014-05-08crypto: caam - Kill SPRINTFCAT() with fireMarek Vasut-10/+0
2014-05-08crypto: caam - Clean up report_deco_status()Marek Vasut-18/+13
2014-05-08crypto: caam - Clean up report_ccb_status()Marek Vasut-25/+20
2014-05-08crypto: caam - Dissolve report_jump_idx()Marek Vasut-15/+17
2014-05-08crypto: caam - Kill the easy targetsMarek Vasut-12/+17
2014-05-08crypto: caam - Pass error type into the functionsMarek Vasut-10/+21
2014-05-08crypto: caam - Implement fast-path for error codes with no handlerMarek Vasut-2/+10
2014-05-08crypto: caam - Pull all the error codes outMarek Vasut-143/+147
2014-05-08crypto: caam - Contain caam_jr_strstatus() uglinessMarek Vasut-53/+24
2014-04-28crypto: atmel-aes - check alignment of cfb64 modeLeilei Zhao-0/+6
2014-04-28crypto: atmel-aes - correct block size of cfb8 modeLeilei Zhao-1/+1
2014-04-28crypto: caam - fix mem leak in ahash_setkeyHoria Geanta-1/+3
2014-04-28crypto: caam - add allocation failure handling in SPRINTFCAT macroHoria Geanta-3/+7
2014-04-16crypto: omap-des - handle error of pm_runtime_get_syncNishanth Menon-3/+23
2014-04-16crypto: ccp - Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev-4/+3
2014-04-16cryptoo: bfin_crc - avoid get physical address of coherence memory by dma_map...Sonic Zhang-20/+23
2014-04-16crypto: bfin_crc - ignore duplicated registration of the same algorithmSonic Zhang-9/+9
2014-04-16crypto: bfin_crc - access crc registers by readl and writel functionsSonic Zhang-17/+150
2014-04-16crypto: omap-des - use devm_ioremap_resource()Jingoo Han-4/+3
2014-04-16crypto: nx - Use RCU_INIT_POINTER(x, NULL)Monam Agarwal-2/+2
2014-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1679/+1941
2014-03-21crypto: caam - add missing key_dma unmapHoria Geanta-0/+5