summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-02crypto: hash - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: aead - Add ctx helpers with DMA alignmentHerbert Xu1-0/+22
2022-12-02crypto: api - Add crypto_tfm_ctx_dmaHerbert Xu2-7/+39
2022-12-02crypto: Prepare to move crypto_tfm_ctxHerbert Xu26-25/+30
2022-12-02crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing1-1/+1
2022-12-02crypto: x86/curve25519 - disable gcovJoe Fradley1-0/+3
2022-12-02crypto: amlogic - Remove kcalloc without checkChristophe JAILLET2-2/+1
2022-12-02crypto: kpp - Move reqsize into tfmHerbert Xu2-5/+6
2022-12-02crypto: dh - Use helper to set reqsizeHerbert Xu1-1/+3
2022-12-02crypto: akcipher - Move reqsize into tfmHerbert Xu2-4/+5
2022-12-02crypto: virtio - Use helper to set reqsizeHerbert Xu1-2/+3
2022-12-02crypto: caam - Use helper to set reqsizeHerbert Xu1-1/+2
2022-12-02crypto: qat - Use helper to set reqsizeHerbert Xu1-2/+4
2022-12-02crypto: hisilicon/hpre - Use helper to set reqsizeHerbert Xu1-6/+13
2022-12-02crypto: kpp - Add helper to set reqsizeHerbert Xu1-0/+6
2022-12-02crypto: marvell/octeontx - remove redundant NULL checkYushan Zhou1-2/+1
2022-12-02crypto: rsa-pkcs1pad - Use helper to set reqsizeHerbert Xu1-1/+4
2022-12-02crypto: caam - warn if blob_gen key is insecureNikolaus Voss2-0/+12
2022-12-02crypto: qat - fix error return code in adf_probeWang Yufen1-0/+1
2022-11-25hwrng: u2fzero - account for high quality RNGJason A. Donenfeld1-1/+0
2022-11-25crypto: hisilicon/qm - add device status check when start failsWeili Qian1-2/+8
2022-11-25crypto: hisilicon/qm - fix 'QM_XEQ_DEPTH_CAP' mask valueWeili Qian1-1/+1
2022-11-25crypto: atmel-sha204a - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-25crypto: atmel-ecc - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-25Revert "crypto: shash - avoid comparing pointers to exported functions under ...Eric Biggers2-16/+10
2022-11-25crypto: arm/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers2-10/+3
2022-11-25crypto: arm64/sm3 - fix possible crash with CFI enabledEric Biggers1-1/+2
2022-11-25crypto: arm64/nhpoly1305 - eliminate unnecessary CFI wrapperEric Biggers2-11/+5
2022-11-25crypto: x86/sm4 - fix crash with CFI enabledEric Biggers2-6/+8
2022-11-25crypto: x86/sm3 - fix possible crash with CFI enabledEric Biggers1-1/+2
2022-11-25crypto: x86/sha512 - fix possible crash with CFI enabledEric Biggers3-3/+6
2022-11-25crypto: x86/sha256 - fix possible crash with CFI enabledEric Biggers4-4/+8
2022-11-25crypto: x86/sha1 - fix possible crash with CFI enabledEric Biggers2-2/+4
2022-11-25crypto: x86/nhpoly1305 - eliminate unnecessary CFI wrappersEric Biggers4-22/+10
2022-11-25crypto: x86/aria - fix crash with CFI enabledEric Biggers1-6/+7
2022-11-25crypto: x86/aegis128 - fix possible crash with CFI enabledEric Biggers1-4/+5
2022-11-25padata: Fix list iterator in padata_do_serial()Daniel Jordan1-2/+5
2022-11-25padata: Always leave BHs disabled when running ->parallel()Daniel Jordan1-3/+5
2022-11-25crypto: tcrypt - Fix multibuffer skcipher speed test mem leakZhang Yiqun1-9/+0
2022-11-25crypto: algboss - compile out test-related code when tests disabledEric Biggers1-5/+4
2022-11-25crypto: kdf - silence noisy self-testEric Biggers1-1/+1
2022-11-25crypto: kdf - skip self-test when tests disabledEric Biggers1-2/+6
2022-11-25crypto: api - compile out crypto_boot_test_finished when tests disabledEric Biggers3-6/+29
2022-11-25crypto: algboss - optimize registration of internal algorithmsEric Biggers2-13/+3
2022-11-25crypto: api - optimize algorithm registration when self-tests disabledEric Biggers2-71/+86
2022-11-25Merge branch 'i2c/client_device_id_helper-immutable' of git://git.kernel.org/...Herbert Xu2-0/+15
2022-11-22crypto: ccree - Make cc_debugfs_global_fini() available for module init functionUwe Kleine-König1-1/+1
2022-11-18crypto: hisilicon/sec - remove continuous blank linesWenkai Lin2-2/+0
2022-11-18crypto: hisilicon/sec - fix spelling mistake 'ckeck' -> 'check'Kai Ye1-2/+2
2022-11-18crypto: hisilicon/qm - the command dump process is modifiedKai Ye1-40/+90