summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2025-03-21crypto: qat - remove redundant FW image size checkJack Xu1-4/+0
2025-03-21crypto: qat - remove unused members in suof structureJack Xu2-9/+2
2025-03-21crypto: tegra - Fix format specifier in tegra_sha_prep_cmd()Nathan Chancellor1-1/+1
2025-03-21crypto: qat - introduce fuse arraySuman Kumar Chakraborty12-17/+27
2025-03-21crypto: qat - add macro to write 64-bit values to registersSuman Kumar Chakraborty2-24/+16
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu2-6/+6
2025-03-15crypto: artpec6 - change from kzalloc to kcalloc in artpec6_crypto_probe()Ethan Carter Edwards1-2/+2
2025-03-15crypto: scatterwalk - Change scatterwalk_next calling conventionHerbert Xu1-4/+3
2025-03-15crypto: octeontx2 - suppress auth failure screaming due to negative testsShashank Gupta1-3/+4
2025-03-15crypto: virtio - Erase some sensitive memory when it is freedChristophe JAILLET1-4/+2
2025-03-08crypto: iaa - Test the correct request flagHerbert Xu1-2/+2
2025-03-08crypto: tegra - Use HMAC fallback when keyslots are fullAkhil R1-1/+6
2025-03-08crypto: tegra - Reserve keyslots to allocate dynamicallyAkhil R3-22/+164
2025-03-08crypto: tegra - Set IV to NULL explicitly for AES ECBAkhil R1-0/+3
2025-03-08crypto: tegra - Fix CMAC intermediate result handlingAkhil R1-9/+9
2025-03-08crypto: tegra - Fix HASH intermediate result handlingAkhil R2-52/+98
2025-03-08crypto: tegra - Transfer HASH init function to crypto engineAkhil R3-78/+109
2025-03-08crypto: tegra - check return value for hash do_one_reqAkhil R2-2/+15
2025-03-08crypto: tegra - finalize crypto req on errorAkhil R1-11/+17
2025-03-08crypto: tegra - Do not use fixed size buffersAkhil R3-75/+89
2025-03-08crypto: tegra - Use separate buffer for setkeyAkhil R5-21/+37
2025-03-08crypto: mxs-dcp - Only set OTP_KEY bit for OTP keySven Schwermer1-4/+4
2025-03-02crypto: octeontx - Remove unused function otx_cpt_eng_grp_has_eng_typeDr. David Alan Gilbert2-13/+0
2025-03-02crypto: octeontx2 - Remove unused otx2_cpt_print_uc_dbg_infoDr. David Alan Gilbert2-100/+0
2025-03-02crypto: stm32 - use the new scatterwalk functionsEric Biggers1-17/+17
2025-03-02crypto: s5p-sss - use the new scatterwalk functionsEric Biggers1-27/+11
2025-03-02crypto: nx - use the new scatterwalk functionsEric Biggers4-50/+17
2025-02-22crypto: inside-secure/eip93 - Correctly handle return of for sg_nents_for_lenChristian Marangi1-6/+19
2025-02-22crypto: qat - refactor service parsing logicMaƂgorzata Mielnik10-78/+202
2025-02-22crypto: qat - do not export adf_cfg_servicesGiovanni Cabiddu1-1/+0
2025-02-22crypto: qat - reorder objects in qat_common MakefileGiovanni Cabiddu1-33/+33
2025-02-22crypto: qat - fix object goals in MakefilesGiovanni Cabiddu9-9/+9
2025-02-22crypto: bcm - set memory to zero only onceThorsten Blum1-12/+12
2025-02-22crypto: inside-secure - Eliminate duplication in top-level MakefileHerbert Xu2-2/+2
2025-02-22crypto: ccp - Add support for PCI device 0x1134Devaraj Rangasamy1-0/+1
2025-02-22crypto: hisilicon/sec2 - fix for sec spec checkWenkai Lin2-63/+39
2025-02-22crypto: hisilicon/sec2 - fix for aead authsize alignmentWenkai Lin1-13/+9
2025-02-22crypto: hisilicon/sec2 - fix for aead auth key lengthWenkai Lin1-6/+2
2025-02-22crypto: virtio - Drop superfluous [as]kcipher_req pointerLukas Wunner2-10/+7
2025-02-22crypto: virtio - Drop superfluous [as]kcipher_ctx pointerLukas Wunner2-8/+5
2025-02-22crypto: virtio - Drop superfluous ctx->tfm backpointerLukas Wunner2-9/+0
2025-02-22crypto: virtio - Simplify RSA key size cachingLukas Wunner1-11/+8
2025-02-22crypto: virtio - Fix kernel-doc of virtcrypto_dev_stop()Lukas Wunner1-1/+1
2025-02-14crypto: ccp: Add external API interface for PSP module initializationSean Christopherson1-0/+14
2025-02-09crypto: qat - set command ids as reservedSuman Kumar Chakraborty1-2/+2
2025-02-09crypto: hisilicon/hpre - adapt ECDH for high-performance coreslizhi1-0/+7
2025-02-09crypto: ccp - Fix check for the primary ASP deviceTom Lendacky1-6/+9
2025-02-09crypto: drivers - Use str_enable_disable-like helpersKrzysztof Kozlowski6-13/+14
2025-02-09crypto: eip93 - Add Inside Secure SafeXcel EIP-93 crypto engine supportChristian Marangi17-0/+4049
2025-02-08lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers1-1/+1