summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-05-25crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZOndrej Mosnacek1-0/+1
2022-05-25crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun1-1/+3
2022-04-08crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie1-1/+1
2022-04-08crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns1-0/+16
2022-04-08crypto: vmx - add missing dependenciesPetr Vorel1-0/+4
2022-04-08crypto: amlogic - call finalize with bh disabledCorentin Labbe1-0/+2
2022-04-08crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2-0/+6
2022-04-08crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe2-0/+6
2022-04-08crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef1-0/+7
2022-04-08crypto: rockchip - ECB does not need IVCorentin Labbe1-1/+0
2022-04-08crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt1-1/+1
2022-04-08crypto: sun8i-ss - really disable hash on A80Corentin Labbe1-0/+2
2022-03-28crypto: qat - disable registration of algorithmsGiovanni Cabiddu1-0/+8
2022-03-23crypto: qcom-rng - ensure buffer for generate is completely filledBrian Masney1-7/+10
2022-01-27crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li1-1/+1
2022-01-27crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut1-2/+2
2022-01-27crypto: omap-aes - Fix broken pm_runtime_and_get() usageHeiner Kallweit1-1/+1
2022-01-27crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2-4/+5
2022-01-27crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff1-547/+243
2022-01-27crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff1-1/+1
2022-01-27crypto: stm32/cryp - fix double pm exitNicolas Toromanoff1-2/+0
2022-01-27crypto: stm32/cryp - check early input dataNicolas Toromanoff1-1/+113
2022-01-27crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff1-2/+0
2022-01-27crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff1-14/+13
2022-01-27crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu1-1/+1
2022-01-27crypto: qat - fix undetected PFVF timeout in ACK loopGiovanni Cabiddu1-6/+6
2022-01-27crypto: qat - make pfvf send message direction agnosticMarco Chiappero1-7/+8
2022-01-27crypto: qat - remove unnecessary collision prevention step in PFVFMarco Chiappero1-19/+1
2022-01-27crypto: qat - fix spelling mistake: "messge" -> "message"Bhaskar Chowdhury2-3/+3
2022-01-27crypto: qce - fix uaf on qce_skcipher_register_oneChengfeng Ye1-1/+1
2022-01-27crypto: qce - fix uaf on qce_ahash_register_oneChengfeng Ye1-1/+1
2021-11-18crypto: qat - disregard spurious PFVF interruptsGiovanni Cabiddu2-0/+12
2021-11-18crypto: qat - detect PFVF collision after ACKGiovanni Cabiddu1-0/+7
2021-11-18crypto: caam - disable pkc for non-E SoCsMichael Walle2-4/+18
2021-11-18crypto: s5p-sss - Add error handling in s5p_aes_probe()Tang Bin1-0/+2
2021-10-06crypto: ccp - fix resource leaks in ccp_run_aes_gcm_cmd()Dan Carpenter1-6/+8
2021-09-18crypto: mxs-dcp - Use sg_mapping_iter to copy dataSean Anderson1-27/+9
2021-09-18crypto: ccp - shutdown SEV firmware on kexecBrijesh Singh2-26/+35
2021-09-15crypto: qat - use proper type for vf_maskGiovanni Cabiddu1-3/+4
2021-09-15crypto: qat - do not export adf_iov_putmsg()Giovanni Cabiddu1-1/+0
2021-09-15crypto: qat - fix naming for init/shutdown VF to PF notificationsMarco Chiappero5-16/+16
2021-09-15crypto: qat - fix reuse of completion variableMarco Chiappero1-0/+2
2021-09-15crypto: qat - handle both source of interrupt in VF ISRGiovanni Cabiddu1-3/+4
2021-09-15crypto: qat - do not ignore errors from enable_vf2pf_comms()Giovanni Cabiddu1-2/+3
2021-09-15crypto: omap - Fix inconsistent locking of device listsBen Hutchings3-14/+14
2021-09-15crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren1-1/+1
2021-09-15crypto: mxs-dcp - Check for DMA mapping errorsSean Anderson1-10/+35
2021-07-14crypto: qce - fix error return code in qce_skcipher_async_req_handle()Wei Yongjun1-2/+6
2021-07-14crypto: nx - Fix RCU warning in nx842_OF_upd_statusHerbert Xu1-3/+5
2021-07-14crypto: omap-sham - Fix PM reference leak in omap sham opsZhang Qilong1-2/+2