summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-sham.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: omap - Fix inconsistent locking of device listsBen Hutchings2021-09-151-6/+6
* crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()Tony Lindgren2021-09-151-1/+1
* crypto: omap-sham - Fix PM reference leak in omap sham opsZhang Qilong2021-07-141-2/+2
* crypto: omap-sham - fix digcnt register handling with export/importTero Kristo2020-09-181-0/+3
* crypto: omap-sham - convert to use crypto engineTero Kristo2020-09-181-108/+78
* crypto: omap-sham - Fix sparse/compiler warningsHerbert Xu2020-06-261-9/+9
* crypto: omap-sham - add proper load balancing support for multicoreTero Kristo2020-06-041-33/+31
* crypto: omap-sham - fix very small data size handlingTero Kristo2020-06-041-0/+2
* crypto: omap-sham - huge buffer access fixesTero Kristo2020-06-041-2/+9
* crypto: omap-sham - force kernel driver usage for sha algosTero Kristo2020-06-041-8/+16
* crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
* crypto: omap-sham - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-16/+4
* crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-2/+2
* crypto: omap-sham - fix unaligned sg list handlingTero Kristo2019-12-111-5/+14
* crypto: omap-sham - fix split update cases with cryptomgr testsTero Kristo2019-12-111-69/+33
* crypto: omap-sham - fix buffer handling for split test casesTero Kristo2019-12-111-2/+13
* crypto: omap-sham - remove the sysfs group during driver removalTero Kristo2019-12-111-0/+2
* crypto: omap-sham - split up data to multiple sg elements with huge dataTero Kristo2019-12-111-17/+64
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-091-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-24/+12
* crypto: omap-sham - fix memleakBin Liu2018-04-281-1/+1
* crypto: omap-sham - Fix misleading indentationKrzysztof Kozlowski2018-03-091-1/+1
* crypto: omap-sham - Remove useless check for non-null requestKrzysztof Kozlowski2018-03-091-3/+0
* crypto: omap-sham - make queue length configurableTero Kristo2018-03-091-0/+38
* crypto: omap-sham - make fallback size configurableTero Kristo2018-03-091-3/+53
* crypto: omap-sham - Verify page zone of scatterlists before starting DMATero Kristo2018-03-091-0/+7
* crypto: omap - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2
* crypto: omap-sham - remove unnecessary static in omap_sham_remove()Gustavo A. R. Silva2017-08-031-1/+1
* crypto: omap-sham - force word alignment on the xmit-buf alsoTero Kristo2017-06-101-1/+1
* crypto: omap-sham - fix closing of hash with separate finalize callTero Kristo2017-06-101-2/+7
* crypto: omap-sham - buffer handling fixes for hashing laterTero Kristo2017-06-101-8/+14
* crypto: omap-sham - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* crypto: omap-sham - shrink the internal buffer sizeTero Kristo2016-09-221-1/+1
* crypto: omap-sham - add support for export/importTero Kristo2016-09-221-3/+13
* crypto: omap-sham - convert driver logic to use sgs for data xmitTero Kristo2016-09-221-270/+74
* crypto: omap-sham - change the DMA threshold value to a defineTero Kristo2016-09-221-3/+5
* crypto: omap-sham - add support functions for sg based data handlingTero Kristo2016-09-221-0/+263
* crypto: omap-sham - rename sgl to sgl_tmp for deprecationTero Kristo2016-09-221-10/+11
* crypto: omap-sham - align algorithms on word offsetTero Kristo2016-09-221-5/+5
* crypto: omap-sham - add context export/import stubsTero Kristo2016-09-221-2/+17
* crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3Tero Kristo2016-09-131-1/+12
* crypto: omap-sham - fix software fallback handlingTero Kristo2016-09-131-1/+1
* crypto: omap-sham - avoid executing tasklet where not neededTero Kristo2016-09-131-5/+15
* crypto: omap-sham - increase cra_proirity to 400Bin Liu2016-07-011-12/+12
* crypto: omap-sham - set sw fallback to 240 bytesBin Liu2016-06-241-4/+8
* crypto: omap - do not call dmaengine_terminate_allLokesh Vutla2016-06-241-1/+0
* crypto: omap-sham - change queue size from 1 to 10Tero Kristo2016-06-241-1/+1
* crypto: omap-sham - use runtime_pm autosuspend for clock handlingTero Kristo2016-06-241-1/+7