summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj2023-07-191-5/+4
* crypto: qat - unmap buffer before free for DHHareshx Sankar Raj2023-07-191-3/+2
* crypto: qat - Use helper to set reqsizeHerbert Xu2023-07-191-2/+4
* crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann2023-07-191-1/+1
* crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2023-07-192-3/+3
* 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: qat - fix concurrency issue when device state changesShashank Gupta2023-05-115-20/+73
* crypto: ccp - Don't initialize CCP for PSP 0x1649Mario Limonciello2023-05-111-1/+1
* 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: octeontx2 - Fix objects shared between several modulesAlexander Lobakin2023-03-108-14/+39
* crypto: ccp - Flush the SEV-ES TMR memory before giving it to firmwareTom Lendacky2023-03-101-1/+5
* 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
* virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session()Wei Yongjun2023-01-121-1/+2
* crypto: ccp - Add support for TEE for PCI ID 0x14CAMario Limonciello2023-01-071-1/+10
* crypto: n2 - add missing hash statesizeCorentin Labbe2023-01-071-0/+6
* crypto: ccree,hisilicon - Fix dependencies to correct algorithmTianjia Zhang2023-01-072-3/+3
* crypto: hisilicon/qm - increase the memory of local variablesKai Ye2022-12-311-2/+1
* 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: qat - fix error return code in adf_probeWang Yufen2022-12-311-0/+1
* crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian2022-12-311-1/+1
* crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König2022-12-311-1/+1
* 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 - re-enable communicate interrupt before notifying PFWeili Qian2022-12-311-1/+1
* crypto: hisilicon/qm - fix incorrect parameters usageWeili Qian2022-12-311-2/+2
* Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-1055-1044/+5094
|\
| * crypto: aspeed - Remove redundant dev_err callShang XiaoJing2022-09-301-3/+1
| * crypto: bcm - Simplify obtain the name for cipherGaosheng Cui2022-09-301-2/+2
| * crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()ye xingchen2022-09-301-4/+4
| * crypto: zip - remove the unneeded result variableye xingchen2022-09-301-24/+6
| * crypto: qat - add limit to linked list parsingAdam Guerin2022-09-301-2/+6
| * crypto: octeontx2 - Remove the unneeded result variableye xingchen2022-09-301-4/+1