summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-01-14crypto: n2 - add missing hash statesizeCorentin Labbe1-0/+6
2023-01-14crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2023-01-14crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing1-1/+1
2023-01-14crypto: amlogic - Remove kcalloc without checkChristophe JAILLET2-2/+1
2023-01-14crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1
2023-01-14crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()Xiongfeng Wang1-2/+4
2023-01-14crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui1-1/+9
2023-01-14crypto: rockchip - rework by using crypto_engineCorentin Labbe5-365/+221
2023-01-14crypto: rockchip - delete unneeded variable initializationKai Ye1-1/+1
2023-01-14crypto: rockchip - remove non-aligned handlingCorentin Labbe4-103/+31
2023-01-14crypto: rockchip - better handle cipher keyCorentin Labbe2-3/+8
2023-01-14crypto: rockchip - add fallback for ahashCorentin Labbe1-0/+38
2023-01-14crypto: rockchip - add fallback for cipherCorentin Labbe3-13/+90
2023-01-14crypto: rockchip - do not store mode globallyCorentin Labbe2-22/+41
2023-01-14crypto: rockchip - do not do custom power managementCorentin Labbe4-8/+6
2023-01-14crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova1-0/+1
2023-01-14crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe1-1/+1
2022-10-26crypto: cavium - prevent integer overflow loading firmwareDan Carpenter1-2/+4
2022-10-26crypto: marvell/octeontx - prevent integer overflowsDan Carpenter1-2/+16
2022-10-26crypto: qat - fix DMA transfer directionDamian Muszynski1-6/+12
2022-10-26crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu2-27/+61
2022-10-26crypto: qat - fix use of 'dma_map_single'Hui Tang1-13/+14
2022-10-26crypto: inside-secure - Change swab to swab32Peter Harliman Liem1-4/+4
2022-10-26crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko1-1/+5
2022-10-26crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nrYe Weihua1-2/+2
2022-10-26crypto: sahara - don't sleep when in softirqZhengchao Shao1-9/+9
2022-08-21crypto: hisilicon/sec - fix auth key size errorKai Ye2-3/+4
2022-08-21crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár1-0/+2
2022-08-21crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao1-1/+1
2022-08-21crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2-8/+8
2022-08-21crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2-11/+11
2022-08-21crypto: hisilicon/sec - fixes some coding styleLongfang Liu3-43/+39
2022-08-21crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky1-1/+1
2022-08-21crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov1-0/+1
2022-08-21crypto: sun8i-ss - fix error codes in allocate_flows()Dan Carpenter1-4/+12
2022-08-21crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe3-12/+17
2022-06-09crypto: sun8i-ss - handle zero sized sgCorentin Labbe1-1/+9
2022-06-09crypto: sun8i-ss - rework handling of IVCorentin Labbe3-52/+107
2022-06-09crypto: marvell/cesa - ECB does not IVCorentin Labbe1-1/+0
2022-06-09powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni1-1/+1
2022-06-09crypto: ccree - use fine grained DMA mapping dirGilad Ben-Yossef1-12/+15
2022-06-06crypto: caam - fix i.MX6SX entropy delay valueFabio Estevam1-0/+18
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