summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
38 hourscrypto: ccp - copy IV using skcipher ivsizePaul Moses1-2/+5
38 hourscrypto: sa2ul - Fix AEAD fallback algorithm namesT Pratham1-2/+2
38 hourscrypto: atmel-sha204a - Fix potential UAF and memory leak in remove pathThorsten Blum1-4/+2
38 hourscrypto: atmel-tdes - fix DMA sync directionThorsten Blum1-4/+4
38 hourscrypto: ccree - fix a memory leak in cc_mac_digest()Haoxiang Li1-0/+1
38 hourscrypto: hisilicon - Fix dma_unmap_single() directionThomas Fourier1-1/+1
38 hourscrypto: atmel-ecc - Release client on allocation failureThorsten Blum1-0/+1
38 hourscrypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanupThorsten Blum1-1/+1
38 hourscrypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
38 hourscrypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
38 hourscrypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson1-1/+7
2026-03-25crypto: atmel-sha204a - Fix OOM ->tfm_count leakThorsten Blum1-2/+3
2026-03-04crypto: ccp - Add an S4 restore flowMario Limonciello (AMD)6-1/+47
2026-03-04crypto: hisilicon/trng - support tfms sharing the deviceWeili Qian1-35/+86
2026-03-04crypto: hisilicon/trng - modifying the order of header filesChenghai Huang1-2/+2
2026-03-04crypto: hisilicon/sec2 - support skcipher/aead fallback for hardware queue un...Qi Tao1-15/+47
2026-03-04crypto: hisilicon/sec2 - fix for sec spec checkWenkai Lin2-63/+39
2026-03-04crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye1-2/+2
2026-03-04crypto: hisilicon/zip - adjust the way to obtain the req in the callback func...Chenghai Huang1-15/+9
2026-03-04crypto: hisilicon/zip - remove zlib and gzipYang Shen2-288/+22
2026-03-04crypto: hisilicon/zip - support deflate algorithmYang Shen2-18/+72
2026-03-04crypto: octeontx - fix dma_free_coherent() sizeThomas Fourier1-1/+2
2026-03-04crypto: cavium - fix dma_free_coherent() sizeThomas Fourier1-1/+2
2026-03-04crypto: qat - fix warning on adf_pfvf_pf_proto.cGiovanni Cabiddu1-0/+10
2026-02-19crypto: virtio - Remove duplicated virtqueue_kick in virtio_crypto_skcipher_c...Bibo Mao1-2/+0
2026-02-19crypto: virtio - Add spinlock protection with virtqueue notificationBibo Mao1-0/+5
2026-02-19crypto: omap - Allocate OMAP_CRYPTO_FORCE_COPY scatterlists correctlyKees Cook1-1/+1
2026-02-19crypto: octeontx - Fix length check to avoid truncation in ucode_load_storeThorsten Blum1-1/+1
2026-02-06crypto: qat - flush misc workqueue during device shutdownGiovanni Cabiddu3-0/+7
2026-01-11crypto: ccree - Correctly handle return of sg_nents_for_lenHaotian Zhang1-1/+5
2026-01-11crypto: hisilicon/qm - restore original qos valuesnieweiqiang1-1/+13
2025-10-29crypto: rockchip - Fix dma_unmap_sg() nents valueThomas Fourier1-2/+1
2025-10-19crypto: atmel - Fix dma_unmap_sg() directionThomas Fourier1-1/+1
2025-10-19crypto: aspeed - Fix dma_unmap_sg() directionThomas Fourier1-1/+1
2025-10-15crypto: hisilicon/qm - set NULL to qm->debug.qm_diff_regsChenghai Huang1-0/+1
2025-10-15crypto: hisilicon - re-enable address prefetch after device resumingChenghai Huang4-48/+43
2025-10-15crypto: hisilicon/zip - remove unnecessary validation for high-performance mo...Chenghai Huang1-12/+2
2025-08-28crypto: qat - fix ring to service map for QAT GEN4Giovanni Cabiddu4-0/+23
2025-08-28crypto: octeontx2 - add timeout for load_fvc completion pollBharat Bhushan1-2/+14
2025-08-28crypto: hisilicon/hpre - fix dma unmap sequenceZhiqi Song1-2/+6
2025-08-15crypto: qat - fix seq_file position update in adf_ring_next()Giovanni Cabiddu1-1/+3
2025-08-15crypto: img-hash - Fix dma_unmap_sg() nents valueThomas Fourier1-1/+1
2025-08-15crypto: keembay - Fix dma_unmap_sg() nents valueThomas Fourier1-1/+7
2025-08-15crypto: ccp - Fix crash when rebind ccp device for ccp.koMengbiao Xiong1-0/+3
2025-08-15crypto: inside-secure - Fix `dma_unmap_sg()` nents valueThomas Fourier1-2/+6
2025-08-15crypto: marvell/cesa - Fix engine load inaccuracyHerbert Xu2-3/+6
2025-08-15crypto: sun8i-ce - fix nents passed to dma_unmap_sg()Ovidiu Panait1-2/+2
2025-06-27crypto: marvell/cesa - Do not chain submitted requestsHerbert Xu3-25/+39
2025-06-27crypto: sun8i-ce - move fallback ahash_request to the end of the structOvidiu Panait1-1/+1
2025-06-27crypto: marvell/cesa - Avoid empty transfer descriptorHerbert Xu1-1/+1