summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: iaa - Add IAA Compression Accelerator statsTom Zanussi2023-12-156-2/+427
| * crypto: iaa - Add irq support for the crypto async interfaceTom Zanussi2023-12-152-2/+266
| * crypto: iaa - Add support for deflate-iaa compression algorithmTom Zanussi2023-12-152-18/+1069
| * crypto: iaa - Add compression mode management along with fixed modeTom Zanussi2023-12-154-2/+504
| * crypto: iaa - Add per-cpu workqueue table with rebalancingTom Zanussi2023-12-152-0/+229
| * crypto: iaa - Add Intel IAA Compression Accelerator crypto driver coreTom Zanussi2023-12-156-0/+375
| * crypto: starfive - Fix dev_err_probe return errorJia Jie Ho2023-12-151-1/+1
| * crypto: starfive - Remove unneeded NULL checksJia Jie Ho2023-12-151-6/+3
| * crypto: ccree - Remove ofbHerbert Xu2023-12-081-35/+0
| * crypto: bcm - Remove ofbHerbert Xu2023-12-081-57/+0
| * crypto: starfive - Remove cfb and ofbHerbert Xu2023-12-082-72/+1
| * crypto: n2 - Remove cfbHerbert Xu2023-12-081-26/+1
| * crypto: octeontx - Remove cfbHerbert Xu2023-12-081-23/+0
| * crypto: safexcel - Remove cfb and ofbHerbert Xu2023-12-083-160/+0
| * crypto: hisilicon/sec2 - Remove cfb and ofbHerbert Xu2023-12-083-29/+1
| * crypto: hifn_795x - Remove cfb and ofbHerbert Xu2023-12-081-123/+3
| * crypto: ccp - Remove cfb and ofbHerbert Xu2023-12-081-18/+0
| * crypto: nitrox - Remove cfbHerbert Xu2023-12-081-19/+0
| * crypto: cpt - Remove cfbHerbert Xu2023-12-081-24/+0
| * crypto: atmel - Remove cfb and ofbHerbert Xu2023-12-082-411/+8
| * crypto: aspeed - Remove cfb and ofbHerbert Xu2023-12-082-233/+1
| * crypto: crypto4xx - Remove cfb and ofbHerbert Xu2023-12-083-58/+0
| * crypto: hisilicon/zip - save capability registers in probe processZhiqi Song2023-12-081-13/+60
| * crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song2023-12-083-5/+55
| * crypto: hisilicon/hpre - save capability registers in probe processZhiqi Song2023-12-081-18/+64
| * crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song2023-12-081-10/+52
| * crypto: hisilicon/qm - add a function to set qm algsWenkai Lin2023-12-084-119/+55
| * crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait2023-12-081-60/+25
| * crypto: sahara - remove unused error field in sahara_devOvidiu Panait2023-12-081-8/+3
| * crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait2023-12-081-5/+3
| * crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait2023-12-081-2/+7
| * crypto: sahara - fix ahash selftest failureOvidiu Panait2023-12-081-1/+1
| * crypto: sahara - fix cbc selftest failureOvidiu Panait2023-12-081-2/+31
| * crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait2023-12-081-21/+13
| * crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich2023-12-081-8/+11
| * crypto: octeontx2 - By default allocate one CPT LF per CPT VFBharat Bhushan2023-12-082-2/+2
| * crypto: qat - add NULL pointer checkGiovanni Cabiddu2023-12-081-0/+3
| * crypto: qat - fix mutex ordering in adf_rlDamian Muszynski2023-12-081-2/+2
| * crypto: qat - fix error path in add_update_sla()Damian Muszynski2023-12-081-2/+1
| * crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu2023-12-081-1/+4
| * crypto: sa2ul - Return crypto_aead_setkey to transfer the errorChen Ni2023-12-011-2/+1
| * crypto: hisilicon/qm - add comments and remove redundant array elementWeili Qian2023-12-011-1/+10
| * crypto: hisilicon/qm - simplify the status of qmWeili Qian2023-12-013-118/+20
| * crypto: hisilicon/sgl - small cleanups for sgl.cWeili Qian2023-12-011-5/+7
| * crypto: hisilicon/zip - add zip comp high perf mode configurationChenghai Huang2023-12-011-0/+65
| * crypto: qat - add sysfs_added flag for rate limitingDamian Muszynski2023-12-012-0/+9
| * crypto: qat - add sysfs_added flag for rasDamian Muszynski2023-12-012-1/+7
| * crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2023-12-012-10/+15
| * crypto: starfive - Pad adata with zeroesJia Jie Ho2023-12-011-2/+4
| * crypto: starfive - RSA poll csr for done statusJia Jie Ho2023-11-243-45/+22