summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAgeFilesLines
...
| * crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()Russell King2015-10-201-1/+1
| * 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-202-8/+10
| * crypto: marvell/cesa - keep creq->state in CPU endian format at all timesRussell King2015-10-202-12/+15
| * 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/+53
| * 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-213-9/+33
|/
* crypto: marvell/cesa - Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-141-1/+0
* genalloc: rename of_get_named_gen_pool() to of_gen_pool_get()Vladimir Zapolskiy2015-06-301-3/+2
* crypto: marvell/cesa - add support for Kirkwood and Dove SoCsArnaud Ebalard2015-06-191-1/+12
* crypto: marvell/cesa - add support for Orion SoCsBoris BREZILLON2015-06-191-7/+35
* crypto: marvell/cesa - add allhwsupport module parameterBoris BREZILLON2015-06-191-0/+4
* crypto: marvell/cesa - add support for all armada SoCsBoris BREZILLON2015-06-191-0/+12
* crypto: marvell/cesa - add SHA256 supportArnaud Ebalard2015-06-193-0/+163
* crypto: marvell/cesa - add MD5 supportArnaud Ebalard2015-06-193-2/+174
* crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard2015-06-193-0/+151
* crypto: marvell/cesa - add DES supportBoris BREZILLON2015-06-193-0/+154
* crypto: marvell/cesa - add TDMA supportBoris BREZILLON2015-06-196-16/+1100
* crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON2015-06-195-0/+2024