summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu5-22/+94
2023-12-08crypto: cfb,ofb - Remove cfb and ofbHerbert Xu4-385/+0
2023-12-08crypto: testmgr - Remove cfb and ofbHerbert Xu2-1187/+0
2023-12-08crypto: tcrypt - Remove cfb and ofbHerbert Xu1-76/+0
2023-12-08crypto: ccree - Remove ofbHerbert Xu1-35/+0
2023-12-08crypto: bcm - Remove ofbHerbert Xu1-57/+0
2023-12-08crypto: starfive - Remove cfb and ofbHerbert Xu2-72/+1
2023-12-08crypto: n2 - Remove cfbHerbert Xu1-26/+1
2023-12-08crypto: octeontx - Remove cfbHerbert Xu1-23/+0
2023-12-08crypto: safexcel - Remove cfb and ofbHerbert Xu3-160/+0
2023-12-08crypto: hisilicon/sec2 - Remove cfb and ofbHerbert Xu3-29/+1
2023-12-08crypto: hifn_795x - Remove cfb and ofbHerbert Xu1-123/+3
2023-12-08crypto: ccp - Remove cfb and ofbHerbert Xu1-18/+0
2023-12-08crypto: nitrox - Remove cfbHerbert Xu1-19/+0
2023-12-08crypto: cpt - Remove cfbHerbert Xu1-24/+0
2023-12-08crypto: atmel - Remove cfb and ofbHerbert Xu2-411/+8
2023-12-08crypto: aspeed - Remove cfb and ofbHerbert Xu2-233/+1
2023-12-08crypto: crypto4xx - Remove cfb and ofbHerbert Xu3-58/+0
2023-12-08crypto: x86/sm4 - Remove cfb(sm4)Herbert Xu6-271/+4
2023-12-08crypto: arm64/sm4 - Remove cfb(sm4)Herbert Xu6-489/+4
2023-12-08crypto: s390/aes - Fix buffer overread in CTR modeHerbert Xu2-2/+6
2023-12-08crypto: hisilicon/zip - save capability registers in probe processZhiqi Song1-13/+60
2023-12-08crypto: hisilicon/sec2 - save capability registers in probe processZhiqi Song3-5/+55
2023-12-08crypto: hisilicon/hpre - save capability registers in probe processZhiqi Song1-18/+64
2023-12-08crypto: hisilicon/qm - save capability registers in qm init processZhiqi Song2-10/+64
2023-12-08crypto: hisilicon/qm - add a function to set qm algsWenkai Lin5-120/+62
2023-12-08hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu1-13/+21
2023-12-08crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait1-60/+25
2023-12-08crypto: sahara - remove unused error field in sahara_devOvidiu Panait1-8/+3
2023-12-08crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait1-5/+3
2023-12-08crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait1-2/+7
2023-12-08crypto: sahara - fix ahash selftest failureOvidiu Panait1-1/+1
2023-12-08crypto: sahara - fix cbc selftest failureOvidiu Panait1-2/+31
2023-12-08crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait1-21/+13
2023-12-08crypto: safexcel - Add error handling for dma_map_sg() callsNikita Zhandarovich1-8/+11
2023-12-08hwrng: stm32 - add missing clk_disable_unprepare() in stm32_rng_init()Yang Yingliang1-0/+1
2023-12-08crypto: octeontx2 - By default allocate one CPT LF per CPT VFBharat Bhushan2-2/+2
2023-12-08crypto: qat - add NULL pointer checkGiovanni Cabiddu1-0/+3
2023-12-08crypto: qat - fix mutex ordering in adf_rlDamian Muszynski1-2/+2
2023-12-08crypto: qat - fix error path in add_update_sla()Damian Muszynski1-2/+1
2023-12-08crypto: af_alg - Disallow multiple in-flight AIO requestsHerbert Xu2-1/+16
2023-12-08MAINTAINERS: update SEC2/HPRE driver maintainers listLongfang Liu1-1/+1
2023-12-08crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu1-1/+4
2023-12-01crypto: sa2ul - Return crypto_aead_setkey to transfer the errorChen Ni1-2/+1
2023-12-01crypto: hisilicon/qm - add comments and remove redundant array elementWeili Qian1-1/+10
2023-12-01crypto: hisilicon/qm - simplify the status of qmWeili Qian7-127/+25
2023-12-01crypto: hisilicon/sgl - small cleanups for sgl.cWeili Qian1-5/+7
2023-12-01crypto: hisilicon/zip - add zip comp high perf mode configurationChenghai Huang1-0/+65
2023-12-01crypto: p10-aes-gcm - Avoid -Wstringop-overflow warningsGustavo A. R. Silva1-1/+1
2023-12-01crypto: qat - add sysfs_added flag for rate limitingDamian Muszynski2-0/+9