aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/marvell
AgeCommit message (Expand)AuthorFilesLines
2015-10-20crypto: marvell/cesa - avoid adding final operation within loopGravatar Russell King 1-7/+17
2015-10-20crypto: marvell/cesa - ensure iter.base.op_len is the full op lengthGravatar Russell King 1-4/+4
2015-10-20crypto: marvell/cesa - use presence of scatterlist to determine data loadGravatar Russell King 1-18/+21
2015-10-20crypto: marvell/cesa - move mv_cesa_dma_add_frag() callsGravatar Russell King 1-42/+29
2015-10-20crypto: marvell/cesa - always ensure mid-fragments after first-fragmentGravatar Russell King 1-12/+7
2015-10-20crypto: marvell/cesa - factor out adding an operation and launching itGravatar Russell King 1-38/+36
2015-10-20crypto: marvell/cesa - factor out first fragment decisions to helperGravatar Russell King 2-6/+9
2015-10-20crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()Gravatar Russell King 1-1/+1
2015-10-20crypto: marvell/cesa - ensure template operation is initialisedGravatar Russell King 1-6/+6
2015-10-20crypto: marvell/cesa - fix the bit length endiannessGravatar Russell King 1-2/+8
2015-10-20crypto: marvell/cesa - add flag to determine algorithm endiannessGravatar Russell King 2-8/+10
2015-10-20crypto: marvell/cesa - keep creq->state in CPU endian format at all timesGravatar Russell King 2-12/+15
2015-10-20crypto: marvell/cesa - easier way to get the transformGravatar Russell King 1-2/+2
2015-10-14crypto: marvell/cesa - factor out common import/export functionsGravatar Russell King 1-104/+53
2015-10-14crypto: marvell/cesa - fix wrong hash resultsGravatar Russell King 1-0/+15
2015-10-14crypto: marvell/cesa - initialise struct mv_cesa_ahash_reqGravatar Russell King 1-0/+12
2015-10-14crypto: marvell/cesa - fix stack smashing in marvell/hash.cGravatar Russell King 1-0/+3
2015-09-21crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsGravatar Thomas Petazzoni 3-9/+33
2015-07-14crypto: marvell/cesa - Drop owner assignment from platform_driverGravatar Krzysztof Kozlowski 1-1/+0
2015-06-30genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Gravatar Vladimir Zapolskiy 1-3/+2
2015-06-19crypto: marvell/cesa - add support for Kirkwood and Dove SoCsGravatar Arnaud Ebalard 1-1/+12
2015-06-19crypto: marvell/cesa - add support for Orion SoCsGravatar Boris BREZILLON 1-7/+35
2015-06-19crypto: marvell/cesa - add allhwsupport module parameterGravatar Boris BREZILLON 1-0/+4
2015-06-19crypto: marvell/cesa - add support for all armada SoCsGravatar Boris BREZILLON 1-0/+12
2015-06-19crypto: marvell/cesa - add SHA256 supportGravatar Arnaud Ebalard 3-0/+163
2015-06-19crypto: marvell/cesa - add MD5 supportGravatar Arnaud Ebalard 3-2/+174
2015-06-19crypto: marvell/cesa - add Triple-DES supportGravatar Arnaud Ebalard 3-0/+151
2015-06-19crypto: marvell/cesa - add DES supportGravatar Boris BREZILLON 3-0/+154
2015-06-19crypto: marvell/cesa - add TDMA supportGravatar Boris BREZILLON 6-16/+1100
2015-06-19crypto: marvell/cesa - add a new driver for Marvell's CESAGravatar Boris BREZILLON 5-0/+2024