summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov2024-04-031-17/+17
* crypto: rk3288 - Fix use after free in unprepareHerbert Xu2024-04-031-2/+2
* crypto: qat - resolve race condition during AER recoveryDamian Muszynski2024-04-031-6/+16
* crypto: qat - change SLAs cleanup flow at shutdownDamian Muszynski2024-04-031-1/+19
* crypto: qat - fix ring to service map for dcc in 4xxxDamian Muszynski2024-03-261-0/+8
* crypto: qat - relocate and rename get_service_enabled()Jie Wang2024-03-263-26/+34
* crypto: qat - remove double initialization of valueAdam Guerin2024-03-261-4/+2
* crypto: qat - avoid division by zeroAdam Guerin2024-03-261-0/+3
* crypto: qat - removed unused macro in adf_cnv_dbgfs.cAdam Guerin2024-03-261-1/+0
* crypto: qat - remove unused macros in qat_comp_alg.cAdam Guerin2024-03-261-9/+0
* crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello2024-03-261-2/+9
* crypto: xilinx - call finalize with bh disabledQuanyang Wang2024-03-261-0/+3
* crypto: virtio/akcipher - Fix stack overflow on memcpyzhenwei pi2024-03-011-2/+3
* crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips2024-02-231-2/+8
* crypto: caam - fix asynchronous hashGaurav Jain2024-02-052-4/+10
* crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin2024-02-051-1/+1
* crypto: octeontx2 - Fix cptvf driver cleanupBharat Bhushan2024-02-052-2/+7
* crypto: starfive - Fix dev_err_probe return errorJia Jie Ho2024-02-051-1/+1
* crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait2024-01-251-36/+2
* crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait2024-01-251-1/+4
* crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait2024-01-251-2/+8
* crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait2024-01-251-8/+10
* crypto: sahara - fix ahash reqsizeOvidiu Panait2024-01-251-2/+1
* crypto: sahara - handle zero-length aes requestsOvidiu Panait2024-01-251-0/+3
* crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait2024-01-251-60/+25
* crypto: virtio - Wait for tasklet to complete on device removewangyangxin2024-01-251-0/+3
* crypto: hisilicon/zip - save capability registers in probe processZhiqi Song2024-01-251-13/+60
* crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song2024-01-253-5/+55
* crypto: hisilicon/hpre - save capability registers in probe processZhiqi Song2024-01-251-18/+64
* crypto: hisilicon/qm - add a function to set qm algsWenkai Lin2024-01-254-119/+55
* crypto: hisilicon/zip - add zip comp high perf mode configurationChenghai Huang2024-01-251-0/+65
* crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song2024-01-251-10/+52
* crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait2024-01-251-5/+3
* crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait2024-01-251-2/+7
* crypto: sahara - fix ahash selftest failureOvidiu Panait2024-01-251-1/+1
* crypto: sahara - fix cbc selftest failureOvidiu Panait2024-01-251-2/+31
* crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait2024-01-251-21/+13
* crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich2024-01-251-8/+11
* crypto: qat - add NULL pointer checkGiovanni Cabiddu2024-01-251-0/+3
* crypto: qat - fix mutex ordering in adf_rlDamian Muszynski2024-01-251-2/+2
* crypto: qat - fix error path in add_update_sla()Damian Muszynski2024-01-251-2/+1
* crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu2024-01-251-1/+4
* crypto: sa2ul - Return crypto_aead_setkey to transfer the errorChen Ni2024-01-251-2/+1
* crypto: qat - add sysfs_added flag for rate limitingDamian Muszynski2024-01-252-0/+9
* crypto: qat - add sysfs_added flag for rasDamian Muszynski2024-01-252-1/+7
* crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2024-01-252-10/+15
* crypto: jh7110 - Correct deferred probe returnChanho Park2024-01-251-7/+3
* crypto: qat - prevent underflow in rp2srv_store()Dan Carpenter2024-01-251-1/+2
* crypto: talitos - stop using crypto_ahash::initEric Biggers2023-10-271-6/+9
* crypto: chelsio - stop using crypto_ahash::initEric Biggers2023-10-271-1/+8