aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-sham.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: omap-sham - stop setting alignmask for ahashesEric Biggers1-14/+2
2023-10-27crypto: omap-sham - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring1-1/+0
2023-08-18crypto: omap - Use new crypto_engine_op interfaceHerbert Xu1-133/+141
2023-08-18crypto: omap - Remove prepare/unprepare requestHerbert Xu1-2/+4
2022-12-02crypto: omap-sham - Use pm_runtime_resume_and_get() in omap_sham_probe()Shang XiaoJing1-1/+1
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
2016-09-13crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3Tero Kristo1-1/+12
2016-09-13crypto: omap-sham - fix software fallback handlingTero Kristo1-1/+1
2016-09-13crypto: omap-sham - avoid executing tasklet where not neededTero Kristo1-5/+15
2016-07-01crypto: omap-sham - increase cra_proirity to 400Bin Liu1-12/+12
2016-06-24crypto: omap-sham - set sw fallback to 240 bytesBin Liu1-4/+8
2016-06-24crypto: omap - do not call dmaengine_terminate_allLokesh Vutla1-1/+0
2016-06-24crypto: omap-sham - change queue size from 1 to 10Tero Kristo1-1/+1
2016-06-24crypto: omap-sham - use runtime_pm autosuspend for clock handlingTero Kristo1-1/+7
2016-05-19crypto: omap-sham - potential Oops on error in probeDan Carpenter1-1/+1
2016-05-03crypto: omap-sham - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi1-17/+8
2015-08-17crypto/omap-sham: remove an open coded access to ->page_linkChristoph Hellwig1-1/+1
2015-05-18crypto: omap-sham - Add support for omap3 devicesPali Rohár1-0/+4
2015-05-15crypto: omap-sham - Check for return value from pm_runtime_get_syncPali Rohár1-3/+20
2015-04-03crypto: omap-sham - Add the offset of sg page to vaddrVutla, Lokesh1-0/+1
2015-04-01crypto: omap-sham - Use pm_runtime_irq_safe()Vutla, Lokesh1-0/+1
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.cBehan Webster1-17/+11
2014-03-10crypto: omap-sham - Map SG pages if they are HIGHMEM before accessingJoel Fernandes1-1/+7
2014-03-10crypto: omap-sham - Use SIMPLE_DEV_PM_OPS macroJingoo Han1-3/+1
2013-12-20crypto: omap-sham - Fix Polling mode for larger blocksLokesh Vutla1-3/+9
2013-12-05crypto: omap-sham - Only release DMA channel if successfully requestedMark A. Greer1-2/+5
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2013-10-30crypto: omap-sham - Add missing modaliasJoni Lapilainen1-0/+1
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding1-1/+1
2013-08-21crypto: omap-sham - correct dma burst sizeLokesh Vutla1-7/+4
2013-08-21crypto: omap-sham - Enable Polling mode if DMA failsLokesh Vutla1-19/+42
2013-08-01crypto: omap-sham - Convert to devm_kzalloc()Lokesh Vutla1-10/+5
2013-08-01crypto: omap-sham - Convert to devm_request_irq()Lokesh Vutla1-7/+5
2013-08-01crypto: omap-sham - Add OMAP5/AM43XX SHAM SupportLokesh Vutla1-0/+44
2013-08-01crypto: omap-sham - Add SHA384 and SHA512 SupportLokesh Vutla1-43/+202
2013-05-24drivers: crypto: use devm_ioremap_resource()Laurent Navet1-4/+3
2013-03-10crypto: omap-sham - Use module_platform_driver macroSachin Kamat1-12/+1
2013-03-10crypto: omap-sham - Use pm_runtime_put instead of pm_runtime_put_sync in taskletJoel A Fernandes1-1/+1
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-197/+721
2013-01-20crypto: omap-sham - Fix compile errors when CONFIG_OF not definedMark A. Greer1-1/+5
2013-01-11ARM: OMAP2+: Disable code that currently does not work with multiplaformTony Lindgren1-0/+3
2013-01-05crypto: omap-sham - Add SHA224 and SHA256 SupportMark A. Greer1-10/+173
2013-01-05crypto: omap-sham - Add OMAP4/AM33XX SHAM SupportMark A. Greer1-84/+332
2013-01-05crypto: omap-sham - Convert to dma_request_slave_channel_compat()Mark A. Greer1-1/+2
2013-01-05crypto: omap-sham - Add Device Tree SupportMark A. Greer1-33/+106
2013-01-05crypto: omap-sham - Remove usage of private DMA APIMark A. Greer1-109/+0
2013-01-05crypto: omap-sham - Add code to use dmaengine APIMark A. Greer1-9/+145
2013-01-05crypto: omap-sham - Add suspend/resume supportMark A. Greer1-0/+19
2013-01-05crypto: omap-sham - Convert to use pm_runtime APIMark A. Greer1-17/+11
2013-01-05crypto: omap-sham - Remove unnecessary pr_info noiseMark A. Greer1-2/+0
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-11-30ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.hTony Lindgren1-1/+1
2012-10-17Merge branch 'omap-for-v3.8/cleanup-headers-dma' into omap-for-v3.8/cleanup-h...Tony Lindgren1-1/+1
2012-10-15ARM: OMAP: Trivial driver changes to remove include plat/cpu.hTony Lindgren1-8/+0
2012-10-15ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.hLokesh Vutla1-1/+1
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos1-0/+4
2011-06-30crypto: omap-sham - do not schedule tasklet if there is no active requestsDmitry Kasatkin1-0/+5
2011-06-30crypto: omap-sham - clear device flags when finishing requestDmitry Kasatkin1-1/+3
2011-06-30crypto: omap-sham - irq handler must not clear error codeDmitry Kasatkin1-1/+0
2011-06-30crypto: omap-sham - irq and dma handling changesDmitry Kasatkin1-13/+27
2011-06-30crypto: omap-sham - remove dedicated queue handling taskletDmitry Kasatkin1-15/+9
2011-06-30crypto: omap-sham - remove unnecessary local variableDmitry Kasatkin1-2/+1
2011-06-30crypto: omap-sham - move some flags to device contextDmitry Kasatkin1-13/+6
2011-06-30crypto: omap-sham - replace flags operation with atomic bit operationsDmitry Kasatkin1-16/+13
2011-06-30crypto: omap-sham - replace flags bit mask with bit numberDmitry Kasatkin1-50/+52
2011-06-30crypto: omap-sham - remove unused codeDmitry Kasatkin1-5/+0
2011-06-30crypto: omap-sham - remove extra referenceDmitry Kasatkin1-1/+1
2011-04-26crypto: omap-sham - hmac calculation bug fix for sha1 base hashDmitry Kasatkin1-40/+31
2011-04-26crypto: omap-sham - enable driver for EMU chipsDmitry Kasatkin1-1/+2
2011-04-26crypto: omap-sham - remove debug printDmitry Kasatkin1-2/+0
2011-04-26crypto: omap-sham - fix concurrent sha1 calculationsMarkku Kylanpaa1-1/+1
2011-01-29crypto: omap-sham - don't treat NULL clk as an errorJamie Iles1-2/+2
2010-12-29crypto: omap-sham - backlog handling fixDmitry Kasatkin1-4/+3
2010-11-27crypto: omap-sham - zero-copy scatterlist handlingDmitry Kasatkin1-26/+61
2010-11-27crypto: omap-sham - FLAGS_FIRST is redundant and removedDmitry Kasatkin1-7/+1
2010-11-27crypto: omap-sham - hash-in-progress is stored in hw formatDmitry Kasatkin1-14/+24
2010-11-27crypto: omap-sham - crypto_ahash_final() now not need to be called.Dmitry Kasatkin1-86/+82
2010-11-27crypto: omap-sham - removed redundunt lockingDmitry Kasatkin1-26/+21
2010-11-27crypto: omap-sham - error handling improvedDmitry Kasatkin1-23/+44
2010-11-27crypto: omap-sham - DMA initialization fixes for off modeDmitry Kasatkin1-9/+10
2010-11-27crypto: omap-sham - uses digest buffer in request contextDmitry Kasatkin1-3/+8
2010-09-03crypto: omap-sham - Adjust DMA parametersSamu Onkalo1-1/+5
2010-05-26crypto: omap - remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2010-05-03crypto: omap - sha1 & md5 driverDmitry Kasatkin1-0/+1259