summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
12 dayscrypto: qat - fix restarting state leak on allocation failureAhsan Atta1-3/+4
12 dayscrypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum1-7/+12
12 dayscrypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_...Uwe Kleine-König2-3/+3
12 dayscrypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu4-2/+61
12 dayscrypto: cavium/cpt - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
12 dayscrypto: marvell/octeontx - fix DMA cleanup using wrong loop indexFelix Gu1-2/+2
12 dayscrypto: hisilicon/qm - disable error report before flrWeili Qian1-2/+2
12 dayscrypto: ccp - Treat zero-length cert chain as query for blob lengthsSean Christopherson1-1/+2
12 dayscrypto: atmel-sha204a - fix blocking and non-blocking rng logicLothar Rubusch1-4/+4
12 dayscrypto: hisi-trng - Remove crypto_rng interfaceEric Biggers2-297/+2
12 dayscrypto: crypto4xx - Remove insecure and unused rng_algEric Biggers3-102/+0
12 dayscrypto: crypto4xx - Remove ahash-related codeHerbert Xu3-155/+1
12 dayscrypto: sun4i-ss - Remove insecure and unused rng_algEric Biggers5-134/+0
12 dayscrypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel1-8/+39
12 dayscrypto: talitos/hash - remove useless wrapperPaul Louvel1-6/+1
12 dayscrypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel1-16/+13
12 dayscrypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel1-73/+7
12 dayscrypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel2-63/+115
12 dayscrypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de...Paul Louvel1-95/+6
12 dayscrypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel1-16/+19
12 dayscrypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel1-34/+41
12 dayscrypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel1-17/+22
12 dayscrypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel2-58/+124
12 dayscrypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel1-7/+19
12 dayscrypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
12 dayscrypto: caam - use print_hex_dump_devel to guard key hex dumps againThorsten Blum1-6/+6
12 dayscrypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum4-16/+16
12 dayscrypto: amlogic - avoid double cleanup in meson_crypto_probe()Dawei Feng1-1/+1
12 dayscrypto: talitos - rename first/last to first_desc/last_descPaul Louvel1-23/+23
12 dayscrypto: talitos - fix SEC1 32k ahash request limitationPaul Louvel1-69/+147
12 dayscrypto: talitos - stop using crypto_ahash::initEric Biggers1-6/+9
12 daysRevert "crypto: talitos - fix SEC1 32k ahash request limitation"Goetz Goerisch1-147/+69
12 daysRevert "crypto: talitos - rename first/last to first_desc/last_desc"Goetz Goerisch1-23/+23
2026-07-04crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu5-543/+1
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-05-23crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctxThorsten Blum1-4/+4
2026-05-23Revert "crypto: nx - Migrate to scomp API"Sasha Levin4-58/+54
2026-05-23Revert "crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx"Sasha Levin1-4/+4
2026-05-23Revert "crypto: nx - fix context leak in nx842_crypto_free_ctx"Sasha Levin1-2/+4
2026-05-23crypto: ccp - copy IV using skcipher ivsizePaul Moses1-2/+5
2026-05-23crypto: sa2ul - Fix AEAD fallback algorithm namesT Pratham1-2/+2
2026-05-23crypto: qat - use swab32 macroGiovanni Cabiddu1-4/+6
2026-05-23crypto: atmel-aes - guard unregister on error in atmel_aes_register_algsThorsten Blum1-2/+4
2026-05-23crypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum3-47/+22
2026-05-23crypto: atmel - Remove cfb and ofbHerbert Xu2-411/+8
2026-05-17crypto: nx - fix context leak in nx842_crypto_free_ctxThorsten Blum1-4/+2
2026-05-17crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum2-4/+4
2026-05-17crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctxThorsten Blum1-4/+4
2026-05-17crypto: nx - Migrate to scomp APIArd Biesheuvel4-54/+58