summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-03-21crypto: export NULL algorithms definesHoria Geanta2-5/+12
2014-03-21crypto: caam - remove error propagation handlingHoria Geanta1-47/+7
2014-03-21crypto: hash - Simplify the ahash_finup implementationMarek Vasut1-27/+9
2014-03-21crypto: hash - Pull out the functions to save/restore requestMarek Vasut1-45/+62
2014-03-21crypto: hash - Fix the pointer voodoo in unaligned ahashMarek Vasut1-7/+49
2014-03-21crypto: caam - Fix first parameter to caam_init_rngHerbert Xu1-1/+1
2014-03-10crypto: omap-sham - Map SG pages if they are HIGHMEM before accessingJoel Fernandes1-1/+7
2014-03-10crypto: caam - Dynamic memory allocation for caam_rng_ctx objectNitesh Lal1-6/+9
2014-03-10crypto: allow blkcipher walks over AEAD dataArd Biesheuvel2-0/+18
2014-03-10crypto: remove direct blkcipher_walk dependency on transformArd Biesheuvel2-35/+37
2014-03-10hwrng: add randomness to system from rng sourcesKees Cook1-0/+7
2014-03-10crypto: mxs-dcp - Optimize hashingMarek Vasut1-11/+17
2014-03-10crypto: mxs-dcp - Align the bounce buffersMarek Vasut1-1/+7
2014-03-10crypto: omap-des - make local functions staticJingoo Han1-2/+2
2014-03-10crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2014-03-10crypto: omap-des - Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2014-03-10crypto: omap-aes - Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2014-03-10hwrng: timeriomem - Use devm_*() functionsJingoo Han1-30/+10
2014-03-10hwrng: nomadik - Use devm_*() functionsJingoo Han1-9/+4
2014-03-10hwrng: pixocell - Use devm_clk_get()Jingoo Han1-6/+2
2014-03-10hwrng: omap3-rom - Use devm_clk_get()Jingoo Han1-2/+1
2014-03-10hwrng: atmel - Use devm_clk_get()Jingoo Han1-6/+2
2014-03-10crypt: bfin_crc - Remove useless SSYNC instruction and cache flush to DMA coh...Sonic Zhang1-34/+11
2014-03-10crypto: sahara - Use return value of devm_request_irq() on errorAlexander Shiyan1-3/+4
2014-02-27crypto: ccp - Account for CCP backlog processingTom Lendacky1-7/+11
2014-02-27crypto: ccp - Invoke context callback when there is a backlog errorTom Lendacky1-0/+3
2014-02-27crypto: ccp - Prevent a possible lost CCP command requestTom Lendacky1-0/+4
2014-02-27crypto: caam - writel() arguments are swappedDan Carpenter1-2/+2
2014-02-27crypto: tegra - remove driverStephen Warren4-1202/+0
2014-02-27crypto: omap-des - Add config and build optionsJoel Fernandes2-0/+12
2014-02-27crypto: omap-des - Add omap-des driver for OMAP4/AM43xxJoel Fernandes1-0/+1218
2014-02-27crypto: mxs-dcp - Fix platform_get_irq() error handlingFabio Estevam1-2/+7
2014-02-27crypto: remove a duplicate checks in __cbc_decrypt()Dan Carpenter2-6/+0
2014-02-27hwrng: pixocell - Use devm_ioremap_resource()Jingoo Han1-16/+3
2014-02-27hwrng: atmel - Use devm_ioremap_resource()Jingoo Han1-11/+4
2014-02-27crypto: s5p-sss - Use devm_ioremap_resource()Jingoo Han1-9/+4
2014-02-27crypto: sahara - Use devm_ioremap_resource()Jingoo Han1-16/+3
2014-02-27crypto: picoxcell - Use devm_ioremap_resource()Jingoo Han1-11/+5
2014-02-25CRC32C: Add soft module dependency to load other accelerated crc32c modulesTim Chen2-1/+3
2014-02-09crypto: caam - fix ERA retrieval functionAlex Porosanu2-27/+11
2014-02-09hwrng: cleanup in hwrng_register()Dan Carpenter1-7/+3
2014-02-09crypto: mxs-dcp: Check the return value of stmp_reset_block()Fabio Estevam1-1/+3
2014-02-09crypto: mxs-dcp: Use devm_kzalloc()Fabio Estevam1-7/+2
2014-02-09crypto: talitos: init the priv->alg_list more earlier in talitos_probe()Kevin Hao1-2/+2
2014-02-09crypto: ccp - Perform completion callbacks using a taskletTom Lendacky1-4/+17
2014-02-09crypto: ccp - Use a single queue for proper ordering of tfm requestsTom Lendacky1-116/+48
2014-02-09crypto: ccp - Move HMAC calculation down to ccp ops fileTom Lendacky4-110/+139
2014-02-09crypto: ccp - Allow for selective disablement of crypto API algorithmsTom Lendacky1-12/+25
2014-02-09crypto: ccp - Fix ccp_run_passthru_cmd dma variable assignmentsDave Jones1-2/+2
2014-02-09crypto: caam - Fix job ring discovery in controller driverNitesh Lal1-19/+6