summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-03-13crypto: hisilicon/qm - inject error before stopping queueWeili Qian1-23/+23
2025-03-13crypto: qce - unregister previously registered algos in error pathBartosz Golaszewski1-4/+7
2025-03-13crypto: qce - fix goto jump in error pathBartosz Golaszewski1-1/+1
2024-12-14crypto: cavium - Fix an error handling path in cpt_ucode_load_fw()Christophe JAILLET1-0/+2
2024-12-14crypto: bcm - add error check in the ahash_hmac_init functionChen Ridong1-1/+4
2024-12-14crypto: caam - add error check to caam_rsa_set_priv_key_formChen Ridong1-4/+7
2024-12-14crypto: cavium - Fix the if condition to exit loop after timeoutEverest K.C1-2/+2
2024-12-14crypto: 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-17crypto: ccp - Properly unregister /dev/sev on sev PLATFORM_STATUS failurePavan Kumar Paluri1-0/+2
2024-06-16crypto: qat - Fix ADF_DEV_RESET_SYNC memory leakHerbert Xu1-14/+5
2024-06-16crypto: ccp - drop platform ifdef checksArnd Bergmann1-12/+2
2024-06-16crypto: bcm - Fix pointer arithmeticAleksandr Mishin1-1/+1
2024-04-13crypto: qat - resolve race condition during AER recoveryDamian Muszynski1-6/+16
2024-04-13crypto: qat - fix double free during resetSvyatoslav Pankratov1-1/+2
2024-03-26crypto: xilinx - call finalize with bh disabledQuanyang Wang1-0/+3
2024-03-06crypto: 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
2024-02-23crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin1-1/+1
2024-01-25virtio-crypto: fix memory leak in virtio_crypto_alg_skcipher_close_session()Wei Yongjun1-1/+2
2024-01-25virtio-crypto: fix memory-leaklei he1-0/+4
2024-01-25crypto: sahara - do not resize req->src when doing hash operationsOvidiu Panait1-36/+2
2024-01-25crypto: sahara - fix processing hash requests with req->nbytes < sg->lengthOvidiu Panait1-1/+4
2024-01-25crypto: sahara - improve error handling in sahara_sha_process()Ovidiu Panait1-2/+8
2024-01-25crypto: sahara - fix wait_for_completion_timeout() error handlingOvidiu Panait1-8/+10
2024-01-25crypto: sahara - fix ahash reqsizeOvidiu Panait1-2/+1
2024-01-25crypto: sahara - handle zero-length aes requestsOvidiu Panait1-0/+3
2024-01-25crypto: sahara - avoid skcipher fallback code duplicationOvidiu Panait1-60/+25
2024-01-25crypto: virtio - Wait for tasklet to complete on device removewangyangxin1-0/+3
2024-01-25crypto: sahara - fix error handling in sahara_hw_descriptor_create()Ovidiu Panait1-5/+3
2024-01-25crypto: sahara - fix processing requests with cryptlen < sg->lengthOvidiu Panait1-2/+7
2024-01-25crypto: sahara - fix ahash selftest failureOvidiu Panait1-1/+1
2024-01-25crypto: sahara - fix cbc selftest failureOvidiu Panait1-2/+31
2024-01-25crypto: sahara - remove FLAGS_NEW_KEY logicOvidiu Panait1-21/+13
2024-01-25crypto: ccp - fix memleak in ccp_init_dm_workareaDinghao Liu1-1/+4
2024-01-25crypto: sa2ul - Return crypto_aead_setkey to transfer the errorChen Ni1-2/+1
2024-01-25crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2-10/+15
2024-01-25virtio-crypto: wait ctrl queue instead of busy pollingzhenwei pi4-55/+64
2024-01-25virtio-crypto: use private buffer for control requestzhenwei pi3-45/+79
2024-01-25virtio-crypto: change code stylezhenwei pi2-53/+59
2024-01-25virtio-crypto: implement RSA algorithmzhenwei pi6-1/+608
2023-11-20crypto: qat - increase size of buffersGiovanni Cabiddu2-3/+3
2023-11-20crypto: qat - mask device capabilities with soft strapsGiovanni Cabiddu16-53/+109
2023-11-20crypto: caam/jr - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-11-20crypto: caam/qi2 - fix Chacha20 + Poly1305 self test failureGaurav Jain1-1/+2
2023-11-20crypto: hisilicon/hpre - Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-09-19crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin1-1/+1
2023-09-19crypto: caam - fix unchecked return value errorGaurav Jain1-1/+3
2023-09-19crypto: stm32 - Properly handle pm_runtime_get failingUwe Kleine-König1-4/+3
2023-07-27crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann1-1/+1