summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-07-23crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj1-5/+4
2023-07-23crypto: qat - unmap buffer before free for DHHareshx Sankar Raj1-3/+2
2023-07-23crypto: qat - Use helper to set reqsizeHerbert Xu1-2/+4
2023-07-23crypto: qat - use reference to structure in dma_map_single()Damian Muszynski1-6/+6
2023-07-23crypto: qat - replace get_current_node() with numa_node_id()Andre Przywara3-9/+4
2023-07-23crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu3-14/+27
2023-07-23crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann1-1/+1
2023-07-23crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2-3/+3
2023-05-17crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET1-1/+1
2023-05-17crypto: ccp - Clear PSP interrupt status register before calling handlerJeremi Piotrowski1-3/+3
2023-05-11crypto: sa2ul - Select CRYPTO_DESSuman Anna1-0/+1
2023-05-11crypto: caam - Clear some memory in instantiate_rngChristophe JAILLET1-2/+4
2023-05-11crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell1-10/+27
2023-03-10crypto: qat - fix out-of-bounds readGiovanni Cabiddu1-1/+1
2023-03-10crypto: hisilicon: Wipe entire pool on errorKees Cook1-2/+1
2023-03-10crypto: crypto4xx - Call dma_unmap_page when doneHerbert Xu1-6/+4
2023-03-10crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky1-1/+5
2023-03-10crypto: ccp - Refactor out sev_fw_alloc()Peter Gonda1-7/+13
2023-03-10crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko1-4/+17
2023-03-10crypto: ccp - Avoid page allocation failure warning for SEV_GET_ID2David Rientjes1-1/+8
2023-01-12crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello1-1/+10
2023-01-12crypto: n2 - add missing hash statesizeCorentin Labbe1-0/+6
2022-12-31crypto: hisilicon/hpre - fix resource leak in remove processZhiqi Song1-8/+2
2022-12-31crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2022-12-31crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing1-1/+1
2022-12-31crypto: amlogic - Remove kcalloc without checkChristophe JAILLET2-2/+1
2022-12-31crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1
2022-12-31crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()Xiongfeng Wang1-2/+4
2022-12-31crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui1-1/+9
2022-12-31crypto: rockchip - rework by using crypto_engineCorentin Labbe5-365/+221
2022-12-31crypto: rockchip - remove non-aligned handlingCorentin Labbe4-103/+31
2022-12-31crypto: rockchip - better handle cipher keyCorentin Labbe2-3/+8
2022-12-31crypto: rockchip - add fallback for ahashCorentin Labbe1-0/+38
2022-12-31crypto: rockchip - add fallback for cipherCorentin Labbe3-13/+90
2022-12-31crypto: rockchip - do not store mode globallyCorentin Labbe2-22/+41
2022-12-31crypto: rockchip - do not do custom power managementCorentin Labbe4-8/+6
2022-12-31crypto: nitrox - avoid double free on error path in nitrox_sriov_init()Natalia Petrova1-0/+1
2022-12-31crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe1-1/+1
2022-12-31crypto: hisilicon/qm - fix missing destroy qp_idrWeili Qian1-3/+4
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: 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/qm - fix missing put dfx accessWeili Qian1-2/+4
2022-10-26crypto: qat - fix default value of WDT timerLucas Segarra Fernandez1-1/+1
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-10-15Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu1-6/+6
2022-08-17crypto: hisilicon/sec - fix auth key size errorKai Ye2-3/+4