summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-12crypto: hisilicon - remove unused and non-public APIs for qm and secChenghai Huang3-8/+4
2026-04-12crypto: hisilicon/qm - drop redundant variable initializationChenghai Huang1-2/+2
2026-04-12crypto: hisilicon/qm - remove else after returnChenghai Huang1-2/+2
2026-04-12crypto: hisilicon/qm - add const qualifier to info_name in struct qm_cmd_dump...Chenghai Huang1-9/+9
2026-04-12crypto: hisilicon - fix the format string type errorZhushuai Yin2-3/+3
2026-04-12crypto: ccree - fix a memory leak in cc_mac_digest()Haoxiang Li1-0/+1
2026-04-03crypto: qat - add support for zstdGiovanni Cabiddu17-30/+773
2026-04-03crypto: qat - use swab32 macroGiovanni Cabiddu1-4/+6
2026-04-03crypto: img-hash - drop redundant return variableThorsten Blum1-4/+1
2026-04-03crypto: img-hash - use list_first_entry_or_null to simplify digestThorsten Blum1-15/+6
2026-04-03crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTSEric Biggers4-8/+23
2026-04-03crypto: aspeed - Use memcpy_from_sglist() in aspeed_ahash_dma_prepare()Paul Louvel1-2/+1
2026-04-03crypto: kconfig - fix typos in atmel-ecc and atmel-sha204a helpThorsten Blum1-2/+2
2026-04-03crypto: x86 - Remove des and des3_ede codeEric Biggers4-1239/+0
2026-04-03crypto: sparc - Remove des and des3_ede codeEric Biggers4-917/+0
2026-04-03crypto: s390 - Remove des and des3_ede codeEric Biggers5-521/+0
2026-04-03crypto: rng - Don't pull in DRBG when CRYPTO_FIPS=nEric Biggers1-7/+0
2026-04-03crypto: fips - Depend on CRYPTO_DRBG=yEric Biggers1-1/+1
2026-04-03crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS modeEric Biggers2-4/+15
2026-04-03crypto: rng - Unexport "default RNG" symbolsEric Biggers2-11/+3
2026-04-03net: tipc: Use crypto_stdrng_get_bytes()Eric Biggers1-11/+2
2026-04-03crypto: intel/keembay-ocs-ecc - Use crypto_stdrng_get_bytes()Eric Biggers1-13/+4
2026-04-03crypto: hisilicon/hpre - Use crypto_stdrng_get_bytes()Eric Biggers1-10/+2
2026-04-03crypto: geniv - Use crypto_stdrng_get_bytes()Eric Biggers1-7/+1
2026-04-03crypto: ecc - Use crypto_stdrng_get_bytes()Eric Biggers1-8/+3
2026-04-03crypto: dh - Use crypto_stdrng_get_bytes()Eric Biggers1-7/+1
2026-04-03crypto: rng - Add crypto_stdrng_get_bytes()Eric Biggers2-0/+27
2026-04-03crypto: iaa - fix per-node CPU counter reset in rebalance_wq_table()Giovanni Cabiddu1-1/+1
2026-04-03crypto: qat - replace scnprintf() with sysfs_emit()Atharv Dubey1-3/+3
2026-04-03crypto: qat - fix type mismatch in RAS sysfs show functionsGiovanni Cabiddu1-6/+6
2026-04-03crypto: qat - fix compression instance leakGiovanni Cabiddu1-2/+8
2026-04-03crypto: qat - use acomp_tfm_ctx()Giovanni Cabiddu1-5/+3
2026-04-03crypto: ccp - Replace snprintf("%s") with strscpyThorsten Blum6-18/+15
2026-04-03crypto: hifn_795x - Replace snprintf("%s") with strscpyThorsten Blum1-3/+3
2026-04-03crypto: qat - disable 420xx AE cluster when lead engine is fused offAhsan Atta1-2/+18
2026-04-03crypto: qat - disable 4xxx AE cluster when lead engine is fused offAhsan Atta1-2/+12
2026-04-03crypto: testmgr - Add test vectors for authenc(hmac(md5),cbc(aes))Aleksander Jan Bajkowski2-0/+262
2026-03-27crypto: qce - use memcpy_and_pad in qce_aead_setkeyThorsten Blum1-2/+2
2026-03-27crypto: inside-secure/eip93 - add missing address terminator characterMieczyslaw Nalewaj13-13/+13
2026-03-27crypto: inside-secure/eip93 - correct ecb(des-eip93) typoMieczyslaw Nalewaj1-1/+1
2026-03-27crypto: hisilicon/sec2 - prevent req used-after-free for secWenkai Lin1-1/+1
2026-03-27crypto: cryptd - Remove unused functionsEric Biggers2-143/+2
2026-03-27crypto: inside-secure/eip93 - make it selectable for ECONETAleksander Jan Bajkowski1-1/+1
2026-03-27crypto: ti - Add support for AES-CCM in DTHEv2 driverT Pratham3-16/+126
2026-03-27crypto: ti - Add support for AES-GCM in DTHEv2 driverT Pratham3-3/+628
2026-03-27crypto: stm32 - use list_first_entry_or_null to simplify cryp_find_devThorsten Blum1-11/+5
2026-03-27crypto: stm32 - use list_first_entry_or_null to simplify hash_find_devThorsten Blum1-11/+5
2026-03-27crypto: testmgr - Add test vectors for authenc(hmac(md5),rfc3686(ctr(aes)))Aleksander Jan Bajkowski2-0/+214
2026-03-27crypto: qat - add anti-rollback support for GEN6 devicesSuman Kumar Chakraborty14-5/+497
2026-03-27crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum2-4/+4