summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
34 hourscrypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
34 hourscrypto: qat - fix restarting state leak on allocation failureAhsan Atta1-3/+4
34 hourscrypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum1-7/+12
34 hourscrypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_...Uwe Kleine-König2-3/+3
34 hourscrypto: atmel-sha204a - Mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
34 hourscrypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu4-2/+61
34 hourscrypto: cavium/cpt - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
34 hourscrypto: marvell/octeontx - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
34 hourscrypto: hisilicon/qm - disable error report before flrWeili Qian1-2/+2
34 hourscrypto: ccp - Treat zero-length cert chain as query for blob lengthsSean Christopherson1-1/+2
34 hourscrypto: atmel-sha204a - fix blocking and non-blocking rng logicLothar Rubusch1-4/+4
34 hourscrypto: hisi-trng - Remove crypto_rng interfaceEric Biggers2-297/+2
34 hourscrypto: crypto4xx - Remove insecure and unused rng_algEric Biggers3-102/+0
34 hourscrypto: crypto4xx - Remove ahash-related codeHerbert Xu3-155/+1
34 hourscrypto: sun4i-ss - Remove insecure and unused rng_algEric Biggers5-134/+0
34 hourscrypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel1-16/+19
34 hourscrypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel1-34/+41
34 hourscrypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel1-17/+22
34 hourscrypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel2-58/+124
34 hourscrypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel1-7/+19
34 hourscrypto: caam - use print_hex_dump_devel to guard key hex dumps againThorsten Blum1-6/+6
34 hourscrypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum4-16/+16
34 hourscrypto: amlogic - avoid double cleanup in meson_crypto_probe()Dawei Feng1-1/+1
2026-07-04crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu5-553/+3
2026-07-04crypto: qat - Return pointer directly in adf_ctl_alloc_resourcesHerbert Xu1-18/+13
2026-07-04crypto: qat - Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum1-10/+3
2026-06-19crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum2-4/+4
2026-06-01crypto: ccp - copy IV using skcipher ivsizePaul Moses1-2/+5
2026-06-01crypto: sa2ul - Fix AEAD fallback algorithm namesT Pratham1-2/+2
2026-06-01crypto: atmel-sha204a - Fix potential UAF and memory leak in remove pathThorsten Blum1-4/+2
2026-06-01crypto: atmel-tdes - fix DMA sync directionThorsten Blum1-4/+4
2026-06-01crypto: ccree - fix a memory leak in cc_mac_digest()Haoxiang Li1-0/+1
2026-06-01crypto: hisilicon - Fix dma_unmap_single() directionThomas Fourier1-1/+1
2026-06-01crypto: atmel-ecc - Release client on allocation failureThorsten Blum1-0/+1
2026-06-01crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanupThorsten Blum1-1/+1
2026-06-01crypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
2026-06-01crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
2026-06-01crypto: 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