summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2025-03-08crypto: tegra - finalize crypto req on errorAkhil R-11/+17
2025-03-08crypto: tegra - Do not use fixed size buffersAkhil R-75/+89
2025-03-08crypto: tegra - Use separate buffer for setkeyAkhil R-21/+37
2025-03-08crypto: mxs-dcp - Only set OTP_KEY bit for OTP keySven Schwermer-4/+4
2025-03-02crypto: octeontx - Remove unused function otx_cpt_eng_grp_has_eng_typeDr. David Alan Gilbert-13/+0
2025-03-02crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_infoDr. David Alan Gilbert-100/+0
2025-03-02crypto: stm32 - use the new scatterwalk functionsEric Biggers-17/+17
2025-03-02crypto: s5p-sss - use the new scatterwalk functionsEric Biggers-27/+11
2025-03-02crypto: nx - use the new scatterwalk functionsEric Biggers-50/+17
2025-02-22crypto: inside-secure/eip93 - Correctly handle return of for sg_nents_for_lenChristian Marangi-6/+19
2025-02-22crypto: qat - refactor service parsing logicMaƂgorzata Mielnik-78/+202
2025-02-22crypto: qat - do not export adf_cfg_servicesGiovanni Cabiddu-1/+0
2025-02-22crypto: qat - reorder objects in qat_common MakefileGiovanni Cabiddu-33/+33
2025-02-22crypto: qat - fix object goals in MakefilesGiovanni Cabiddu-9/+9
2025-02-22crypto: bcm - set memory to zero only onceThorsten Blum-12/+12
2025-02-22crypto: inside-secure - Eliminate duplication in top-level MakefileHerbert Xu-2/+2
2025-02-22crypto: ccp - Add support for PCI device 0x1134Devaraj Rangasamy-0/+1
2025-02-22crypto: hisilicon/sec2 - fix for sec spec checkWenkai Lin-63/+39
2025-02-22crypto: hisilicon/sec2 - fix for aead authsize alignmentWenkai Lin-13/+9
2025-02-22crypto: hisilicon/sec2 - fix for aead auth key lengthWenkai Lin-6/+2
2025-02-22crypto: virtio - Drop superfluous [as]kcipher_req pointerLukas Wunner-10/+7
2025-02-22crypto: virtio - Drop superfluous [as]kcipher_ctx pointerLukas Wunner-8/+5
2025-02-22crypto: virtio - Drop superfluous ctx->tfm backpointerLukas Wunner-9/+0
2025-02-22crypto: virtio - Simplify RSA key size cachingLukas Wunner-11/+8
2025-02-22crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop()Lukas Wunner-1/+1
2025-02-14crypto: ccp: Add external API interface for PSP module initializationSean Christopherson-0/+14
2025-02-09crypto: qat - set command ids as reservedSuman Kumar Chakraborty-2/+2
2025-02-09crypto: hisilicon/hpre - adapt ECDH for high-performance coreslizhi-0/+7
2025-02-09crypto: ccp - Fix check for the primary ASP deviceTom Lendacky-6/+9
2025-02-09crypto: drivers - Use str_enable_disable-like helpersKrzysztof Kozlowski-13/+14
2025-02-09crypto: eip93 - Add Inside Secure SafeXcel EIP-93 crypto engine supportChristian Marangi-0/+4049
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers-1/+1
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-32/+4
2025-01-24Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-2895/+767
2025-01-20Merge tag 'kernel-6.14-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2025-01-15qat: don't mess with ->d_nameAl Viro-32/+4
2025-01-14crypto: omap - switch from scatter_walk to plain offsetEric Biggers-48/+32
2025-01-14crypto: bcm - Drop unused setting of local 'ptr' variableKrzysztof Kozlowski-6/+1
2025-01-14crypto: hisilicon/qm - support new function communicationYang Shen-61/+175
2024-12-28crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'Kanchana P Sridhar-1/+1
2024-12-21crypto: qce - revert "use __free() for a buffer that's always freed"Nathan Chancellor-3/+3
2024-12-21crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto()Joe Hattori-0/+3
2024-12-21crypto: hisilicon/sec2 - fix for aead invalid authsizeWenkai Lin-32/+34
2024-12-21crypto: hisilicon/sec2 - fix for aead icv errorWenkai Lin-69/+44
2024-12-14crypto: n2 - remove Niagara2 SPU driverEric Biggers-2515/+0
2024-12-14crypto: qce - fix priority to be less than ARMv8 CEEric Biggers-3/+3
2024-12-14crypto: ccp - Use scoped guard for mutexMario Limonciello-33/+20
2024-12-14crypto: qce - switch to using a mutexBartosz Golaszewski-26/+23
2024-12-14crypto: qce - convert tasklet to workqueueBartosz Golaszewski-16/+10
2024-12-14crypto: qce - use __free() for a buffer that's always freedBartosz Golaszewski-3/+3