aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-12-15crypto: starfive - Remove unneeded NULL checksJia Jie Ho1-6/+3
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: 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 Song1-10/+52
2023-12-08crypto: hisilicon/qm - add a function to set qm algsWenkai Lin4-119/+55
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-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: 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 Qian3-118/+20
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: qat - add sysfs_added flag for rate limitingDamian Muszynski2-0/+9
2023-12-01crypto: qat - add sysfs_added flag for rasDamian Muszynski2-1/+7
2023-12-01crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2-10/+15
2023-12-01crypto: starfive - Pad adata with zeroesJia Jie Ho1-2/+4
2023-11-24crypto: starfive - RSA poll csr for done statusJia Jie Ho3-45/+22
2023-11-24crypto: starfive - Update driver dependenciesJia Jie Ho1-1/+1
2023-11-17crypto: jh7110 - Correct deferred probe returnChanho Park1-7/+3
2023-11-17crypto: qat - prevent underflow in rp2srv_store()Dan Carpenter1-1/+2
2023-11-17crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()Eric Biggers1-21/+4
2023-11-17crypto: hisilicon/qm - remove incorrect type castWeili Qian2-52/+52
2023-11-17crypto: hisilicon/qm - print device abnormal informationWeili Qian1-6/+16
2023-11-17crypto: n2 - Silence gcc format-truncation false positive warningsHerbert Xu1-2/+7
2023-11-17crypto: marvell/cesa - Silence gcc format-truncation false positive warningsHerbert Xu1-3/+3
2023-11-17crypto: ccree - Silence gcc format-truncation false positive warningsHerbert Xu2-6/+14
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
2023-10-27crypto: qat - add num_rps sysfs attributeCiunas Bennett1-0/+14
2023-10-27crypto: qat - add rp2svc sysfs attributeCiunas Bennett2-0/+72
2023-10-27crypto: qat - add rate limiting sysfs interfaceCiunas Bennett5-0/+480
2023-10-27crypto: qat - add rate limiting feature to qat_4xxxDamian Muszynski13-1/+1590
2023-10-27crypto: qat - add retrieval of fw capabilitiesDamian Muszynski3-0/+27
2023-10-27crypto: qat - add bits.h to icp_qat_hw.hDamian Muszynski1-0/+2
2023-10-27crypto: qat - move admin apiGiovanni Cabiddu15-10/+32
2023-10-27crypto: qat - fix ring to service map for QAT GEN4Giovanni Cabiddu3-0/+58
2023-10-27crypto: qat - use masks for AE groupsGiovanni Cabiddu1-21/+25
2023-10-27crypto: qat - refactor fw config related functionsGiovanni Cabiddu1-41/+28
2023-10-27crypto: qat - count QAT GEN4 errorsShashank Gupta1-16/+166
2023-10-27crypto: qat - add error countersShashank Gupta6-0/+158
2023-10-27crypto: qat - add handling of errors from ERRSOU3 for QAT GEN4Shashank Gupta2-0/+474
2023-10-27crypto: qat - add adf_get_aram_base() helper functionShashank Gupta1-0/+10
2023-10-27crypto: qat - add handling of compression related errors for QAT GEN4Shashank Gupta2-1/+151
2023-10-27crypto: qat - add handling of errors from ERRSOU2 for QAT GEN4Shashank Gupta5-0/+1055
2023-10-27crypto: qat - add reporting of errors from ERRSOU1 for QAT GEN4Shashank Gupta5-0/+493
2023-10-27crypto: qat - add reporting of correctable errors for QAT GEN4Shashank Gupta2-1/+74
2023-10-27crypto: qat - add infrastructure for error reportingShashank Gupta7-0/+71
2023-10-27crypto: hisilicon/qm - prevent soft lockup in receive loopLongfang Liu1-0/+2
2023-10-27crypto: xilinx/zynqmp-sha - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: xilinx/zynqmp-aes-gcm - Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-10-27crypto: talitos - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: stm32/cryp - Convert to platform remove callback returning voidUwe Kleine-König1-11/+5
2023-10-27crypto: stm32/crc32 - Convert to platform remove callback returning voidUwe Kleine-König1-10/+5
2023-10-27crypto: sahara - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: sa2ul - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: s5p-sss - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: rockchip/rk3288 - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-27crypto: qcom-rng - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: qce - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-27crypto: omap-sham - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: omap-des - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: omap-aes - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: n2_core - Convert to platform remove callback returning voidUwe Kleine-König1-8/+4
2023-10-27crypto: mxs-dcp - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: marvell/cesa - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: intel/keembay-ocs-hcu - Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-10-27crypto: intel/keembay-ocs-ecc - Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-10-27crypto: intel/keembay-ocs-aes - Convert to platform remove callback returning...Uwe Kleine-König1-4/+2
2023-10-27crypto: intel/ixp4xx-crypto - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: inside-secure/safexcel - Convert to platform remove callback returnin...Uwe Kleine-König1-4/+2
2023-10-27crypto: img-hash - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: hisilicon/trng - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: hisilicon/sec - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: gemini/sl3516-ce - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: exynos-rng - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: ccree/cc - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: ccp/sp - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: caam/jr - Convert to platform remove callback returning voidUwe Kleine-König1-13/+9
2023-10-27crypto: bcm/cipher - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-27crypto: axis/artpec6 - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-27crypto: atmel-tdes - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: atmel-sha - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: atmel-aes - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: aspeed-hace - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: aspeed-acry - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: amlogic-gxl-core - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-27crypto: amcc/crypto4xx - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: sun8i-ss - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-27crypto: sun8i-ce - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-27crypto: sun4i-ss - Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-27crypto: xilinx/zynqmp-sha - remove unnecessary alignmaskEric Biggers1-1/+0
2023-10-27crypto: stm32 - remove unnecessary alignmaskEric Biggers1-2/+0
2023-10-20crypto: qcom-rng - Add missing dependency on hw_randomAndré Apitzsch1-0/+1
2023-10-20crypto: hisilicon/qm - fix EQ/AEQ interrupt issueLongfang Liu1-65/+40
2023-10-20crypto: hifn_795x - Silence gcc format-truncation false positive warningsHerbert Xu1-3/+8
2023-10-20crypto: ccp - Dump SEV command buffer registers on SEV command errorJohn Allen1-0/+14
2023-10-20crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2023-10-20crypto: virtio - handle config changed by work queuezhenwei pi2-1/+16
2023-10-14crypto: hisilicon/qm - alloc buffer to set and get xqcWeili Qian3-234/+178
2023-10-13crypto: aspeed-hace - Use device_get_match_data()Rob Herring1-7/+3
2023-10-13crypto: qat - add cnv_errors debugfs fileLucas Segarra Fernandez8-0/+342
2023-10-13crypto: qat - add pm_status debugfs fileLucas Segarra Fernandez11-5/+471
2023-10-13crypto: qat - refactor included headersLucas Segarra Fernandez2-1/+5
2023-10-13crypto: qcom-rng - Add hw_random interface supportOm Prakash Singh1-7/+58
2023-10-13crypto: qat - add namespace to driverGiovanni Cabiddu8-0/+8
2023-10-12crypto: qat - Remove zlib-deflateHerbert Xu1-128/+1
2023-10-05crypto: hisilicon/qm - check function qp num before alg registerWeili Qian7-61/+118
2023-10-05crypto: hisilicon/qm - fix the type value of aeqWeili Qian1-1/+3
2023-10-05crypto: hisilicon/qm - fix PF queue parameter issueLongfang Liu5-7/+27
2023-10-01crypto: keembay - Don't pass errors to the caller in .remove()Uwe Kleine-König1-8/+3
2023-10-01crypto: qat - Annotate struct adf_fw_counters with __counted_byKees Cook1-1/+1
2023-10-01crypto: qat - increase size of buffersGiovanni Cabiddu2-3/+3
2023-10-01crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-10-01crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-09-20crypto: hisilicon/sec - fix for sgl unmmap problemWenkai Lin1-0/+1
2023-09-20crypto: qat - enable dc chaining serviceAdam Guerin6-4/+69
2023-09-20crypto: qat - consolidate services structureGiovanni Cabiddu4-67/+42
2023-09-20crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu2-1/+5
2023-09-20crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu2-1/+5
2023-09-20crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu1-1/+3
2023-09-20crypto: qat - do not shadow error codeGiovanni Cabiddu1-2/+2
2023-09-20crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu2-7/+7
2023-09-20crypto: hisilicon/zip - remove zlib and gzipYang Shen2-288/+22
2023-09-20crypto: hisilicon/zip - support deflate algorithmYang Shen2-18/+72
2023-09-20crypto: qat - refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-20crypto: cavium/nitrox - refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-15crypto: ccp - Add support for DBC over PSP mailboxMario Limonciello4-29/+64
2023-09-15crypto: ccp - Add a macro to check capabilities registerMario Limonciello3-5/+6
2023-09-15crypto: ccp - Add a communication path abstraction for DBCMario Limonciello2-38/+26
2023-09-15crypto: ccp - Add support for extended PSP mailbox commandsMario Limonciello2-0/+45
2023-09-15crypto: ccp - Move direct access to some PSP registers out of TEETom Lendacky6-58/+104
2023-09-15crypto: hisilicon/hpre - Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-09-15crypto: vmx - Improved AES/XTS performance of 6-way unrolling for ppcDanny Tsen1-49/+92
2023-09-15crypto: qat - Use list_for_each_entry() helperJinjie Ruan1-18/+6
2023-09-15crypto: ccp - Get a free page to use while fetching initial nonceMario Limonciello1-1/+1
2023-08-29Merge tag 'v6.6-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds117-2478/+6352
2023-08-28Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-4/+3
2023-08-25crypto: chelsio - Remove unused declarationsYue Haibing2-2/+0
2023-08-25crypto: qat - fix crypto capability detection for 4xxxAdam Guerin2-1/+13
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring33-45/+25
2023-08-18crypto: zynqmp - Use new crypto_engine_op interfaceHerbert Xu1-17/+18
2023-08-18crypto: virtio - Use new crypto_engine_op interfaceHerbert Xu2-26/+30
2023-08-18crypto: stm32 - Use new crypto_engine_op interfaceHerbert Xu2-362/+452
2023-08-18crypto: jh7110 - Use new crypto_engine_op interfaceHerbert Xu4-205/+252
2023-08-18crypto: rk3288 - Use new crypto_engine_op interfaceHerbert Xu4-83/+123
2023-08-18crypto: omap - Use new crypto_engine_op interfaceHerbert Xu5-345/+370
2023-08-18crypto: keembay - Use new crypto_engine_op interfaceHerbert Xu3-374/+364
2023-08-18crypto: sl3516 - Use new crypto_engine_op interfaceHerbert Xu3-34/+43
2023-08-18crypto: caam - Use new crypto_engine_op interfaceHerbert Xu4-113/+320
2023-08-18crypto: aspeed - Remove non-standard sha512 algorithmsHerbert Xu1-212/+0
2023-08-18crypto: aspeed - Use new crypto_engine_op interfaceHerbert Xu5-105/+202
2023-08-18crypto: amlogic - Use new crypto_engine_op interfaceHerbert Xu3-29/+47
2023-08-18crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu4-131/+177
2023-08-18crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu4-125/+180
2023-08-18crypto: caam - Include internal/engine.hHerbert Xu3-3/+4
2023-08-18crypto: omap - Include internal/engine.hHerbert Xu1-16/+14
2023-08-18crypto: jh7110 - Include scatterwalk.h for struct scatter_walkHerbert Xu1-0/+1
2023-08-18crypto: jh7110 - Include crypto/hash.h in header fileHerbert Xu1-5/+5
2023-08-18crypto: zynqmp - Remove prepare/unprepare requestHerbert Xu1-2/+0
2023-08-18crypto: virtio - Remove prepare/unprepare requestHerbert Xu2-4/+0