summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
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: 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: hisilicon/sec2 - optimize the error return processChenghai Huang1-2/+5
2025-02-08crypto: caam - use JobR's space to access page 0 regsGaurav Jain1-1/+2
2024-12-09crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()Christophe JAILLET1-0/+2
2024-12-09crypto: bcm - add error check in the ahash_hmac_init functionChen Ridong1-1/+4
2024-12-09crypto: caam - add error check to caam_rsa_set_priv_key_formChen Ridong1-4/+7
2024-12-09crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init()Li Huafei1-1/+1
2024-12-09crypto: hisilicon/qm - disable same error report before resettingWeili Qian4-49/+103
2024-12-09crypto: cavium - Fix the if condition to exit loop after timeoutEverest K.C1-2/+2
2024-12-09crypto: qat - remove faulty arbiter config resetAhsan Atta1-4/+0
2024-12-09crypto: qat/qat_4xxx - fix off by one in uof_get_name()Dan Carpenter1-1/+1
2024-12-09crypto: qat - remove check after debugfs_create_dir()Cabiddu, Giovanni1-12/+1
2024-12-09crypto: caam - Fix the pointer passed to caam_qi_shutdown()Christophe JAILLET1-1/+1
2024-11-17crypto: marvell/cesa - Disable hash algorithmsHerbert Xu1-6/+6
2024-10-10crypto: octeontx* - Select CRYPTO_AUTHENCHerbert Xu1-0/+2
2024-10-10crypto: octeontx2 - Fix authenc setkeyHerbert Xu1-164/+90
2024-10-10crypto: octeontx - Fix authenc setkeyHerbert Xu1-168/+93
2024-10-04crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri1-0/+2
2024-10-04crypto: caam - Pad SG length when allocating hash edescHerbert Xu1-0/+1
2024-10-04crypto: hisilicon/qm - inject error before stopping queueWeili Qian1-23/+24
2024-10-04crypto: hisilicon/qm - reset device before enabling itWeili Qian4-64/+121
2024-10-04crypto: hisilicon/hpre - mask cluster timeout errorWeili Qian1-16/+6
2024-09-12crypto: starfive - Fix nent assignment in rsa decJia Jie Ho2-3/+1
2024-09-12crypto: starfive - Align rsa input data to 32-bitJia Jie Ho2-5/+10
2024-09-12crypto: qat - fix unintentional re-enabling of error interruptsHareshx Sankar Raj2-3/+9
2024-09-08crypto: stm32/cryp - call finalize with bh disabledMaxime Méré1-1/+5
2024-08-03crypto: qat - extend scope of lock in adf_cfg_add_key_value_param()Nivas Varadharajan Mugunthakumar1-2/+4
2024-07-11crypto: hisilicon/debugfs - Fix debugfs uninit process issueChenghai Huang1-3/+18
2024-06-27crypto: hisilicon/qm - Add the err memory release process to qm uninitChenghai Huang1-4/+1
2024-06-27crypto: hisilicon/sec - Fix memory leak for sec resource releaseChenghai Huang1-1/+3
2024-06-16crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu1-14/+5
2024-06-12crypto: qat - specify firmware files for 402xxGiovanni Cabiddu1-0/+2
2024-06-12crypto: ccp - drop platform ifdef checksArnd Bergmann1-12/+2
2024-06-12crypto: bcm - Fix pointer arithmeticAleksandr Mishin1-1/+1
2024-04-03crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov1-17/+17
2024-04-03crypto: rk3288 - Fix use after free in unprepareHerbert Xu1-2/+2
2024-04-03crypto: qat - resolve race condition during AER recoveryDamian Muszynski1-6/+16
2024-03-26crypto: qat - fix ring to service map for dcc in 4xxxDamian Muszynski1-0/+8
2024-03-26crypto: qat - relocate and rename get_service_enabled()Jie Wang3-26/+34
2024-03-26crypto: qat - move adf_cfg_servicesGiovanni Cabiddu4-13/+24
2024-03-26crypto: qat - avoid division by zeroAdam Guerin1-0/+3
2024-03-26crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Mario Limonciello1-2/+9
2024-03-26crypto: xilinx - call finalize with bh disabledQuanyang Wang1-0/+3
2024-03-01crypto: virtio/akcipher - Fix stack overflow on memcpyzhenwei pi1-2/+3
2024-02-23crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_lockedKim Phillips1-2/+8