summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2023-08-18crypto: aspeed - Remove non-standard sha512 algorithmsHerbert Xu1-212/+0
2023-08-18crypto: aspeed - Use new crypto_engine_op interfaceHerbert Xu5-105/+202
2023-08-18crypto: amlogic - Use new crypto_engine_op interfaceHerbert Xu3-29/+47
2023-08-18crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu4-131/+177
2023-08-18crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu4-125/+180
2023-08-18crypto: caam - Include internal/engine.hHerbert Xu3-3/+4
2023-08-18crypto: omap - Include internal/engine.hHerbert Xu1-16/+14
2023-08-18crypto: jh7110 - Include scatterwalk.h for struct scatter_walkHerbert Xu1-0/+1
2023-08-18crypto: jh7110 - Include crypto/hash.h in header fileHerbert Xu1-5/+5
2023-08-18crypto: zynqmp - Remove prepare/unprepare requestHerbert Xu1-2/+0
2023-08-18crypto: virtio - Remove prepare/unprepare requestHerbert Xu2-4/+0
2023-08-18crypto: stm32 - Remove prepare/unprepare requestHerbert Xu1-30/+7
2023-08-18crypto: jh1100 - Remove prepare/unprepare requestHerbert Xu2-50/+11
2023-08-18crypto: rk3288 - Remove prepare/unprepare requestHerbert Xu1-5/+8
2023-08-18crypto: omap - Remove prepare/unprepare requestHerbert Xu4-39/+19
2023-08-18crypto: keembay - Remove prepare/unprepare requestHerbert Xu2-6/+0
2023-08-18crypto: sl3516 - Remove prepare/unprepare requestHerbert Xu1-2/+0
2023-08-18crypto: aspeed - Remove prepare/unprepare requestHerbert Xu3-10/+8
2023-08-18crypto: amlogic - Remove prepare/unprepare requestHerbert Xu1-2/+0
2023-08-18crypto: sun8i-ss - Remove prepare/unprepare requestHerbert Xu2-4/+0
2023-08-18crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu2-8/+14
2023-08-18crypto: qcom-rng: Make the core clock optional regardless of ACPI presenceKonrad Dybcio1-7/+3
2023-08-18crypto: drivers - avoid memcpy size warningArnd Bergmann3-3/+6
2023-08-18crypto: exynos - fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-18crypto: qat - Remove unused function declarationsYue Haibing1-8/+0
2023-08-18crypto: allwinner - Remove unused function declarationsYue Haibing2-5/+0
2023-08-18crypto: caam/jr - fix shared IRQ line handlingHoria Geantă1-1/+1
2023-08-18crypto: caam - increase the domain of write memory barrier to full systemIuliana Prodan1-1/+9
2023-08-18crypto: caam - fix unchecked return value errorGaurav Jain1-1/+3
2023-08-18crypto: caam - fix PM operations definitionArnd Bergmann2-4/+4
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: 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-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-28crypto: starfive - Add AES skcipher and aead supportJia Jie Ho5-7/+1132
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 Qian1-6/+8
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