summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-04-10crypto: hisilicon/sec2 - fix for aead auth key lengthWenkai Lin1-6/+2
2025-04-10crypto: nx - Fix uninitialised hv_nxc on errorHerbert Xu1-20/+17
2025-04-10crypto: qat - remove access to parity register for QAT GEN4Bairavi Alagappan1-52/+5
2025-04-10crypto: tegra - Fix format specifier in tegra_sha_prep_cmd()Nathan Chancellor1-1/+1
2025-04-10crypto: tegra - Reserve keyslots to allocate dynamicallyAkhil R3-22/+164
2025-04-10crypto: tegra - finalize crypto req on errorAkhil R1-11/+17
2025-04-10crypto: tegra - Set IV to NULL explicitly for AES ECBAkhil R1-0/+3
2025-04-10crypto: tegra - Fix CMAC intermediate result handlingAkhil R1-9/+9
2025-04-10crypto: hisilicon/sec2 - fix for sec spec checkWenkai Lin2-63/+39
2025-04-10crypto: hisilicon/sec2 - fix for aead authsize alignmentWenkai Lin1-13/+9
2025-04-10crypto: tegra - Use HMAC fallback when keyslots are fullAkhil R1-1/+6
2025-04-10crypto: tegra - Fix HASH intermediate result handlingAkhil R2-52/+98
2025-04-10crypto: tegra - Transfer HASH init function to crypto engineAkhil R3-78/+109
2025-04-10crypto: tegra - check return value for hash do_one_reqAkhil R2-2/+15
2025-04-10crypto: tegra - Do not use fixed size buffersAkhil R3-75/+89
2025-04-10crypto: tegra - Use separate buffer for setkeyAkhil R5-21/+37
2025-04-10crypto: qat - set parity error mask for qat_420xxBairavi Alagappan2-1/+2
2025-04-10crypto: iaa - Test the correct request flagHerbert Xu1-2/+2
2025-02-17crypto: qce - unregister previously registered algos in error pathBartosz Golaszewski1-4/+7
2025-02-17crypto: qce - fix goto jump in error pathBartosz Golaszewski1-1/+1
2025-02-17crypto: qce - fix priority to be less than ARMv8 CEEric Biggers3-3/+3
2025-02-08crypto: iaa - Fix IAA disabling that occurs when sync_mode is set to 'async'Kanchana P Sridhar1-1/+1
2025-02-08crypto: ixp4xx - fix OF node reference leaks in init_ixp_crypto()Joe Hattori1-0/+3
2025-02-08crypto: hisilicon/sec2 - fix for aead invalid authsizeWenkai Lin2-32/+34
2025-02-08crypto: hisilicon/sec2 - fix for aead icv errorWenkai Lin3-69/+44
2025-02-08crypto: caam - use JobR's space to access page 0 regsGaurav Jain1-1/+2
2025-02-08crypto: tegra - do not transfer req when tegra init failsChen Ridong2-4/+10
2024-12-10crypto: hisilicon/debugfs - fix the struct pointer incorrectly offset problemChenghai Huang1-2/+2
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada2-2/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra17-43/+39
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-15/+34
2024-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds82-464/+727
2024-11-18Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-0/+21
2024-11-15crypto: marvell/cesa - fix uninit value for struct mv_cesa_op_ctxKarol Przybylski1-12/+12
2024-11-15crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()Christophe JAILLET1-0/+2
2024-11-15crypto: bcm - add error check in the ahash_hmac_init functionChen Ridong1-1/+4
2024-11-15crypto: caam - add error check to caam_rsa_set_priv_key_formChen Ridong1-4/+7
2024-11-10crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()Li Huafei1-1/+1
2024-11-10crypto: qat - Fix missing destroy_workqueue in adf_init_aer()Wang Hai1-1/+4
2024-11-02crypto: hisilicon/qm - disable same error report before resettingWeili Qian4-49/+103
2024-11-02crypto: hisilicon - support querying the capability registerQi Tao8-111/+360
2024-10-30crypto: marvell - replace deprecated PCI functionsPhilipp Stanner2-9/+18
2024-10-30crypto: qat - replace deprecated PCI functionsPhilipp Stanner2-6/+16
2024-10-29s390/pkey: Add new pkey handler module pkey-uvHarald Freudenberger1-0/+21
2024-10-28crypto: starfive - remove unneeded crypto_engine_stop() callOvidiu Panait1-4/+1
2024-10-28crypto: tegra - remove unneeded crypto_engine_stop() callOvidiu Panait1-2/+0
2024-10-28crypto: cavium - Fix the if condition to exit loop after timeoutEverest K.C1-2/+2
2024-10-28crypto: qat - Fix typo "accelaration"WangYuli1-1/+1
2024-10-28crypto: tegra - remove redundant error check on retColin Ian King1-2/+0
2024-10-28crypto: nx - Fix invalid wait context during kexec rebootVishal Chourasia1-1/+2