summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-11crypto: lib - Move mpi into lib/cryptoHerbert Xu28-1/+2
2023-08-11crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu2-2/+17
2023-08-11crypto: hisilicon/sec - Do not check for 0 return after calling platform_get_...Ruan Jinjie1-2/+2
2023-08-11crypto: qat - use kfree_sensitive instead of memset/kfree()Yang Yingliang1-2/+1
2023-08-11crypto: af_alg - Decrement struct key.usage in alg_set_by_key_serial()Frederick Lawler1-0/+3
2023-08-11crypto: arm64/aes - remove Makefile hackMasahiro Yamada3-5/+3
2023-08-11crypto: stm32 - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-11crypto: stm32 - Drop if block with always false conditionUwe Kleine-König1-5/+1
2023-08-11crypto: stm32 - Properly handle pm_runtime_get failingUwe Kleine-König1-4/+3
2023-08-11crypto: starfive - fix return value check in starfive_aes_prepare_req()Yang Yingliang1-2/+2
2023-08-05hwrng: xgene: Add explicit io.h includeRob Herring1-0/+1
2023-08-04hwrng: Enable COMPILE_TEST for more driversRob Herring3-16/+19
2023-08-04hwrng: Explicitly include correct DT includesRob Herring12-21/+12
2023-08-04crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390David Howells1-0/+1
2023-08-04crypto: atmel - Use dev_err_probe instead of dev_errWang Ming1-2/+2
2023-08-04crypto: caam - add power management supportHoria Geanta4-21/+306
2023-08-04crypto: caam - Change structure type representing DECO MIDFranck LENORMAND1-7/+1
2023-07-28crypto: caam - Remove messages related to memory allocation failureChristophe JAILLET1-11/+3
2023-07-28crypto: caam - Use struct_size()Christophe JAILLET1-2/+1
2023-07-28hwrng: cn10k - use dev_err_probeMartin Kaiser1-8/+4
2023-07-28hwrng: cn10k - delete empty remove functionMartin Kaiser1-6/+0
2023-07-28hwrng: cctrng - use dev_err_probe in error pathsMartin Kaiser1-20/+10
2023-07-28hwrng: cctrng - merge cc_trng_clk_init into its only callerMartin Kaiser1-20/+4
2023-07-28hwrng: cctrng - let devres enable the clockMartin Kaiser1-24/+5
2023-07-28hwrng: cctrng - don't open code init and exit functionsMartin Kaiser1-15/+5
2023-07-28KEYS: use kfree_sensitive with keyMahmoud Adam1-4/+4
2023-07-28crypto: starfive - Add AES skcipher and aead supportJia Jie Ho5-7/+1132
2023-07-22hwrng: arm-smccc-trng - don't set drvdataMartin Kaiser1-2/+0
2023-07-22crypto: x86/aesni - remove unused parameter to aes_set_key_common()Eric Biggers1-13/+9
2023-07-22crypto: hisilicon/hpre - enable sva error interrupt eventWeili Qian1-1/+4
2023-07-22crypto: hisilicon/qm - increase device doorbell timeoutWeili Qian1-0/+6
2023-07-22crypto: hisilicon/qm - stop function and write data to memoryWeili Qian2-7/+9
2023-07-22crypto: hisilicon/qm - flush all work before driver removedWeili Qian1-0/+8
2023-07-22crypto: stm32 - remove flag HASH_FLAGS_DMA_READYThomas Bourgoin1-13/+8
2023-07-22crypto: stm32 - fix MDMAT conditionThomas Bourgoin1-1/+1
2023-07-22crypto: stm32 - check request size and scatterlist size when using DMA.Thomas Bourgoin1-5/+10
2023-07-22crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin1-1/+1
2023-07-22crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl.Thomas Bourgoin1-3/+3
2023-07-22crypto: stm32 - add new algorithms supportThomas Bourgoin2-125/+543
2023-07-22dt-bindings: crypto: add new compatible for stm32-hashLionel Debieve1-0/+1
2023-07-22hwrng: ba431 - use dev_err_probe after failed registrationMartin Kaiser1-4/+2
2023-07-22hwrng: ba431 - don't init of_device_id's dataMartin Kaiser1-1/+1
2023-07-22hwrng: ba431 - do not set drvdataMartin Kaiser1-2/+0
2023-07-22hwrng: ingenic - switch to device managed registrationMartin Kaiser1-11/+1
2023-07-22hwrng: ingenic - don't disable the rng in ingenic_trng_removeMartin Kaiser1-5/+0
2023-07-22hwrng: ingenic - use dev_err_probe in error pathsMartin Kaiser1-12/+8
2023-07-22hwrng: ingenic - use devm_clk_get_enabledMartin Kaiser1-18/+6
2023-07-22hwrng: ingenic - remove dead assignmentsMartin Kaiser1-2/+0
2023-07-22hwrng: ingenic - remove two unused definesMartin Kaiser1-2/+0
2023-07-22hwrng: ingenic - enable compile testingMartin Kaiser1-2/+1