summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
34 hourscrypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel
34 hourscrypto: talitos/hash - remove useless wrapperPaul Louvel
34 hourscrypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel
34 hourscrypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel
34 hourscrypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel
34 hourscrypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de...Paul Louvel
34 hourscrypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel
34 hourscrypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel
34 hourscrypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel
34 hourscrypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel
34 hourscrypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel
34 hourscrypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu
34 hourscrypto: qat - protect service table iterations with service_lockAhsan Atta
34 hourscrypto: qat - notify fatal error before AER reset preparationAhsan Atta
34 hourscrypto: qat - keep VFs enabled during resetAhsan Atta
34 hourscrypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)Tycho Andersen (AMD)
34 hourscrypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)Tycho Andersen (AMD)
34 hourscrypto: ccp - Do not initialize SNP for SEV ioctlsTycho Andersen (AMD)
34 hourscrypto: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang
34 hourscrypto: caam - use print_hex_dump_devel to guard key hex dumps againThorsten Blum
34 hourscrypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum
34 hourscrypto: amlogic - avoid double cleanup in meson_crypto_probe()Dawei Feng
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: 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: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu
2026-05-23crypto: qat - disable 420xx AE cluster when lead engine is fused offAhsan Atta
2026-05-23crypto: qat - disable 4xxx AE cluster when lead engine is fused offAhsan Atta
2026-05-23crypto: qat - introduce fuse arraySuman Kumar Chakraborty
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: tegra - Disable softirqs before finalizing requestHerbert Xu
2026-05-23crypto: tegra - Reserve keyslots to allocate dynamicallyAkhil R
2026-05-23crypto: tegra - Transfer HASH init function to crypto engineAkhil R
2026-05-23crypto: tegra - finalize crypto req on errorAkhil R
2026-05-14crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum
2026-05-14crypto: nx - fix bounce buffer leaks in nx842_crypto_{alloc,free}_ctxThorsten Blum
2026-05-07crypto: nx - Fix packed layout in struct nx842_crypto_headerGustavo A. R. Silva
2026-05-07crypto: atmel-sha204a - Fix uninitialized data access on OTP read errorThorsten Blum
2026-05-07crypto: atmel-sha204a - Fix potential UAF and memory leak in remove pathThorsten Blum
2026-05-07crypto: atmel-sha204a - Fix error codes in OTP readsThorsten Blum
2026-05-07crypto: atmel-tdes - fix DMA sync directionThorsten Blum
2026-05-07crypto: ccree - fix a memory leak in cc_mac_digest()Haoxiang Li
2026-05-07crypto: hisilicon - Fix dma_unmap_single() directionThomas Fourier
2026-05-07crypto: atmel-ecc - Release client on allocation failureThorsten Blum
2026-05-07crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanupThorsten Blum
2026-05-07crypto: talitos - rename first/last to first_desc/last_descPaul Louvel