summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-09-23crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin1-1/+1
2023-09-23crypto: caam - fix unchecked return value errorGaurav Jain1-1/+3
2023-08-11crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2-3/+3
2023-01-18crypto: n2 - add missing hash statesizeCorentin Labbe1-0/+6
2023-01-18crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2022-10-26crypto: cavium - prevent integer overflow loading firmwareDan Carpenter1-2/+4
2022-04-20crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns1-0/+16
2022-04-20crypto: vmx - add missing dependenciesPetr Vorel1-0/+4
2022-04-20crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt1-1/+1
2022-03-28crypto: qat - disable registration of algorithmsGiovanni Cabiddu1-0/+8
2022-01-27crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut1-2/+2
2022-01-27crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye1-1/+1
2021-11-26crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2-0/+12
2021-11-26crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter1-6/+8
2021-09-26crypto: talitos - fix max key size for sha384 and sha512Christophe Leroy1-1/+1
2021-09-22crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson1-27/+9
2021-09-22crypto: qat - use proper type for vf_maskGiovanni Cabiddu1-3/+4
2021-09-22crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu1-1/+0
2021-09-22crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero5-16/+16
2021-09-22crypto: qat - fix reuse of completion variableMarco Chiappero1-0/+2
2021-09-22crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu1-3/+4
2021-09-22crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu1-2/+3
2021-09-22crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren1-1/+1
2021-09-22crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson1-10/+35
2021-09-22crypto: talitos - reduce max key size for SEC1Christophe Leroy1-0/+4
2021-07-20crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu1-3/+5
2021-07-20crypto: ccp - Fix a resource leak in an error handling pathChristophe JAILLET1-2/+4
2021-07-20crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei1-0/+1
2021-07-20crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe1-1/+1
2021-07-20crypto: qat - remove unused macro in FW loaderJack Xu1-1/+0
2021-07-20crypto: qat - check return code of qat_hal_rd_rel_reg()Jack Xu1-1/+5
2021-07-20crypto: nx - add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-05-22crypto: qat - Fix a double free in adf_create_ringLv Yunlong1-0/+1
2021-05-22crypto: qat - fix error path in adf_isr_resource_alloc()Giovanni Cabiddu1-8/+21
2021-05-22crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_initTong Zhang3-6/+6
2021-05-22crypto: qat - don't release uninitialized resourcesTong Zhang1-4/+13
2021-03-03crypto: sun4i-ss - handle BigEndian for cipherCorentin Labbe1-6/+6
2021-03-03crypto: sun4i-ss - checking sg length is not sufficientCorentin Labbe1-2/+2
2021-03-03crypto: bcm - Rename struct device_private to bcm_device_privateJiri Olsa3-4/+4
2021-03-03crypto: sun4i-ss - fix kmap usageCorentin Labbe1-44/+65
2020-12-29crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probeZhang Qilong1-1/+2
2020-12-29crypto: talitos - Fix return type of current_desc_hdr()Christophe Leroy1-3/+3
2020-10-29crypto: ccp - fix error handlingPavel Machek1-1/+1
2020-10-29cypto: mediatek - fix leaks in mtk_desc_ring_allocXiaoliang Pang1-2/+2
2020-10-29crypto: omap-sham - fix digcnt register handling with export/importTero Kristo1-0/+3
2020-10-29crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET1-1/+1
2020-10-29crypto: mediatek - Fix wrong return value in mtk_desc_ring_alloc()Tianjia Zhang1-2/+2
2020-10-17crypto: qat - check cipher length for aead AES-CBC-HMAC-SHADominik Przychodni1-1/+9
2020-10-17crypto: bcm - Verify GCM/CCM key length in setkeyHerbert Xu1-1/+14