summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET2023-05-171-1/+1
* crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski2023-05-171-3/+3
* crypto: sa2ul - Select CRYPTO_DESSuman Anna2023-05-111-0/+1
* crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET2023-05-111-2/+4
* crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell2023-05-111-10/+27
* crypto: qat - fix out-of-bounds readGiovanni Cabiddu2023-03-101-1/+1
* crypto: hisilicon: Wipe entire pool on errorKees Cook2023-03-101-2/+1
* crypto: crypto4xx - Call dma_unmap_page when doneHerbert Xu2023-03-101-6/+4
* crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky2023-03-101-1/+5
* crypto: ccp - Refactor out sev_fw_alloc()Peter Gonda2023-03-101-7/+13
* crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko2023-03-101-4/+17
* crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes2023-03-101-1/+8
* crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello2023-01-121-1/+10
* crypto: n2 - add missing hash statesizeCorentin Labbe2023-01-121-0/+6
* crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song2022-12-311-8/+2
* crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui2022-12-311-2/+6
* crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing2022-12-311-1/+1
* crypto: amlogic - Remove kcalloc without checkChristophe JAILLET2022-12-312-2/+1
* crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König2022-12-311-1/+1
* crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()Xiongfeng Wang2022-12-311-2/+4
* crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui2022-12-311-1/+9
* crypto: rockchip - rework by using crypto_engineCorentin Labbe2022-12-315-365/+221
* crypto: rockchip - remove non-aligned handlingCorentin Labbe2022-12-314-103/+31
* crypto: rockchip - better handle cipher keyCorentin Labbe2022-12-312-3/+8
* crypto: rockchip - add fallback for ahashCorentin Labbe2022-12-311-0/+38
* crypto: rockchip - add fallback for cipherCorentin Labbe2022-12-313-13/+90
* crypto: rockchip - do not store mode globallyCorentin Labbe2022-12-312-22/+41
* crypto: rockchip - do not do custom power managementCorentin Labbe2022-12-314-8/+6
* crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova2022-12-311-0/+1
* crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe2022-12-311-1/+1
* crypto: hisilicon/qm - fix missing destroy qp_idrWeili Qian2022-12-311-3/+4
* crypto: cavium - prevent integer overflow loading firmwareDan Carpenter2022-10-261-2/+4
* crypto: marvell/octeontx - prevent integer overflowsDan Carpenter2022-10-261-2/+16
* crypto: qat - fix DMA transfer directionDamian Muszynski2022-10-261-6/+12
* crypto: inside-secure - Change swab to swab32Peter Harliman Liem2022-10-261-4/+4
* crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko2022-10-261-1/+5
* crypto: hisilicon/qm - fix missing put dfx accessWeili Qian2022-10-261-2/+4
* crypto: qat - fix default value of WDT timerLucas Segarra Fernandez2022-10-261-1/+1
* crypto: hisilicon/zip - fix mismatch in get/set sgl_sge_nrYe Weihua2022-10-261-2/+2
* crypto: sahara - don't sleep when in softirqZhengchao Shao2022-10-261-9/+9
* Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu2022-10-151-6/+6
* crypto: hisilicon/sec - fix auth key size errorKai Ye2022-08-172-3/+4
* crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for ofPali Rohár2022-08-171-0/+2
* crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirqZhengchao Shao2022-08-171-1/+1
* crypto: hisilicon - Kunpeng916 crypto driver don't sleep when in softirqZhengchao Shao2022-08-172-8/+8
* crypto: hisilicon/sec - don't sleep when in softirqZhengchao Shao2022-08-172-11/+11
* crypto: ccp - During shutdown, check SEV data pointer before usingTom Lendacky2022-08-171-1/+1
* crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov2022-08-171-0/+1
* crypto: sun8i-ss - fix error codes in allocate_flows()Dan Carpenter2022-08-171-4/+12
* crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe2022-08-173-12/+17