aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/omap-sham.c
AgeCommit message (Expand)Author
2020-06-04crypto: omap-sham - add proper load balancing support for multicoreTero Kristo
2020-06-04crypto: omap-sham - fix very small data size handlingTero Kristo
2020-06-04crypto: omap-sham - huge buffer access fixesTero Kristo
2020-06-04crypto: omap-sham - force kernel driver usage for sha algosTero Kristo
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
2020-05-08crypto: omap-sham - use crypto_shash_tfm_digest()Eric Biggers
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-12-11crypto: omap-sham - fix unaligned sg list handlingTero Kristo
2019-12-11crypto: omap-sham - fix split update cases with cryptomgr testsTero Kristo
2019-12-11crypto: omap-sham - fix buffer handling for split test casesTero Kristo
2019-12-11crypto: omap-sham - remove the sysfs group during driver removalTero Kristo
2019-12-11crypto: omap-sham - split up data to multiple sg elements with huge dataTero Kristo
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-04-28crypto: omap-sham - fix memleakBin Liu
2018-03-09crypto: omap-sham - Fix misleading indentationKrzysztof Kozlowski
2018-03-09crypto: omap-sham - Remove useless check for non-null requestKrzysztof Kozlowski
2018-03-09crypto: omap-sham - make queue length configurableTero Kristo
2018-03-09crypto: omap-sham - make fallback size configurableTero Kristo
2018-03-09crypto: omap-sham - Verify page zone of scatterlists before starting DMATero Kristo
2017-10-07crypto: omap - use of_device_get_match_dataCorentin LABBE
2017-08-03crypto: omap-sham - remove unnecessary static in omap_sham_remove()Gustavo A. R. Silva
2017-06-10crypto: omap-sham - force word alignment on the xmit-buf alsoTero Kristo
2017-06-10crypto: omap-sham - fix closing of hash with separate finalize callTero Kristo
2017-06-10crypto: omap-sham - buffer handling fixes for hashing laterTero Kristo
2017-05-23crypto: omap-sham - Use IPAD/OPAD constantCorentin LABBE
2016-09-22crypto: omap-sham - shrink the internal buffer sizeTero Kristo
2016-09-22crypto: omap-sham - add support for export/importTero Kristo
2016-09-22crypto: omap-sham - convert driver logic to use sgs for data xmitTero Kristo
2016-09-22crypto: omap-sham - change the DMA threshold value to a defineTero Kristo
2016-09-22crypto: omap-sham - add support functions for sg based data handlingTero Kristo
2016-09-22crypto: omap-sham - rename sgl to sgl_tmp for deprecationTero Kristo
2016-09-22crypto: omap-sham - align algorithms on word offsetTero Kristo
2016-09-22crypto: omap-sham - add context export/import stubsTero Kristo
2016-09-13crypto: omap-sham - fix SW fallback HMAC handling for omap2/omap3Tero Kristo
2016-09-13crypto: omap-sham - fix software fallback handlingTero Kristo
2016-09-13crypto: omap-sham - avoid executing tasklet where not neededTero Kristo
2016-07-01crypto: omap-sham - increase cra_proirity to 400Bin Liu
2016-06-24crypto: omap-sham - set sw fallback to 240 bytesBin Liu
2016-06-24crypto: omap - do not call dmaengine_terminate_allLokesh Vutla
2016-06-24crypto: omap-sham - change queue size from 1 to 10Tero Kristo
2016-06-24crypto: omap-sham - use runtime_pm autosuspend for clock handlingTero Kristo
2016-05-19crypto: omap-sham - potential Oops on error in probeDan Carpenter
2016-05-03crypto: omap-sham - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi
2015-08-17crypto/omap-sham: remove an open coded access to ->page_linkChristoph Hellwig
2015-05-18crypto: omap-sham - Add support for omap3 devicesPali Rohár
2015-05-15crypto: omap-sham - Check for return value from pm_runtime_get_syncPali Rohár
2015-04-03crypto: omap-sham - Add the offset of sg page to vaddrVutla, Lokesh