summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-03-11crypto: hisilicon: Wipe entire pool on errorKees Cook1-2/+1
2023-03-11crypto: crypto4xx - Call dma_unmap_page when doneHerbert Xu1-6/+4
2023-03-11crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky1-1/+5
2023-03-11crypto: ccp - Refactor out sev_fw_alloc()Peter Gonda1-7/+13
2023-03-11crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko1-4/+17
2023-03-11crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes1-1/+8
2023-03-11crypto: ccp - Use kzalloc for sev ioctl interfaces to prevent kernel memory leakJohn Allen1-4/+6
2023-03-11crypto: ccp: Use the stack and common buffer for status commandsSean Christopherson2-16/+12
2023-03-11crypto: ccp: Use the stack for small SEV command buffersSean Christopherson1-73/+44
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