summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-10-29crypto: atmel - Fix dma_unmap_sg() directionThomas Fourier1-1/+1
2025-08-28crypto: qat - fix seq_file position update in adf_ring_next()Giovanni Cabiddu1-1/+3
2025-08-28crypto: img-hash - Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-08-28crypto: ccp - Fix crash when rebind ccp device for ccp.koMengbiao Xiong1-0/+3
2025-08-28crypto: marvell/cesa - Fix engine load inaccuracyHerbert Xu2-3/+6
2025-06-27crypto: marvell/cesa - Avoid empty transfer descriptorHerbert Xu1-1/+1
2025-06-27crypto: marvell/cesa - Handle zero-length skcipher requestsHerbert Xu1-0/+3
2025-05-02crypto: atmel-sha204a - Set hwrng quality to lowest possibleMarek Behún1-1/+6
2025-05-02crypto: ccp - Fix check for the primary ASP deviceTom Lendacky1-6/+9
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
2025-01-09chelsio/chtls: prevent potential integer overflow on 32bitDan Carpenter1-2/+3
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: cavium - Fix the if condition to exit loop after timeoutEverest K.C1-2/+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-02-23crypto: stm32/crc32 - fix parsing list of devicesThomas Bourgoin1-1/+1
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: 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 - 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: virtio - don't use 'default m'Ram Muthiah1-1/+0
2024-01-25crypto: virtio - Handle dataq logic with taskletGonglei (Arei)2-10/+15
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-20chtls: fix tp->rcv_tstamp initializationEric Dumazet1-1/+1
2023-09-23crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin1-1/+1
2023-09-23crypto: caam - fix unchecked return value errorGaurav Jain1-1/+3
2023-09-23crypto: stm32 - Properly handle pm_runtime_get failingUwe Kleine-König1-4/+3
2023-07-27crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann1-1/+1
2023-07-27crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2-3/+3
2023-05-17crypto: safexcel - Cleanup ring IRQ workqueues on load failureJonathan McDowell1-10/+27
2023-05-17crypto: inside-secure - irq balanceSven Auhagen2-2/+14
2023-03-11crypto: crypto4xx - Call dma_unmap_page when doneHerbert Xu1-6/+4
2023-03-11crypto: ccp - Failure on re-initialization due to duplicate sysfs filenameKoba Ko1-4/+17
2023-01-18crypto: n2 - add missing hash statesizeCorentin Labbe1-0/+6
2023-01-18crypto: img-hash - Fix variable dereferenced before check 'hdev->req'Gaosheng Cui1-2/+6
2023-01-18crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing1-1/+1
2023-01-18crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1