summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
7 dayscrypto: loongson - Remove broken and unused loongson-rngEric Biggers5-218/+0
7 dayscrypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel1-8/+39
7 dayscrypto: talitos/hash - remove useless wrapperPaul Louvel1-6/+1
7 dayscrypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel1-16/+13
7 dayscrypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel1-73/+7
7 dayscrypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel2-63/+115
7 dayscrypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de...Paul Louvel1-95/+6
7 dayscrypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel1-16/+19
7 dayscrypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel1-34/+41
7 dayscrypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel1-17/+22
7 dayscrypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel2-58/+124
7 dayscrypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel1-7/+19
7 dayscrypto: qat - factor out AER reset helpersAhsan Atta1-33/+53
7 dayscrypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
7 dayscrypto: qat - skip restart for down devicesAhsan Atta1-0/+8
7 dayscrypto: qat - protect service table iterations with service_lockAhsan Atta1-0/+16
7 dayscrypto: qat - notify fatal error before AER reset preparationAhsan Atta1-2/+2
7 dayscrypto: qat - keep VFs enabled during resetAhsan Atta1-1/+11
7 dayscrypto: qat - handle sysfs-triggered reset callbacksAhsan Atta1-0/+12
7 dayscrypto: qat - centralize bus master enableAhsan Atta12-15/+10
7 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_CONFIG)Tycho Andersen (AMD)1-29/+4
7 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)Tycho Andersen (AMD)1-13/+4
7 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)Tycho Andersen (AMD)1-12/+1
7 dayscrypto: ccp - Do not initialize SNP for SEV ioctlsTycho Andersen (AMD)1-5/+2
7 dayscrypto: loongson - Select CRYPTO_RNGEric Biggers1-0/+1
7 dayscrypto: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang1-1/+1
7 dayscrypto: hisi-trng - Remove crypto_rng interfaceEric Biggers2-295/+2
7 dayscrypto: crypto4xx - Remove insecure and unused rng_algEric Biggers3-103/+0
7 dayscrypto: caam - use print_hex_dump_devel to guard key hex dumps againThorsten Blum1-6/+6
7 dayscrypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum4-16/+16
7 dayscrypto: atmel-sha204a - drop hwrng quality reduction for ATSHA204AThorsten Blum1-7/+12
7 dayscrypto: amlogic - avoid double cleanup in meson_crypto_probe()Dawei Feng1-1/+1
2026-07-04crypto: nx - fix nx_crypto_ctx_exit argumentSam James2-5/+3
2026-06-27crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu7-557/+1
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: eip93 - fix hmac setkey algo selectionAleksander Jan Bajkowski1-1/+1
2026-05-23crypto: qat - use swab32 macroGiovanni Cabiddu1-4/+6
2026-05-23crypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()Giovanni Cabiddu1-1/+1
2026-05-23crypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu1-6/+6
2026-05-23crypto: qat - fix compression instance leakGiovanni Cabiddu1-2/+8
2026-05-23crypto: qat - disable 420xx AE cluster when lead engine is fused offAhsan Atta1-2/+18
2026-05-23crypto: qat - disable 4xxx AE cluster when lead engine is fused offAhsan Atta1-2/+12
2026-05-23crypto: hisilicon/sec2 - prevent req used-after-free for secWenkai Lin1-1/+1
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: tegra - Disable softirqs before finalizing requestHerbert Xu2-0/+12
2026-05-23crypto: inside-secure/eip93 - register hash before authenc algorithmsAleksander Jan Bajkowski1-8/+8
2026-05-23crypto: inside-secure/eip93 - fix register definitionAleksander Jan Bajkowski1-1/+1
2026-05-14crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum2-4/+4