summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-18crypto: engine - Create internal/engine.hHerbert Xu
2023-08-18crypto: jh7110 - Include scatterwalk.h for struct scatter_walkHerbert Xu
2023-08-18crypto: engine - Move crypto inclusions out of header fileHerbert Xu
2023-08-18crypto: jh7110 - Include crypto/hash.h in header fileHerbert Xu
2023-08-18crypto: engine - Remove prepare/unprepare requestHerbert 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-18dt-bindings: crypto: qcom,prng: Add SM8450Konrad Dybcio
2023-08-18crypto: drivers - avoid memcpy size warningArnd Bergmann
2023-08-18hwrng: iproc-rng200 - Implement suspend and resume callsFlorian Fainelli
2023-08-18hwrng: core - Remove duplicated includeGUO Zihua
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: jitter - Add clarifying comments to Jitter Entropy RCT cutoff valuesJoachim Vandersmissen
2023-08-11crypto: lib/mpi - avoid null pointer deref in mpi_cmp_ui()Mark O'Donovan
2023-08-11crypto: lib - Move mpi into lib/cryptoHerbert Xu
2023-08-11crypto: api - Use work queue in crypto_destroy_instanceHerbert Xu
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: af_alg - Decrement struct key.usage in alg_set_by_key_serial()Frederick Lawler
2023-08-11crypto: arm64/aes - remove Makefile hackMasahiro Yamada
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-05hwrng: xgene: Add explicit io.h includeRob Herring
2023-08-04hwrng: Enable COMPILE_TEST for more driversRob Herring
2023-08-04hwrng: Explicitly include correct DT includesRob Herring
2023-08-04crypto: af_alg - Fix missing initialisation affecting gcm-aes-s390David Howells
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