aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/cesa.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier1-1/+38
2016-06-23crypto: marvell - Add load balancing between enginesRomain Perier1-5/+24
2016-06-23crypto: marvell - Add a complete operation for async requestsRomain Perier1-0/+3
2016-06-23crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier1-28/+16
2016-06-23crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier1-0/+5
2016-03-17crypto: marvell/cesa - fix memory leakBoris BREZILLON1-1/+2
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-24/+31
2015-10-20crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King1-16/+16
2015-10-20crypto: marvell/cesa - use gfp_t for gfp flagsRussell King1-4/+2
2015-10-20crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King1-1/+3
2015-10-20crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King1-1/+1
2015-10-20crypto: marvell/cesa - factor out first fragment decisions to helperRussell King1-0/+6
2015-10-20crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()Russell King1-1/+1
2015-10-20crypto: marvell/cesa - add flag to determine algorithm endiannessRussell King1-0/+1
2015-10-20crypto: marvell/cesa - keep creq->state in CPU endian format at all timesRussell King1-1/+1
2015-09-21crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni1-0/+27
2015-06-19crypto: marvell/cesa - add SHA256 supportArnaud Ebalard1-0/+2
2015-06-19crypto: marvell/cesa - add MD5 supportArnaud Ebalard1-0/+2
2015-06-19crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard1-0/+2
2015-06-19crypto: marvell/cesa - add DES supportBoris BREZILLON1-0/+2
2015-06-19crypto: marvell/cesa - add TDMA supportBoris BREZILLON1-0/+229
2015-06-19crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON1-0/+554