summaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: img-hash - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: exynos - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: ccp - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: artpec6 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: hisilicon - add debugfs for ZIP and QMZhou Wang2019-08-093-1/+704
* crypto: hisilicon - add SRIOV support for ZIPZhou Wang2019-08-093-25/+226
* crypto: hisilicon - add HiSilicon ZIP accelerator supportZhou Wang2019-08-096-0/+1237
* crypto: hisilicon - add hardware SGL supportZhou Wang2019-08-094-0/+247
* crypto: hisilicon - add queue management driver for HiSilicon QM moduleZhou Wang2019-08-094-0/+1740
* crypto: caam - change return value in case CAAM has no MDHAIuliana Prodan2019-08-091-1/+1
* crypto: caam - unregister algorithm only if the registration succeededIuliana Prodan2019-08-091-19/+30
* crypto: caam - execute module exit point only if necessaryIuliana Prodan2019-08-092-1/+24
* crypto: caam - free resources in case caam_rng registration failedIuliana Prodan2019-08-091-1/+4
* crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă2019-08-096-105/+132
* crypto: caam - keep both virtual and dma key addressesHoria Geantă2019-08-094-30/+24
* crypto: caam - update rfc4106 sh desc to support zero length inputIuliana Prodan2019-08-092-16/+33
* crypto: caam - check zero-length inputIuliana Prodan2019-08-093-0/+14
* crypto: caam - check assoclenIuliana Prodan2019-08-093-24/+8
* crypto: caam - check authsizeIuliana Prodan2019-08-093-0/+39
* crypto: caam - check key lengthIuliana Prodan2019-08-095-100/+324
* crypto: caam - update IV only when crypto operation succeedsHoria Geantă2019-08-093-6/+11
* crypto: caam - fix return code in completion callbacksHoria Geantă2019-08-099-117/+104
* crypto: caam/qi - fix error handling in ERN handlerHoria Geantă2019-08-093-1/+6
* crypto: inside-secure - Remove redundant DES ECB & CBC keysize checkPascal van Leeuwen2019-08-091-5/+0
* crypto: ccp - Clean up and exit correctly on allocation failureGary R Hook2019-08-091-10/+4
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-0913-28/+7
* crypto: inside-secure - Use defines instead of some constants (cosmetic)Pascal van Leeuwen2019-08-091-16/+19
* crypto: caam - fix concurrency issue in givencrypt descriptorHoria Geantă2019-08-092-1/+10
* crypto: ux500/crypt - Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+6
* crypto: ccp - Log an error message when ccp-crypto fails to loadGary R Hook2019-08-091-1/+3
* crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef2019-08-093-24/+2
* crypto: ccree - use the full crypt length valueGilad Ben-Yossef2019-08-091-1/+1
* crypto: caam - defer probing until QMan is availableHoria Geantă2019-08-021-26/+48
* crypto: nx - Add of_node_put() before return in 842Nishka Dasgupta2019-08-021-0/+1
* crypto: caam/qi2 - Add printing dpseci fq stats using debugfsVakul Garg2019-08-025-0/+105
* crypto: qat - Silence smp_processor_id() warningAlexander Sverdlin2019-08-021-1/+1
* crypto: atmel-sha204a - Use device-managed registration APIChuhong Yuan2019-08-021-2/+1
* crypto: ghash - add comment and improve help textEric Biggers2019-07-271-3/+3
* crypto: bcm - check assoclen for rfc4543/rfc4106Iuliana Prodan2019-07-271-0/+13
* crypto: ccree - check assoclen for rfc4543Iuliana Prodan2019-07-271-6/+20
* crypto: ccp - Replace dma_pool_alloc + memset with dma_pool_zallocChuhong Yuan2019-07-271-2/+1
* crypto: caam/qi2 - Increase napi budget to process more caam responsesVakul Garg2019-07-271-1/+1
* crypto: ccp - Reduce maximum stack usageArnd Bergmann2019-07-271-21/+31
* crypto: ccp - Include the module name in system log messagesHook, Gary2019-07-261-0/+4
* crypto: cavium/nitrox - Add support for loading asymmetric crypto firmwarePhani Kiran Hemadri2019-07-264-31/+244
* crypto: ccp - Add a module parameter to control registration for DMAHook, Gary2019-07-261-1/+11
* crypto: ccp - module parameter to limit the number of enabled CCPsHook, Gary2019-07-261-1/+17
* crypto: ccp - Add a module parameter to specify a queue countHook, Gary2019-07-264-6/+15
* crypto: ccp - Make CCP debugfs support optionalHook, Gary2019-07-263-2/+14
* crypto: inside-secure -reduce hash byte counters to 64 bitsPascal van Leeuwen2019-07-262-56/+36