summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2025-07-18crypto: qat - relocate bank state helper functionsMałgorzata Mielnik-209/+258
2025-07-18crypto: qat - replace CHECK_STAT macro with static inline functionSuman Kumar Chakraborty-14/+19
2025-07-18crypto: qat - use pr_fmt() in adf_gen4_hw_data.cSuman Kumar Chakraborty-4/+6
2025-07-18crypto: qat - disable ZUC-256 capability for QAT GEN5Bairavi Alagappan-8/+1
2025-07-18crypto: img-hash - Fix dma_unmap_sg() nents valueThomas Fourier-1/+1
2025-07-18crypto: keembay - Fix dma_unmap_sg() nents valueThomas Fourier-1/+7
2025-07-14crypto: sha1 - Wrap library and add HMAC supportEric Biggers-1/+1
2025-07-07crypto: ccp - Fix crash when rebind ccp device for ccp.koMengbiao Xiong-0/+3
2025-07-07crypto: inside-secure - Fix `dma_unmap_sg()` nents valueThomas Fourier-2/+6
2025-07-07crypto: ccp - Fix locking on alloc failure handlingAlexey Kardashevskiy-4/+4
2025-07-04crypto: sha256 - Wrap library and add HMAC supportEric Biggers-6/+6
2025-06-30crypto: stm32 - remove crc32 and crc32c supportEric Biggers-490/+0
2025-06-30crypto: inside-secure - remove crc32 supportEric Biggers-92/+2
2025-06-30crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 libraryEric Biggers-4/+4
2025-06-26crypto: s390 - New s390 specific protected key hash phmacHarald Freudenberger-0/+13
2025-06-26crypto: aspeed - Fix hash fallback path typoHerbert Xu-1/+1
2025-06-26crypto: qat - Use crypto_shash_export_coreHerbert Xu-7/+7
2025-06-26crypto: chelsio - Use crypto_shash_export_coreHerbert Xu-5/+5
2025-06-23crypto: hisilicon - Use fine grained DMA mapping directionZenghui Yu-21/+28
2025-06-23crypto: ccree - Don't use %pK through printkThomas Weißschuh-44/+44
2025-06-23crypto: qat - restore ASYM service support for GEN6 devicesSuman Kumar Chakraborty-1/+9
2025-06-23crypto: qat - remove duplicate masking for GEN6 devicesSuman Kumar Chakraborty-1/+0
2025-06-23crypto: ccp - Fix SNP panic notifier unregistrationAshish Kalra-2/+8
2025-06-23crypto: virtio - Remove unused virtcrypto functionsDr. David Alan Gilbert-38/+0
2025-06-23crypto: qat - lower priority for skcipher and aead algorithmsGiovanni Cabiddu-6/+6
2025-06-23crypto: atmel - add support for AES and SHA IPs available on sama7d65 SoCRyan Wanner-0/+2
2025-06-23crypto: caam - Support iMX8QXP and variants thereofJohn Ernberg-1/+1
2025-06-23crypto: caam - Prevent crash on suspend with iMX8QM / iMX8ULPJohn Ernberg-2/+4
2025-06-16octeontx2: Set appropriate PF, VF masks and shifts based on siliconSubbaraya Sundeep-14/+14
2025-06-13crypto: qat - add support for decompression service to GEN6 devicesSuman Kumar Chakraborty-1/+25
2025-06-13crypto: caam - Fix opencoded cpumask_next_wrap() in caam_drv_ctx_init()Yury Norov [NVIDIA]-4/+1
2025-06-13crypto: qat - fix state restore for banks with exceptionsSvyatoslav Pankratov-7/+22
2025-06-13crypto: qat - allow enabling VFs in the absence of IOMMUAhsan Atta-1/+0
2025-06-13crypto: ccp - Fix dereferencing uninitialized error pointerAshish Kalra-3/+5
2025-06-13crypto: octeontx2 - get engine group number for asymmetric engineAmit Singh Tomar-1/+21
2025-06-13crypto: octeontx2 - Rework how engine group number is obtainedAmit Singh Tomar-13/+28
2025-06-13crypto: marvell/cesa - Fix engine load inaccuracyHerbert Xu-3/+6
2025-06-13crypto: octeontx2 - Fix address alignment on CN10KB and CN10KA-B0Bharat Bhushan-15/+44
2025-06-13crypto: octeontx2 - Fix address alignment on CN10K A0/A1 and OcteonTX2Bharat Bhushan-15/+51
2025-06-13crypto: octeontx2 - Fix address alignment issue on ucode loadingBharat Bhushan-14/+21
2025-06-13crypto: octeontx2 - add timeout for load_fvc completion pollBharat Bhushan-2/+14
2025-06-13crypto: marvell/cesa - Remove unnecessary state setting on finalHerbert Xu-4/+1
2025-06-13crypto: qat - use unmanaged allocation for dc_dataSuman Kumar Chakraborty-2/+2
2025-06-13crypto: ccp - Add missing bootloader info reg for pspv6Mario Limonciello-0/+1
2025-06-13crypto: sun8i-ce - use helpers to get hash block and digest sizesOvidiu Panait-3/+3
2025-06-13crypto: sun8i-ce - remove ivlen field of sun8i_cipher_req_ctxOvidiu Panait-7/+6
2025-06-13crypto: sun8i-ce - fix nents passed to dma_unmap_sg()Ovidiu Panait-2/+2
2025-06-13crypto: aspeed/hash - Fix potential overflow in dma_prepare_sgHerbert Xu-41/+43
2025-06-13crypto: aspeed/hash - Iterate on large hashes in dma_prepareHerbert Xu-14/+22
2025-06-13crypto: aspeed/hash - Add fallbackHerbert Xu-1/+27