summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
5 dayscrypto: ccp - copy IV using skcipher ivsizePaul Moses1-2/+5
5 dayscrypto: sa2ul - Fix AEAD fallback algorithm namesT Pratham1-2/+2
5 dayscrypto: qat - use swab32 macroGiovanni Cabiddu1-4/+6
5 dayscrypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu1-6/+6
5 dayscrypto: qat - disable 420xx AE cluster when lead engine is fused offAhsan Atta1-2/+18
5 dayscrypto: qat - disable 4xxx AE cluster when lead engine is fused offAhsan Atta1-2/+12
5 dayscrypto: qat - introduce fuse arraySuman Kumar Chakraborty12-17/+27
5 dayscrypto: atmel-aes - guard unregister on error in atmel_aes_register_algsThorsten Blum1-2/+4
5 dayscrypto: atmel - Use unregister_{aeads,ahashes,skciphers}Thorsten Blum3-47/+22
5 dayscrypto: tegra - Disable softirqs before finalizing requestHerbert Xu2-0/+12
5 dayscrypto: tegra - Reserve keyslots to allocate dynamicallyAkhil R3-22/+164
5 dayscrypto: tegra - Transfer HASH init function to crypto engineAkhil R3-78/+109
5 dayscrypto: 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
2026-05-07crypto: talitos - fix SEC1 32k ahash request limitationPaul Louvel1-69/+147
2026-05-07crypto: atmel-sha204a - Fix OTP sysfs read and error handlingThorsten Blum1-9/+11
2026-04-27crypto: ccp: Don't attempt to copy ID to userspace if PSP command failedSean Christopherson1-0/+3
2026-04-27crypto: ccp: Don't attempt to copy PDH cert to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-27crypto: ccp: Don't attempt to copy CSR to userspace if PSP command failedSean Christopherson1-1/+7
2026-04-11crypto: tegra - Add missing CRYPTO_ALG_ASYNCEric Biggers2-17/+24
2026-04-11crypto: caam - fix overflow on long hmac keysHoria Geantă1-1/+2
2026-04-11crypto: caam - fix DMA corruption on long hmac keysHoria Geantă1-1/+2
2026-03-25crypto: atmel-sha204a - Fix OOM ->tfm_count leakThorsten Blum1-2/+3
2026-03-04crypto: hisilicon/qm - move the barrier before writing to the mailbox registerChenghai Huang1-1/+5
2026-03-04crypto: ccp - Send PSP_CMD_TEE_RING_DESTROY when PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)1-0/+14
2026-03-04crypto: ccp - Factor out ring destroy handling to a helperMario Limonciello (AMD)1-12/+24
2026-03-04crypto: ccp - Add an S4 restore flowMario Limonciello (AMD)6-1/+47
2026-03-04crypto: ccp - Declare PSP dead if PSP_CMD_TEE_RING_INIT failsMario Limonciello (AMD)1-0/+1
2026-03-04crypto: starfive - Fix memory leak in starfive_aes_aead_do_one_req()Zilin Guan1-2/+7
2026-03-04crypto: caam - fix netdev memory leak in dpaa2_caam_probeJianpeng Chang2-12/+17
2026-03-04crypto: hisilicon/trng - support tfms sharing the deviceWeili Qian1-35/+86
2026-03-04crypto: ccp - narrow scope of snp_range_listTycho Andersen (AMD)1-12/+1
2026-03-04crypto: ccp - Ensure implicit SEV/SNP init and shutdown in ioctlsAshish Kalra1-23/+119
2026-03-04crypto: hisilicon/sec2 - support skcipher/aead fallback for hardware queue un...Qi Tao1-15/+47
2026-03-04crypto: hisilicon/zip - adjust the way to obtain the req in the callback func...Chenghai Huang1-15/+9
2026-03-04crypto: octeontx - fix dma_free_coherent() sizeThomas Fourier1-1/+2
2026-03-04crypto: cavium - fix dma_free_coherent() sizeThomas Fourier1-1/+2
2026-03-04crypto: qat - fix warning on adf_pfvf_pf_proto.cGiovanni Cabiddu1-0/+10
2026-02-16crypto: virtio - Remove duplicated virtqueue_kick in virtio_crypto_skcipher_c...Bibo Mao1-2/+0