summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
5 dayscrypto: talitos/hash - fix SEC2 64k - 1 ahash request limitationPaul Louvel
5 dayscrypto: talitos/hash - remove useless wrapperPaul Louvel
5 dayscrypto: talitos/hash - rename first_desc/last_desc to first_request/last_requestPaul Louvel
5 dayscrypto: talitos/hash - drop workqueue mechanism for SEC1Paul Louvel
5 dayscrypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueuePaul Louvel
5 dayscrypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de...Paul Louvel
5 dayscrypto: talitos - move code in current_desc_hdr() into a standalone functionPaul Louvel
5 dayscrypto: talitos - move dma mapping code in talitos_submit() into a standalone...Paul Louvel
5 dayscrypto: talitos - move dma unmapping code in flush_channel() into a standalon...Paul Louvel
5 dayscrypto: talitos - add chaining of arbitrary number of descriptor for the SEC1Paul Louvel
5 dayscrypto: talitos - use dma_sync_single_for_cpu() before reading descriptor headerPaul Louvel
5 dayscrypto: qat - validate RSA CRT component lengthsGiovanni Cabiddu
5 dayscrypto: qat - protect service table iterations with service_lockAhsan Atta
5 dayscrypto: qat - notify fatal error before AER reset preparationAhsan Atta
5 dayscrypto: qat - keep VFs enabled during resetAhsan Atta
5 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_VLEK_LOAD)Tycho Andersen (AMD)
5 dayscrypto: ccp - Do not initialize SNP for ioctl(SNP_COMMIT)Tycho Andersen (AMD)
5 dayscrypto: ccp - Do not initialize SNP for SEV ioctlsTycho Andersen (AMD)
5 dayscrypto: tegra - fix refcount leak in tegra_se_host1x_submit()Wentao Liang
5 dayscrypto: caam - use print_hex_dump_devel to guard key hex dumps againThorsten Blum
5 dayscrypto: caam - use print_hex_dump_devel to guard key hex dumpsThorsten Blum
5 dayscrypto: 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