summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-04-03crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov1-17/+17
2024-04-03crypto: rk3288 - Fix use after free in unprepareHerbert Xu1-2/+2
2024-04-03crypto: qat - resolve race condition during AER recoveryDamian Muszynski1-6/+16
2024-03-27crypto: qat - fix ring to service map for dcc in 4xxxDamian Muszynski1-0/+8
2024-03-27crypto: qat - relocate and rename get_service_enabled()Jie Wang3-26/+34
2024-03-27crypto: qat - move adf_cfg_servicesGiovanni Cabiddu4-13/+24
2024-03-27crypto: qat - avoid division by zeroAdam Guerin1-0/+3
2024-03-27crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello1-2/+9
2024-03-27crypto: xilinx - call finalize with bh disabledQuanyang Wang1-0/+3
2024-03-01crypto: virtio/akcipher - Fix stack overflow on memcpyzhenwei pi1-2/+3
2024-02-23crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips1-2/+8
2024-02-05crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin1-1/+1
2024-02-05crypto: octeontx2 - Fix cptvf driver cleanupBharat Bhushan2-2/+7
2024-02-05crypto: starfive - Fix dev_err_probe return errorJia Jie Ho1-1/+1
2024-01-26crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait1-36/+2
2024-01-26crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait1-1/+4
2024-01-26crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait1-2/+8
2024-01-26crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait1-8/+10
2024-01-26crypto: sahara - fix ahash reqsizeOvidiu Panait1-2/+1
2024-01-26crypto: sahara - handle zero-length aes requestsOvidiu Panait1-0/+3
2024-01-26crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait1-60/+25
2024-01-26crypto: virtio - Wait for tasklet to complete on device removewangyangxin1-0/+3
2024-01-26crypto: hisilicon/zip - save capability registers in probe processZhiqi Song1-13/+60
2024-01-26crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song3-6/+57
2024-01-26crypto: hisilicon/hpre - save capability registers in probe processZhiqi Song1-18/+64
2024-01-26crypto: hisilicon/qm - add a function to set qm algsWenkai Lin4-119/+55
2024-01-26crypto: hisilicon/zip - add zip comp high perf mode configurationChenghai Huang1-0/+65
2024-01-26crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song1-10/+52
2024-01-26crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait1-5/+3
2024-01-26crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait1-2/+7
2024-01-26crypto: sahara - fix ahash selftest failureOvidiu Panait1-1/+1
2024-01-26crypto: sahara - fix cbc selftest failureOvidiu Panait1-2/+31
2024-01-26crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait1-21/+13
2024-01-26crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich1-8/+11
2024-01-26crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu1-1/+4
2024-01-26crypto: sa2ul - Return crypto_aead_setkey to transfer the errorChen Ni1-2/+1
2024-01-26crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2-10/+15
2024-01-26crypto: jh7110 - Correct deferred probe returnChanho Park1-7/+3
2024-01-10crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu1-65/+40
2024-01-10crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2023-11-28crypto: hisilicon/qm - prevent soft lockup in receive loopLongfang Liu1-0/+2
2023-11-20crypto: qat - fix deadlock in backlog processingGiovanni Cabiddu1-21/+25
2023-11-20crypto: qat - fix ring to service map for QAT GEN4Giovanni Cabiddu3-0/+58
2023-11-20crypto: qat - use masks for AE groupsGiovanni Cabiddu1-21/+25
2023-11-20crypto: qat - refactor fw config related functionsGiovanni Cabiddu1-41/+28
2023-11-20crypto: qat - enable dc chaining serviceAdam Guerin6-4/+69
2023-11-20crypto: qat - consolidate services structureGiovanni Cabiddu4-67/+42
2023-11-20crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu5-7/+27
2023-11-20crypto: qat - increase size of buffersGiovanni Cabiddu2-3/+3
2023-11-20crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2