summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
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 - validate RSA CRT component lengthsGiovanni Cabiddu1-5/+5
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: 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: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang1-1/+1
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: amlogic - avoid double cleanup in meson_crypto_probe()Dawei Feng1-1/+1
2026-07-04crypto: qat - remove unused character device and IOCTLsGiovanni Cabiddu7-557/+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: 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: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu1-6/+6
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: qat - introduce fuse arraySuman Kumar Chakraborty12-17/+27
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: tegra - Reserve keyslots to allocate dynamicallyAkhil R3-22/+164
2026-05-23crypto: tegra - Transfer HASH init function to crypto engineAkhil R3-78/+109
2026-05-23crypto: tegra - finalize crypto req on errorAkhil R1-11/+17
2026-05-14crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum2-4/+4
2026-05-14crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctxThorsten Blum1-4/+4
2026-05-07crypto: nx - Fix packed layout in struct nx842_crypto_headerGustavo A. R. Silva1-2/+2
2026-05-07crypto: atmel-sha204a - Fix uninitialized data access on OTP read errorThorsten Blum1-0/+4
2026-05-07crypto: atmel-sha204a - Fix potential UAF and memory leak in remove pathThorsten Blum1-4/+2
2026-05-07crypto: atmel-sha204a - Fix error codes in OTP readsThorsten Blum2-5/+6
2026-05-07crypto: atmel-tdes - fix DMA sync directionThorsten Blum1-4/+4
2026-05-07crypto: ccree - fix a memory leak in cc_mac_digest()Haoxiang Li1-0/+1
2026-05-07crypto: hisilicon - Fix dma_unmap_single() directionThomas Fourier1-1/+1
2026-05-07crypto: atmel-ecc - Release client on allocation failureThorsten Blum1-0/+1
2026-05-07crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanupThorsten Blum1-1/+1
2026-05-07crypto: talitos - rename first/last to first_desc/last_descPaul Louvel1-23/+23