summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2025-04-07crypto: qat - add shutdown handler to qat_420xxGiovanni Cabiddu-0/+8
2025-04-07crypto: qat - add shutdown handler to qat_4xxxGiovanni Cabiddu-0/+8
2025-04-07crypto: sa2ul - Use proper helpers to setup requestHerbert Xu-47/+16
2025-04-07crypto: ccp - Add new SEV/SNP platform shutdown APIAshish Kalra-0/+9
2025-04-07crypto: ccp - Register SNP panic notifier only if SNP is enabledAshish Kalra-9/+13
2025-04-07crypto: ccp - Reset TMR size at SNP ShutdownAshish Kalra-0/+3
2025-04-07crypto: ccp - Ensure implicit SEV/SNP init and shutdown in ioctlsAshish Kalra-23/+119
2025-04-07crypto: tegra - Fix IV usage for AES ECBAkhil R-4/+1
2025-04-07crypto: ccp - Move dev_info/err messages for SEV/SNP init and shutdownAshish Kalra-16/+33
2025-04-07crypto: ccp - Abort doing SEV INIT if SNP INIT failsAshish Kalra-5/+2
2025-04-07crypto: iaa - Remove unused disable_async argument from iaa_decompressHerbert Xu-6/+5
2025-04-07crypto: iaa - Do not clobber req->base.dataHerbert Xu-4/+2
2025-04-07crypto: iaa - Move compression CRC into request objectHerbert Xu-15/+13
2025-04-07crypto: cavium/zip - Remove driverHerbert Xu-3690/+0
2025-04-07crypto: cavium - Move cpt and nitrox rules into cavium MakefileHerbert Xu-3/+3
2025-04-07crypto: crypto4xx - Fix gcc12 uninitialized warning in crypto4xx_cryptHerbert Xu-5/+11
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-04-04Merge tag 'v6.15-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+2
2025-04-03crypto: inside-secure/eip93 - acquire lock on eip93_put_descriptor hashChristian Marangi-1/+2
2025-03-29Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1457/+5170
2025-03-25Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-1/+1
2025-03-21crypto: cavium/zip - drop obsolete 'comp' implementationArd Biesheuvel-100/+1
2025-03-21crypto: nx - Migrate to scomp APIArd Biesheuvel-54/+58
2025-03-21crypto: iaa - Use acomp stack fallbackHerbert Xu-22/+6
2025-03-21crypto: qat - Remove dst_null supportHerbert Xu-259/+1
2025-03-21crypto: iaa - Remove dst_null supportHerbert Xu-130/+6
2025-03-21crypto: nx - Fix uninitialised hv_nxc on errorHerbert Xu-20/+17
2025-03-21crypto: padlock - Use zero page instead of stack bufferHerbert Xu-2/+2
2025-03-21crypto: lib/Kconfig - hide library optionsArnd Bergmann-2/+2
2025-03-21crypto: qat - remove access to parity register for QAT GEN4Bairavi Alagappan-52/+5
2025-03-21crypto: qat - set parity error mask for qat_420xxBairavi Alagappan-1/+2
2025-03-21crypto: qat - optimize allocations for fw authenticationJack Xu-14/+19
2025-03-21crypto: qat - remove redundant FW image size checkJack Xu-4/+0
2025-03-21crypto: qat - remove unused members in suof structureJack Xu-9/+2
2025-03-21crypto: tegra - Fix format specifier in tegra_sha_prep_cmd()Nathan Chancellor-1/+1
2025-03-21crypto: qat - introduce fuse arraySuman Kumar Chakraborty-17/+27
2025-03-21crypto: qat - add macro to write 64-bit values to registersSuman Kumar Chakraborty-24/+16
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu-6/+6
2025-03-15crypto: artpec6 - change from kzalloc to kcalloc in artpec6_crypto_probe()Ethan Carter Edwards-2/+2
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu-4/+3
2025-03-15crypto: octeontx2 - suppress auth failure screaming due to negative testsShashank Gupta-3/+4
2025-03-15crypto: virtio - Erase some sensitive memory when it is freedChristophe JAILLET-4/+2
2025-03-08crypto: iaa - Test the correct request flagHerbert Xu-2/+2
2025-03-08crypto: tegra - Use HMAC fallback when keyslots are fullAkhil R-1/+6
2025-03-08crypto: tegra - Reserve keyslots to allocate dynamicallyAkhil R-22/+164
2025-03-08crypto: tegra - Set IV to NULL explicitly for AES ECBAkhil R-0/+3
2025-03-08crypto: tegra - Fix CMAC intermediate result handlingAkhil R-9/+9
2025-03-08crypto: tegra - Fix HASH intermediate result handlingAkhil R-52/+98
2025-03-08crypto: tegra - Transfer HASH init function to crypto engineAkhil R-78/+109
2025-03-08crypto: tegra - check return value for hash do_one_reqAkhil R-2/+15