aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-sham.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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