summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: qat - Use helper to set reqsizeHerbert Xu2022-12-021-2/+4
* crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu2022-12-021-6/+13
* crypto: kpp - Add helper to set reqsizeHerbert Xu2022-12-021-0/+6
* crypto: marvell/octeontx - remove redundant NULL checkYushan Zhou2022-12-021-2/+1
* crypto: rsa-pkcs1pad - Use helper to set reqsizeHerbert Xu2022-12-021-1/+4
* crypto: caam - warn if blob_gen key is insecureNikolaus Voss2022-12-022-0/+12
* crypto: qat - fix error return code in adf_probeWang Yufen2022-12-021-0/+1
* hwrng: u2fzero - account for high quality RNGJason A. Donenfeld2022-11-251-1/+0
* crypto: hisilicon/qm - add device status check when start failsWeili Qian2022-11-251-2/+8
* crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian2022-11-251-1/+1
* crypto: atmel-sha204a - Convert to i2c's .probe_new()Uwe Kleine-König2022-11-251-3/+3
* crypto: atmel-ecc - Convert to i2c's .probe_new()Uwe Kleine-König2022-11-251-3/+3
* Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers2022-11-252-16/+10
* crypto: arm/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers2022-11-252-10/+3
* crypto: arm64/sm3 - fix possible crash with CFI enabledEric Biggers2022-11-251-1/+2
* crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers2022-11-252-11/+5
* crypto: x86/sm4 - fix crash with CFI enabledEric Biggers2022-11-252-6/+8
* crypto: x86/sm3 - fix possible crash with CFI enabledEric Biggers2022-11-251-1/+2
* crypto: x86/sha512 - fix possible crash with CFI enabledEric Biggers2022-11-253-3/+6
* crypto: x86/sha256 - fix possible crash with CFI enabledEric Biggers2022-11-254-4/+8
* crypto: x86/sha1 - fix possible crash with CFI enabledEric Biggers2022-11-252-2/+4
* crypto: x86/nhpoly1305 - eliminate unnecessary CFI wrappersEric Biggers2022-11-254-22/+10
* crypto: x86/aria - fix crash with CFI enabledEric Biggers2022-11-251-6/+7
* crypto: x86/aegis128 - fix possible crash with CFI enabledEric Biggers2022-11-251-4/+5
* padata: Fix list iterator in padata_do_serial()Daniel Jordan2022-11-251-2/+5
* padata: Always leave BHs disabled when running ->parallel()Daniel Jordan2022-11-251-3/+5
* crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun2022-11-251-9/+0
* crypto: algboss - compile out test-related code when tests disabledEric Biggers2022-11-251-5/+4
* crypto: kdf - silence noisy self-testEric Biggers2022-11-251-1/+1
* crypto: kdf - skip self-test when tests disabledEric Biggers2022-11-251-2/+6
* crypto: api - compile out crypto_boot_test_finished when tests disabledEric Biggers2022-11-253-6/+29
* crypto: algboss - optimize registration of internal algorithmsEric Biggers2022-11-252-13/+3
* crypto: api - optimize algorithm registration when self-tests disabledEric Biggers2022-11-252-71/+86
* Merge branch 'i2c/client_device_id_helper-immutable' of git://git.kernel.org/...Herbert Xu2022-11-252-0/+15
|\
| * i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias2022-11-142-0/+15
* | crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König2022-11-221-1/+1
* | crypto: hisilicon/sec - remove continuous blank linesWenkai Lin2022-11-182-2/+0
* | crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye2022-11-181-2/+2
* | crypto: hisilicon/qm - the command dump process is modifiedKai Ye2022-11-181-40/+90
* | crypto: hisilicon/qm - split a debugfs.c from qmKai Ye2022-11-184-1172/+1192
* | crypto: hisilicon/qm - modify the process of regs dfxKai Ye2022-11-185-81/+99
* | crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye2022-11-181-1/+0
* | crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu2022-11-182-1/+9
* | crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()Xiongfeng Wang2022-11-181-2/+4
* | crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu2022-11-181-17/+19
* | crypto: arm64 - Fix unused variable compilation warnings of cpu_featureTianjia Zhang2022-11-182-2/+2
* | crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui2022-11-181-1/+9
* | hwrng: stm32 - rename readl return valueTomas Marek2022-11-181-3/+3
* | hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-1816-27/+4
* | crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta2022-11-113-6/+0