summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-18crypto: hisilicon/qm - split a debugfs.c from qmKai Ye4-1172/+1192
2022-11-18crypto: hisilicon/qm - modify the process of regs dfxKai Ye5-81/+99
2022-11-18crypto: hisilicon/qm - delete redundant null assignment operationsKai Ye1-1/+0
2022-11-18crypto: skcipher - Allow sync algorithms with large request contextsHerbert Xu2-1/+9
2022-11-18crypto: hisilicon/qm - add missing pci_dev_put() in q_num_set()Xiongfeng Wang1-2/+4
2022-11-18crypto: cryptd - Use request context instead of stack for sub-requestHerbert Xu1-17/+19
2022-11-18crypto: arm64 - Fix unused variable compilation warnings of cpu_featureTianjia Zhang2-2/+2
2022-11-18crypto: ccree - Remove debugfs when platform_driver_register failedGaosheng Cui1-1/+9
2022-11-18hwrng: stm32 - rename readl return valueTomas Marek1-3/+3
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld16-27/+4
2022-11-14i2c: core: Introduce i2c_client_get_device_id helper functionAngel Iglesias2-0/+15
2022-11-11crypto: qat - remove ADF_STATUS_PF_RUNNING flag from probeShashank Gupta3-6/+0
2022-11-11crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li1-1/+0
2022-11-11crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel4-0/+758
2022-11-11crypto: lib/gf128mul - make gf128mul_lle time invariantArd Biesheuvel1-19/+39
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel8-10/+11
2022-11-04crypto: doc - use correct function nameRalph Siemsen1-1/+1
2022-11-04crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang4-0/+1046
2022-11-04crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang4-0/+650
2022-11-04crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmacTianjia Zhang2-1/+336
2022-11-04crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang3-2/+504
2022-11-04crypto: arm64/sm4 - add CE implementation for CTS-CBC modeTianjia Zhang2-0/+196
2022-11-04crypto: arm64/sm4 - export reusable CE acceleration functionsTianjia Zhang2-0/+21
2022-11-04crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementationTianjia Zhang2-24/+24
2022-11-04crypto: arm64/sm4 - refactor and simplify CE implementationTianjia Zhang3-400/+519
2022-11-04crypto: tcrypt - add SM4 cts-cbc/xts/xcbc testTianjia Zhang1-0/+21
2022-11-04crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectorsTianjia Zhang2-0/+996
2022-11-04crypto: arm64/sm4 - refactor and simplify NEON implementationTianjia Zhang2-346/+456
2022-11-04crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang4-0/+717
2022-11-04crypto: arm64/sm3 - raise the priority of the CE implementationTianjia Zhang1-1/+1
2022-11-04crypto: tcrypt - Drop leading newlines from printsAnirudh Venkataramanan1-5/+5
2022-11-04crypto: tcrypt - Drop module name from print stringAnirudh Venkataramanan1-2/+1
2022-11-04crypto: tcrypt - Use pr_info/pr_errAnirudh Venkataramanan1-7/+7
2022-11-04crypto: tcrypt - Use pr_cont to print test resultsAnirudh Venkataramanan1-4/+4
2022-10-28crypto: octeontx - fix repeated words in commentswangjianli1-1/+1
2022-10-28crypto: hisilicon/qm - delete redundancy checkKai Ye1-3/+0
2022-10-28crypto: hisilicon/qm - add pci bdf number checkKai Ye1-25/+12
2022-10-28crypto: hisilicon/qm - increase the memory of local variablesKai Ye1-2/+1
2022-10-28crypto: af_alg - Support symmetric encryption via keyring keysFrederick Lawler3-4/+147
2022-10-28crypto: rockchip - Add support for RK3399Corentin Labbe4-68/+123