summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen2022-08-171-4/+6
* crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu2022-07-292-14/+0
* crypto: qat - add param check for DHGiovanni Cabiddu2022-07-291-0/+4
* crypto: qat - add param check for RSAGiovanni Cabiddu2022-07-291-0/+8
* crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu2022-07-291-49/+34
* crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu2022-07-291-77/+60
* crypto: qat - fix memory leak in RSAGiovanni Cabiddu2022-07-291-11/+1
* crypto: qat - add backlog mechanismGiovanni Cabiddu2022-07-299-18/+123
* crypto: qat - refactor submission logicGiovanni Cabiddu2022-07-296-54/+101
* crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2022-07-292-27/+61
* crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu2022-07-291-0/+3
* crypto: sun8i-ss - handle zero sized sgCorentin Labbe2022-06-091-1/+9
* crypto: sun8i-ss - rework handling of IVCorentin Labbe2022-06-093-52/+107
* crypto: marvell/cesa - ECB does not IVCorentin Labbe2022-06-091-1/+0
* crypto: qat - set COMPRESSION capability for DH895XCCGiovanni Cabiddu2022-06-091-1/+2
* crypto: qat - set CIPHER capability for DH895XCCGiovanni Cabiddu2022-06-091-3/+9
* crypto: qat - set COMPRESSION capability for QAT GEN2Giovanni Cabiddu2022-06-093-1/+10
* crypto: qat - set CIPHER capability for QAT GEN2Giovanni Cabiddu2022-06-091-3/+9
* powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni2022-06-091-1/+1
* crypto: ccree - use fine grained DMA mapping dirGilad Ben-Yossef2022-06-091-12/+15
* crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam2022-06-061-0/+18
* crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZOndrej Mosnacek2022-05-251-0/+1
* crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun2022-05-251-1/+3
* crypto: hisilicon/sec - not need to enable sm4 extra mode at HW V3Kai Ye2022-04-081-3/+5
* crypto: hisilicon/qm - cleanup warning in qm_vf_read_qosKai Ye2022-04-081-1/+1
* crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie2022-04-081-1/+1
* crypto: ccp - ccp_dmaengine_unregister release dma channelsDāvis Mosāns2022-04-081-0/+16
* crypto: vmx - add missing dependenciesPetr Vorel2022-04-081-0/+4
* crypto: gemini - call finalize with bh disabledCorentin Labbe2022-04-081-0/+2
* crypto: amlogic - call finalize with bh disabledCorentin Labbe2022-04-081-0/+2
* crypto: sun8i-ce - call finalize with bh disabledCorentin Labbe2022-04-082-0/+6
* crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe2022-04-082-0/+6
* crypto: hisilicon/sec - fix the aead software fallback for engineKai Ye2022-04-081-3/+13
* crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef2022-04-081-0/+7
* crypto: rockchip - ECB does not need IVCorentin Labbe2022-04-081-1/+0
* crypto: octeontx2 - remove CONFIG_DM_CRYPT checkShijith Thotton2022-04-081-10/+7
* crypto: mxs-dcp - Fix scatterlist processingTomas Paukrt2022-04-081-1/+1
* crypto: sun8i-ss - really disable hash on A80Corentin Labbe2022-04-081-0/+2
* crypto: ccp - Ensure psp_ret is always init'd in __sev_platform_init_locked()Peter Gonda2022-04-081-1/+1
* crypto: qat - disable registration of algorithmsGiovanni Cabiddu2022-03-282-0/+14
* crypto: qcom-rng - ensure buffer for generate is completely filledBrian Masney2022-03-231-7/+10
* crypto: octeontx2 - uninitialized variable in kvf_limits_store()Dan Carpenter2022-01-271-5/+4
* crypto: caam - replace this_cpu_ptr with raw_cpu_ptrMeng Li2022-01-271-1/+1
* crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut2022-01-271-2/+2
* crypto: omap-aes - Fix broken pm_runtime_and_get() usageHeiner Kallweit2022-01-271-1/+1
* crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init()Weili Qian2022-01-271-1/+1
* crypto: ccp - Move SEV_INIT retry for corrupted dataPeter Gonda2022-01-271-14/+16
* crypto: octeontx2 - prevent underflow in get_cores_bmap()Dan Carpenter2022-01-271-1/+2
* crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()Weili Qian2022-01-271-1/+1
* crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2022-01-272-4/+5