summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
29 hourscrypto: qat - fix restarting state leak on allocation failureAhsan Atta
29 hourscrypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum
29 hourscrypto: atmel - Drop explicit initialization of struct i2c_device_id::driver_...Uwe Kleine-König
29 hourscrypto: qat - fix VF2PF work teardown race in adf_disable_sriov()Giovanni Cabiddu
29 hourscrypto: cavium/cpt - fix DMA cleanup using wrong loop indexFelix Gu
29 hourscrypto: marvell/octeontx - fix DMA cleanup using wrong loop indexFelix Gu
29 hourscrypto: hisilicon/qm - disable error report before flrWeili Qian
29 hourscrypto: ccp - Treat zero-length cert chain as query for blob lengthsSean Christopherson
29 hourscrypto: atmel-sha204a - fix blocking and non-blocking rng logicLothar Rubusch
29 hourscrypto: hisi-trng - Remove crypto_rng interfaceEric Biggers
29 hourscrypto: crypto4xx - Remove insecure and unused rng_algEric Biggers
29 hourscrypto: crypto4xx - Remove ahash-related codeHerbert Xu
29 hourscrypto: sun4i-ss - Remove insecure and unused rng_algEric Biggers
29 hourscrypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel
29 hourscrypto: talitos/hash - remove useless wrapperPaul Louvel
29 hourscrypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel
29 hourscrypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel
29 hourscrypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel
29 hourscrypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de...Paul Louvel
29 hourscrypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel
29 hourscrypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel
29 hourscrypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel
29 hourscrypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel
29 hourscrypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel
29 hourscrypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu
29 hourscrypto: caam - use print_hex_dump_devel to guard key hex dumps againThorsten Blum
29 hourscrypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum
29 hourscrypto: amlogic - avoid double cleanup in meson_crypto_probe()Dawei Feng
29 hourscrypto: talitos - rename first/last to first_desc/last_descPaul Louvel
29 hourscrypto: talitos - fix SEC1 32k ahash request limitationPaul Louvel
29 hourscrypto: talitos - stop using crypto_ahash::initEric Biggers
29 hoursRevert "crypto: talitos - fix SEC1 32k ahash request limitation"Goetz Goerisch
29 hoursRevert "crypto: talitos - rename first/last to first_desc/last_desc"Goetz Goerisch
2026-07-04crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu
2026-07-04crypto: qat - Return pointer directly in adf_ctl_alloc_resourcesHerbert Xu
2026-07-04crypto: qat - Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum
2026-05-23crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctxThorsten Blum
2026-05-23Revert "crypto: nx - Migrate to scomp API"Sasha Levin
2026-05-23Revert "crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctx"Sasha Levin
2026-05-23Revert "crypto: nx - fix context leak in nx842_crypto_free_ctx"Sasha Levin
2026-05-23crypto: ccp - copy IV using skcipher ivsizePaul Moses
2026-05-23crypto: sa2ul - Fix AEAD fallback algorithm namesT Pratham
2026-05-23crypto: qat - use swab32 macroGiovanni Cabiddu
2026-05-23crypto: atmel-aes - guard unregister on error in atmel_aes_register_algsThorsten Blum
2026-05-23crypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum
2026-05-23crypto: atmel - Remove cfb and ofbHerbert Xu
2026-05-17crypto: nx - fix context leak in nx842_crypto_free_ctxThorsten Blum
2026-05-17crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum
2026-05-17crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctxThorsten Blum
2026-05-17crypto: nx - Migrate to scomp APIArd Biesheuvel