summaryrefslogtreecommitdiff
path: root/drivers/crypto/omap-sham.c
AgeCommit message (Expand)Author
2023-10-27crypto: omap-sham - stop setting alignmask for ahashesEric Biggers
2023-10-27crypto: omap-sham - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-08-18crypto: omap - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: omap - Remove prepare/unprepare requestHerbert Xu
2022-12-02crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing
2022-07-15crypto: omap-sham - Drop if with an always false conditionUwe Kleine-König
2022-02-18crypto: omap-sham - Constify static attribute_groupRikard Falkeborn
2021-08-21crypto: omap - Fix inconsistent locking of device listsBen Hutchings
2021-08-06crypto: omap-sham - drop pm_runtime_irqsafe() usageTony Lindgren
2021-08-06crypto: omap-sham - drop suspend and resume functionsTony Lindgren
2021-08-06crypto: omap-sham - drop old hw_init and unused FLAGS_INITTony Lindgren
2021-08-06crypto: omap-sham - add missing pm_runtime_dontuse_autosuspend()Tony Lindgren
2021-08-06crypto: omap-sham - initialize req only after omap_sham_hw_init()Tony Lindgren
2021-08-06crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren
2021-06-11crypto: omap-sham - Fix PM reference leak in omap sham opsZhang Qilong
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-09-18crypto: omap-sham - fix digcnt register handling with export/importTero Kristo
2020-09-18crypto: omap-sham - convert to use crypto engineTero Kristo
2020-06-26crypto: omap-sham - Fix sparse/compiler warningsHerbert Xu
2020-06-04crypto: omap-sham - add proper load balancing support for multicoreTero Kristo
2020-06-04crypto: omap-sham - fix very small data size handlingTero Kristo
2020-06-04crypto: omap-sham - huge buffer access fixesTero Kristo
2020-06-04crypto: omap-sham - force kernel driver usage for sha algosTero Kristo
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
2020-05-08crypto: omap-sham - use crypto_shash_tfm_digest()Eric Biggers
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-11crypto: omap-sham - fix unaligned sg list handlingTero Kristo
2019-12-11crypto: omap-sham - fix split update cases with cryptomgr testsTero Kristo
2019-12-11crypto: omap-sham - fix buffer handling for split test casesTero Kristo
2019-12-11crypto: omap-sham - remove the sysfs group during driver removalTero Kristo
2019-12-11crypto: omap-sham - split up data to multiple sg elements with huge dataTero Kristo
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-04-28crypto: omap-sham - fix memleakBin Liu
2018-03-09crypto: omap-sham - Fix misleading indentationKrzysztof Kozlowski
2018-03-09crypto: omap-sham - Remove useless check for non-null requestKrzysztof Kozlowski
2018-03-09crypto: omap-sham - make queue length configurableTero Kristo
2018-03-09crypto: omap-sham - make fallback size configurableTero Kristo
2018-03-09crypto: omap-sham - Verify page zone of scatterlists before starting DMATero Kristo
2017-10-07crypto: omap - use of_device_get_match_dataCorentin LABBE
2017-08-03crypto: omap-sham - remove unnecessary static in omap_sham_remove()Gustavo A. R. Silva
2017-06-10crypto: omap-sham - force word alignment on the xmit-buf alsoTero Kristo
2017-06-10crypto: omap-sham - fix closing of hash with separate finalize callTero Kristo
2017-06-10crypto: omap-sham - buffer handling fixes for hashing laterTero Kristo
2017-05-23crypto: omap-sham - Use IPAD/OPAD constantCorentin LABBE
2016-09-22crypto: omap-sham - shrink the internal buffer sizeTero Kristo
2016-09-22crypto: omap-sham - add support for export/importTero Kristo