aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-sham.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-15crypto: omap-sham - Drop if with an always false conditionUwe Kleine-König1-2/+1
2022-02-18crypto: omap-sham - Constify static attribute_groupRikard Falkeborn1-1/+1
2021-08-21crypto: omap - Fix inconsistent locking of device listsBen Hutchings1-6/+6
2021-08-06crypto: omap-sham - drop pm_runtime_irqsafe() usageTony Lindgren1-1/+0
2021-08-06crypto: omap-sham - drop suspend and resume functionsTony Lindgren1-21/+0
2021-08-06crypto: omap-sham - drop old hw_init and unused FLAGS_INITTony Lindgren1-21/+5
2021-08-06crypto: omap-sham - add missing pm_runtime_dontuse_autosuspend()Tony Lindgren1-0/+2
2021-08-06crypto: omap-sham - initialize req only after omap_sham_hw_init()Tony Lindgren1-2/+2
2021-08-06crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren1-1/+1
2021-06-11crypto: omap-sham - Fix PM reference leak in omap sham opsZhang Qilong1-2/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-09-18crypto: omap-sham - fix digcnt register handling with export/importTero Kristo1-0/+3
2020-09-18crypto: omap-sham - convert to use crypto engineTero Kristo1-108/+78
2020-06-26crypto: omap-sham - Fix sparse/compiler warningsHerbert Xu1-9/+9
2020-06-04crypto: omap-sham - add proper load balancing support for multicoreTero Kristo1-33/+31
2020-06-04crypto: omap-sham - fix very small data size handlingTero Kristo1-0/+2
2020-06-04crypto: omap-sham - huge buffer access fixesTero Kristo1-2/+9
2020-06-04crypto: omap-sham - force kernel driver usage for sha algosTero Kristo1-8/+16
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-05-08crypto: omap-sham - use crypto_shash_tfm_digest()Eric Biggers1-16/+4
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2019-12-11crypto: omap-sham - fix unaligned sg list handlingTero Kristo1-5/+14
2019-12-11crypto: omap-sham - fix split update cases with cryptomgr testsTero Kristo1-69/+33
2019-12-11crypto: omap-sham - fix buffer handling for split test casesTero Kristo1-2/+13
2019-12-11crypto: omap-sham - remove the sysfs group during driver removalTero Kristo1-0/+2
2019-12-11crypto: omap-sham - split up data to multiple sg elements with huge dataTero Kristo1-17/+64
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-24/+12
2018-04-28crypto: omap-sham - fix memleakBin Liu1-1/+1
2018-03-09crypto: omap-sham - Fix misleading indentationKrzysztof Kozlowski1-1/+1
2018-03-09crypto: omap-sham - Remove useless check for non-null requestKrzysztof Kozlowski1-3/+0
2018-03-09crypto: omap-sham - make queue length configurableTero Kristo1-0/+38
2018-03-09crypto: omap-sham - make fallback size configurableTero Kristo1-3/+53
2018-03-09crypto: omap-sham - Verify page zone of scatterlists before starting DMATero Kristo1-0/+7
2017-10-07crypto: omap - use of_device_get_match_dataCorentin LABBE1-5/+2
2017-08-03crypto: omap-sham - remove unnecessary static in omap_sham_remove()Gustavo A. R. Silva1-1/+1
2017-06-10crypto: omap-sham - force word alignment on the xmit-buf alsoTero Kristo1-1/+1
2017-06-10crypto: omap-sham - fix closing of hash with separate finalize callTero Kristo1-2/+7
2017-06-10crypto: omap-sham - buffer handling fixes for hashing laterTero Kristo1-8/+14
2017-05-23crypto: omap-sham - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2016-09-22crypto: omap-sham - shrink the internal buffer sizeTero Kristo1-1/+1
2016-09-22crypto: omap-sham - add support for export/importTero Kristo1-3/+13
2016-09-22crypto: omap-sham - convert driver logic to use sgs for data xmitTero Kristo1-270/+74
2016-09-22crypto: omap-sham - change the DMA threshold value to a defineTero Kristo1-3/+5
2016-09-22crypto: omap-sham - add support functions for sg based data handlingTero Kristo1-0/+263
2016-09-22crypto: omap-sham - rename sgl to sgl_tmp for deprecationTero Kristo1-10/+11
2016-09-22crypto: omap-sham - align algorithms on word offsetTero Kristo1-5/+5
2016-09-22crypto: omap-sham - add context export/import stubsTero Kristo1-2/+17