Age | Commit message (Expand) | Author | Files | Lines |
2023-08-25 | crypto: chelsio - Remove unused declarations | Yue Haibing | 2 | -2/+0 |
2023-08-25 | crypto: qat - fix crypto capability detection for 4xxx | Adam Guerin | 2 | -1/+13 |
2023-08-23 | crypto: drivers - Explicitly include correct DT includes | Rob Herring | 33 | -45/+25 |
2023-08-18 | crypto: zynqmp - Use new crypto_engine_op interface | Herbert Xu | 1 | -17/+18 |
2023-08-18 | crypto: virtio - Use new crypto_engine_op interface | Herbert Xu | 2 | -26/+30 |
2023-08-18 | crypto: stm32 - Use new crypto_engine_op interface | Herbert Xu | 2 | -362/+452 |
2023-08-18 | crypto: jh7110 - Use new crypto_engine_op interface | Herbert Xu | 4 | -205/+252 |
2023-08-18 | crypto: rk3288 - Use new crypto_engine_op interface | Herbert Xu | 4 | -83/+123 |
2023-08-18 | crypto: omap - Use new crypto_engine_op interface | Herbert Xu | 5 | -345/+370 |
2023-08-18 | crypto: keembay - Use new crypto_engine_op interface | Herbert Xu | 3 | -374/+364 |
2023-08-18 | crypto: sl3516 - Use new crypto_engine_op interface | Herbert Xu | 3 | -34/+43 |
2023-08-18 | crypto: caam - Use new crypto_engine_op interface | Herbert Xu | 4 | -113/+320 |
2023-08-18 | crypto: aspeed - Remove non-standard sha512 algorithms | Herbert Xu | 1 | -212/+0 |
2023-08-18 | crypto: aspeed - Use new crypto_engine_op interface | Herbert Xu | 5 | -105/+202 |
2023-08-18 | crypto: amlogic - Use new crypto_engine_op interface | Herbert Xu | 3 | -29/+47 |
2023-08-18 | crypto: sun8i-ss - Use new crypto_engine_op interface | Herbert Xu | 4 | -131/+177 |
2023-08-18 | crypto: sun8i-ce - Use new crypto_engine_op interface | Herbert Xu | 4 | -125/+180 |
2023-08-18 | crypto: caam - Include internal/engine.h | Herbert Xu | 3 | -3/+4 |
2023-08-18 | crypto: omap - Include internal/engine.h | Herbert Xu | 1 | -16/+14 |
2023-08-18 | crypto: jh7110 - Include scatterwalk.h for struct scatter_walk | Herbert Xu | 1 | -0/+1 |
2023-08-18 | crypto: jh7110 - Include crypto/hash.h in header file | Herbert Xu | 1 | -5/+5 |
2023-08-18 | crypto: zynqmp - Remove prepare/unprepare request | Herbert Xu | 1 | -2/+0 |
2023-08-18 | crypto: virtio - Remove prepare/unprepare request | Herbert Xu | 2 | -4/+0 |
2023-08-18 | crypto: stm32 - Remove prepare/unprepare request | Herbert Xu | 1 | -30/+7 |
2023-08-18 | crypto: jh1100 - Remove prepare/unprepare request | Herbert Xu | 2 | -50/+11 |
2023-08-18 | crypto: rk3288 - Remove prepare/unprepare request | Herbert Xu | 1 | -5/+8 |
2023-08-18 | crypto: omap - Remove prepare/unprepare request | Herbert Xu | 4 | -39/+19 |
2023-08-18 | crypto: keembay - Remove prepare/unprepare request | Herbert Xu | 2 | -6/+0 |
2023-08-18 | crypto: sl3516 - Remove prepare/unprepare request | Herbert Xu | 1 | -2/+0 |
2023-08-18 | crypto: aspeed - Remove prepare/unprepare request | Herbert Xu | 3 | -10/+8 |
2023-08-18 | crypto: amlogic - Remove prepare/unprepare request | Herbert Xu | 1 | -2/+0 |
2023-08-18 | crypto: sun8i-ss - Remove prepare/unprepare request | Herbert Xu | 2 | -4/+0 |
2023-08-18 | crypto: sun8i-ce - Remove prepare/unprepare request | Herbert Xu | 2 | -8/+14 |
2023-08-18 | crypto: qcom-rng: Make the core clock optional regardless of ACPI presence | Konrad Dybcio | 1 | -7/+3 |
2023-08-18 | crypto: drivers - avoid memcpy size warning | Arnd Bergmann | 3 | -3/+6 |
2023-08-18 | hwrng: iproc-rng200 - Implement suspend and resume calls | Florian Fainelli | 1 | -0/+25 |
2023-08-18 | hwrng: core - Remove duplicated include | GUO Zihua | 1 | -2/+1 |
2023-08-18 | crypto: exynos - fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 1 | -1/+1 |
2023-08-18 | crypto: qat - Remove unused function declarations | Yue Haibing | 1 | -8/+0 |
2023-08-18 | crypto: allwinner - Remove unused function declarations | Yue Haibing | 2 | -5/+0 |
2023-08-18 | crypto: caam/jr - fix shared IRQ line handling | Horia Geantă | 1 | -1/+1 |
2023-08-18 | crypto: caam - increase the domain of write memory barrier to full system | Iuliana Prodan | 1 | -1/+9 |
2023-08-18 | crypto: caam - fix unchecked return value error | Gaurav Jain | 1 | -1/+3 |
2023-08-18 | crypto: caam - fix PM operations definition | Arnd Bergmann | 2 | -4/+4 |
2023-08-11 | crypto: hisilicon/sec - Do not check for 0 return after calling platform_get_... | Ruan Jinjie | 1 | -2/+2 |
2023-08-11 | crypto: qat - use kfree_sensitive instead of memset/kfree() | Yang Yingliang | 1 | -2/+1 |
2023-08-11 | crypto: stm32 - Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-08-11 | crypto: stm32 - Drop if block with always false condition | Uwe Kleine-König | 1 | -5/+1 |
2023-08-11 | crypto: stm32 - Properly handle pm_runtime_get failing | Uwe Kleine-König | 1 | -4/+3 |
2023-08-11 | crypto: starfive - fix return value check in starfive_aes_prepare_req() | Yang Yingliang | 1 | -2/+2 |