summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)Author
2023-08-18crypto: aspeed - Remove non-standard sha512 algorithmsHerbert Xu
2023-08-18crypto: aspeed - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: amlogic - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: caam - Include internal/engine.hHerbert Xu
2023-08-18crypto: omap - Include internal/engine.hHerbert Xu
2023-08-18crypto: jh7110 - Include scatterwalk.h for struct scatter_walkHerbert Xu
2023-08-18crypto: jh7110 - Include crypto/hash.h in header fileHerbert Xu
2023-08-18crypto: zynqmp - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: virtio - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: stm32 - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: jh1100 - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: rk3288 - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: omap - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: keembay - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: sl3516 - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: aspeed - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: amlogic - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: sun8i-ss - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: qcom-rng: Make the core clock optional regardless of ACPI presenceKonrad Dybcio
2023-08-18crypto: drivers - avoid memcpy size warningArnd Bergmann
2023-08-18crypto: exynos - fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-08-18crypto: qat - Remove unused function declarationsYue Haibing
2023-08-18crypto: allwinner - Remove unused function declarationsYue Haibing
2023-08-18crypto: caam/jr - fix shared IRQ line handlingHoria Geantă
2023-08-18crypto: caam - increase the domain of write memory barrier to full systemIuliana Prodan
2023-08-18crypto: caam - fix unchecked return value errorGaurav Jain
2023-08-18crypto: caam - fix PM operations definitionArnd Bergmann
2023-08-11crypto: hisilicon/sec - Do not check for 0 return after calling platform_get_...Ruan Jinjie
2023-08-11crypto: qat - use kfree_sensitive instead of memset/kfree()Yang Yingliang
2023-08-11crypto: stm32 - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-11crypto: stm32 - Drop if block with always false conditionUwe Kleine-König
2023-08-11crypto: stm32 - Properly handle pm_runtime_get failingUwe Kleine-König
2023-08-11crypto: starfive - fix return value check in starfive_aes_prepare_req()Yang Yingliang
2023-08-04crypto: atmel - Use dev_err_probe instead of dev_errWang Ming
2023-08-04crypto: caam - add power management supportHoria Geanta
2023-08-04crypto: caam - Change structure type representing DECO MIDFranck LENORMAND
2023-07-28crypto: caam - Remove messages related to memory allocation failureChristophe JAILLET
2023-07-28crypto: caam - Use struct_size()Christophe JAILLET
2023-07-28crypto: starfive - Add AES skcipher and aead supportJia Jie Ho
2023-07-22crypto: hisilicon/hpre - enable sva error interrupt eventWeili Qian
2023-07-22crypto: hisilicon/qm - increase device doorbell timeoutWeili Qian
2023-07-22crypto: hisilicon/qm - stop function and write data to memoryWeili Qian
2023-07-22crypto: hisilicon/qm - flush all work before driver removedWeili Qian
2023-07-22crypto: stm32 - remove flag HASH_FLAGS_DMA_READYThomas Bourgoin
2023-07-22crypto: stm32 - fix MDMAT conditionThomas Bourgoin
2023-07-22crypto: stm32 - check request size and scatterlist size when using DMA.Thomas Bourgoin
2023-07-22crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin