summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2024-02-05crypto: caam - fix asynchronous hashGaurav Jain2-4/+10
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-25crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait1-36/+2
2024-01-25crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait1-1/+4
2024-01-25crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait1-2/+8
2024-01-25crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait1-8/+10
2024-01-25crypto: sahara - fix ahash reqsizeOvidiu Panait1-2/+1
2024-01-25crypto: sahara - handle zero-length aes requestsOvidiu Panait1-0/+3
2024-01-25crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait1-60/+25
2024-01-25crypto: virtio - Wait for tasklet to complete on device removewangyangxin1-0/+3
2024-01-25crypto: hisilicon/zip - save capability registers in probe processZhiqi Song1-13/+60
2024-01-25crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song3-5/+55
2024-01-25crypto: hisilicon/hpre - save capability registers in probe processZhiqi Song1-18/+64
2024-01-25crypto: hisilicon/qm - add a function to set qm algsWenkai Lin4-119/+55
2024-01-25crypto: hisilicon/zip - add zip comp high perf mode configurationChenghai Huang1-0/+65
2024-01-25crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song1-10/+52
2024-01-25crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait1-5/+3
2024-01-25crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait1-2/+7
2024-01-25crypto: sahara - fix ahash selftest failureOvidiu Panait1-1/+1
2024-01-25crypto: sahara - fix cbc selftest failureOvidiu Panait1-2/+31
2024-01-25crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait1-21/+13
2024-01-25crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich1-8/+11
2024-01-25crypto: qat - add NULL pointer checkGiovanni Cabiddu1-0/+3
2024-01-25crypto: qat - fix mutex ordering in adf_rlDamian Muszynski1-2/+2
2024-01-25crypto: qat - fix error path in add_update_sla()Damian Muszynski1-2/+1
2024-01-25crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu1-1/+4
2024-01-25crypto: sa2ul - Return crypto_aead_setkey to transfer the errorChen Ni1-2/+1
2024-01-25crypto: qat - add sysfs_added flag for rate limitingDamian Muszynski2-0/+9
2024-01-25crypto: qat - add sysfs_added flag for rasDamian Muszynski2-1/+7
2024-01-25crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2-10/+15
2024-01-25crypto: jh7110 - Correct deferred probe returnChanho Park1-7/+3
2024-01-25crypto: qat - prevent underflow in rp2srv_store()Dan Carpenter1-1/+2
2023-10-27crypto: talitos - stop using crypto_ahash::initEric Biggers1-6/+9
2023-10-27crypto: chelsio - stop using crypto_ahash::initEric Biggers1-1/+8
2023-10-27crypto: stm32 - remove unnecessary alignmask for ahashesEric Biggers1-20/+0
2023-10-27crypto: starfive - remove unnecessary alignmask for ahashesEric Biggers1-11/+2
2023-10-27crypto: rockchip - remove unnecessary alignmask for ahashesEric Biggers1-3/+0
2023-10-27crypto: omap-sham - stop setting alignmask for ahashesEric Biggers1-14/+2
2023-10-27crypto: talitos - remove unnecessary alignmask for ahashesEric Biggers1-1/+1
2023-10-27crypto: s5p-sss - remove unnecessary alignmask for ahashesEric Biggers1-6/+0
2023-10-27crypto: mxs-dcp - remove unnecessary alignmask for ahashesEric Biggers1-2/+0
2023-10-27crypto: artpec6 - stop setting alignmask for ahashesEric Biggers1-3/+0
2023-10-27crypto: atmel - remove unnecessary alignmask for ahashesEric Biggers1-2/+0
2023-10-27crypto: sun8i-ss - remove unnecessary alignmask for ahashesEric Biggers1-5/+0
2023-10-27crypto: sun8i-ce - remove unnecessary alignmask for ahashesEric Biggers1-6/+0
2023-10-27crypto: sun4i-ss - remove unnecessary alignmask for ahashesEric Biggers1-2/+0
2023-10-27crypto: qat - fix deadlock in backlog processingGiovanni Cabiddu1-21/+25
2023-10-27crypto: qat - move adf_cfg_servicesGiovanni Cabiddu4-13/+24