summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | crypto: rockchip - Remove surplus dev_err() when using platform_get_irq()Yang Li2022-11-111-1/+0
* | crypto: lib/aesgcm - Provide minimal library implementationArd Biesheuvel2022-11-114-0/+758
* | crypto: lib/gf128mul - make gf128mul_lle time invariantArd Biesheuvel2022-11-111-19/+39
* | crypto: move gf128mul library into lib/cryptoArd Biesheuvel2022-11-118-10/+11
* | crypto: doc - use correct function nameRalph Siemsen2022-11-041-1/+1
* | crypto: arm64/sm4 - add CE implementation for GCM modeTianjia Zhang2022-11-044-0/+1046
* | crypto: arm64/sm4 - add CE implementation for CCM modeTianjia Zhang2022-11-044-0/+650
* | crypto: arm64/sm4 - add CE implementation for cmac/xcbc/cbcmacTianjia Zhang2022-11-042-1/+336
* | crypto: arm64/sm4 - add CE implementation for XTS modeTianjia Zhang2022-11-043-2/+504
* | crypto: arm64/sm4 - add CE implementation for CTS-CBC modeTianjia Zhang2022-11-042-0/+196
* | crypto: arm64/sm4 - export reusable CE acceleration functionsTianjia Zhang2022-11-042-0/+21
* | crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementationTianjia Zhang2022-11-042-24/+24
* | crypto: arm64/sm4 - refactor and simplify CE implementationTianjia Zhang2022-11-043-400/+519
* | crypto: tcrypt - add SM4 cts-cbc/xts/xcbc testTianjia Zhang2022-11-041-0/+21
* | crypto: testmgr - add SM4 cts-cbc/xts/xcbc test vectorsTianjia Zhang2022-11-042-0/+996
* | crypto: arm64/sm4 - refactor and simplify NEON implementationTianjia Zhang2022-11-042-346/+456
* | crypto: arm64/sm3 - add NEON assembly implementationTianjia Zhang2022-11-044-0/+717
* | crypto: arm64/sm3 - raise the priority of the CE implementationTianjia Zhang2022-11-041-1/+1
* | crypto: tcrypt - Drop leading newlines from printsAnirudh Venkataramanan2022-11-041-5/+5
* | crypto: tcrypt - Drop module name from print stringAnirudh Venkataramanan2022-11-041-2/+1
* | crypto: tcrypt - Use pr_info/pr_errAnirudh Venkataramanan2022-11-041-7/+7
* | crypto: tcrypt - Use pr_cont to print test resultsAnirudh Venkataramanan2022-11-041-4/+4
* | crypto: octeontx - fix repeated words in commentswangjianli2022-10-281-1/+1
* | crypto: hisilicon/qm - delete redundancy checkKai Ye2022-10-281-3/+0
* | crypto: hisilicon/qm - add pci bdf number checkKai Ye2022-10-281-25/+12
* | crypto: hisilicon/qm - increase the memory of local variablesKai Ye2022-10-281-2/+1
* | crypto: af_alg - Support symmetric encryption via keyring keysFrederick Lawler2022-10-283-4/+147
* | crypto: rockchip - Add support for RK3399Corentin Labbe2022-10-284-68/+123
* | crypto: rockchip - permit to have more than one resetCorentin Labbe2022-10-281-1/+1
* | crypto: rockchip - rk_ahash_reg_init use crypto_info from parameterCorentin Labbe2022-10-281-5/+3
* | crypto: rockchip - Check for clocks numbers and their frequenciesCorentin Labbe2022-10-282-12/+79