aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/omap-sham.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: omap-sham - stop setting alignmask for ahashesGravatar Eric Biggers 1-14/+2
2023-10-27crypto: omap-sham - Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-08-18crypto: omap - Use new crypto_engine_op interfaceGravatar Herbert Xu 1-133/+141
2023-08-18crypto: omap - Remove prepare/unprepare requestGravatar Herbert Xu 1-2/+4
2022-12-02crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Gravatar Shang XiaoJing 1-1/+1
2022-07-15crypto: omap-sham - Drop if with an always false conditionGravatar Uwe Kleine-König 1-2/+1
2022-02-18crypto: omap-sham - Constify static attribute_groupGravatar Rikard Falkeborn 1-1/+1
2021-08-21crypto: omap - Fix inconsistent locking of device listsGravatar Ben Hutchings 1-6/+6
2021-08-06crypto: omap-sham - drop pm_runtime_irqsafe() usageGravatar Tony Lindgren 1-1/+0
2021-08-06crypto: omap-sham - drop suspend and resume functionsGravatar Tony Lindgren 1-21/+0
2021-08-06crypto: omap-sham - drop old hw_init and unused FLAGS_INITGravatar Tony Lindgren 1-21/+5
2021-08-06crypto: omap-sham - add missing pm_runtime_dontuse_autosuspend()Gravatar Tony Lindgren 1-0/+2
2021-08-06crypto: omap-sham - initialize req only after omap_sham_hw_init()Gravatar Tony Lindgren 1-2/+2
2021-08-06crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Gravatar Tony Lindgren 1-1/+1
2021-06-11crypto: omap-sham - Fix PM reference leak in omap sham opsGravatar Zhang Qilong 1-2/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+2
2020-09-18crypto: omap-sham - fix digcnt register handling with export/importGravatar Tero Kristo 1-0/+3
2020-09-18crypto: omap-sham - convert to use crypto engineGravatar Tero Kristo 1-108/+78
2020-06-26crypto: omap-sham - Fix sparse/compiler warningsGravatar Herbert Xu 1-9/+9
2020-06-04crypto: omap-sham - add proper load balancing support for multicoreGravatar Tero Kristo 1-33/+31
2020-06-04crypto: omap-sham - fix very small data size handlingGravatar Tero Kristo 1-0/+2
2020-06-04crypto: omap-sham - huge buffer access fixesGravatar Tero Kristo 1-2/+9
2020-06-04crypto: omap-sham - force kernel driver usage for sha algosGravatar Tero Kristo 1-8/+16
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hGravatar Eric Biggers 1-1/+0
2020-05-08crypto: omap-sham - use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-16/+4
2020-03-06crypto: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-2/+2
2019-12-11crypto: omap-sham - fix unaligned sg list handlingGravatar Tero Kristo 1-5/+14
2019-12-11crypto: omap-sham - fix split update cases with cryptomgr testsGravatar Tero Kristo 1-69/+33
2019-12-11crypto: omap-sham - fix buffer handling for split test casesGravatar Tero Kristo 1-2/+13
2019-12-11crypto: omap-sham - remove the sysfs group during driver removalGravatar Tero Kristo 1-0/+2
2019-12-11crypto: omap-sham - split up data to multiple sg elements with huge dataGravatar Tero Kristo 1-17/+64
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Gravatar Stephen Boyd 1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-2/+0
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-24/+12
2018-04-28crypto: omap-sham - fix memleakGravatar Bin Liu 1-1/+1
2018-03-09crypto: omap-sham - Fix misleading indentationGravatar Krzysztof Kozlowski 1-1/+1
2018-03-09crypto: omap-sham - Remove useless check for non-null requestGravatar Krzysztof Kozlowski 1-3/+0
2018-03-09crypto: omap-sham - make queue length configurableGravatar Tero Kristo 1-0/+38
2018-03-09crypto: omap-sham - make fallback size configurableGravatar Tero Kristo 1-3/+53
2018-03-09crypto: omap-sham - Verify page zone of scatterlists before starting DMAGravatar Tero Kristo 1-0/+7
2017-10-07crypto: omap - use of_device_get_match_dataGravatar Corentin LABBE 1-5/+2
2017-08-03crypto: omap-sham - remove unnecessary static in omap_sham_remove()Gravatar Gustavo A. R. Silva 1-1/+1
2017-06-10crypto: omap-sham - force word alignment on the xmit-buf alsoGravatar Tero Kristo 1-1/+1
2017-06-10crypto: omap-sham - fix closing of hash with separate finalize callGravatar Tero Kristo 1-2/+7
2017-06-10crypto: omap-sham - buffer handling fixes for hashing laterGravatar Tero Kristo 1-8/+14
2017-05-23crypto: omap-sham - Use IPAD/OPAD constantGravatar Corentin LABBE 1-2/+3
2016-09-22crypto: omap-sham - shrink the internal buffer sizeGravatar Tero Kristo 1-1/+1
2016-09-22crypto: omap-sham - add support for export/importGravatar Tero Kristo 1-3/+13