summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-081-2/+1Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* crypto: marvell - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-281-1/+33
|\
| * crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier2016-12-161-1/+33
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-141-16/+49
|\|
| * crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier2016-10-211-16/+49
* | crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier2016-12-071-3/+5
* | crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier2016-12-071-3/+0Star
|/
* crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier2016-08-091-1/+1
* crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier2016-08-091-6/+9
* crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni2016-08-091-11/+9Star
* crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni2016-08-091-3/+1Star
* crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni2016-08-091-2/+1Star
* crypto: marvell - Update cache with input sg only when it is unmappedRomain Perier2016-07-281-6/+6
* crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-231-0/+6
* crypto: marvell - Add load balancing between enginesRomain Perier2016-06-231-31/+19Star
* crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2016-06-231-9/+9
* crypto: marvell - Add a complete operation for async requestsRomain Perier2016-06-231-10/+12
* crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier2016-06-231-35/+29Star
* crypto: marvell - Check engine is not already running when enabling a reqRomain Perier2016-06-231-0/+2
* crypto: marvell/cesa - remove unneeded conditionDan Carpenter2016-04-051-2/+1Star
* crypto: marvell/cesa - initialize hash statesBoris BREZILLON2016-03-171-0/+20
* crypto: marvell/cesa - fix memory leakBoris BREZILLON2016-03-171-68/+18Star
* crypto: marvell - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-041-245/+226Star
|\
| * crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()Russell King2015-10-201-8/+8
| * crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King2015-10-201-4/+3Star
| * crypto: marvell/cesa - fix memory leakBoris Brezillon2015-10-201-12/+10Star
| * crypto: marvell/cesa - fix first-fragment handling in mv_cesa_ahash_dma_last_...Russell King2015-10-201-8/+0Star
| * crypto: marvell/cesa - rearrange handling for sw padded hashesRussell King2015-10-201-26/+18Star
| * crypto: marvell/cesa - rearrange handling for hw finished hashesRussell King2015-10-201-11/+24
| * crypto: marvell/cesa - rearrange last request handlingRussell King2015-10-201-11/+19
| * crypto: marvell/cesa - avoid adding final operation within loopRussell King2015-10-201-7/+17
| * crypto: marvell/cesa - ensure iter.base.op_len is the full op lengthRussell King2015-10-201-4/+4
| * crypto: marvell/cesa - use presence of scatterlist to determine data loadRussell King2015-10-201-18/+21
| * crypto: marvell/cesa - move mv_cesa_dma_add_frag() callsRussell King2015-10-201-42/+29Star
| * crypto: marvell/cesa - always ensure mid-fragments after first-fragmentRussell King2015-10-201-12/+7Star
| * crypto: marvell/cesa - factor out adding an operation and launching itRussell King2015-10-201-38/+36Star
| * crypto: marvell/cesa - factor out first fragment decisions to helperRussell King2015-10-201-6/+3Star
| * crypto: marvell/cesa - ensure template operation is initialisedRussell King2015-10-201-6/+6
| * crypto: marvell/cesa - fix the bit length endiannessRussell King2015-10-201-2/+8
| * crypto: marvell/cesa - add flag to determine algorithm endiannessRussell King2015-10-201-8/+9
| * crypto: marvell/cesa - keep creq->state in CPU endian format at all timesRussell King2015-10-201-11/+14
| * crypto: marvell/cesa - easier way to get the transformRussell King2015-10-201-2/+2
| * crypto: marvell/cesa - factor out common import/export functionsRussell King2015-10-141-104/+53Star
| * crypto: marvell/cesa - fix wrong hash resultsRussell King2015-10-141-0/+15
| * crypto: marvell/cesa - initialise struct mv_cesa_ahash_reqRussell King2015-10-141-0/+12
| * crypto: marvell/cesa - fix stack smashing in marvell/hash.cRussell King2015-10-141-0/+3
* | crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni2015-09-211-5/+3Star
|/