summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/cesa.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-13/+14
|\
| * crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-031-1/+1
| * crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON2017-11-031-12/+13
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier2016-12-161-1/+2
* crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-211-3/+2Star
* crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-231-1/+38
* crypto: marvell - Add load balancing between enginesRomain Perier2016-06-231-5/+24
* crypto: marvell - Add a complete operation for async requestsRomain Perier2016-06-231-0/+3
* crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier2016-06-231-28/+16Star
* crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier2016-06-231-0/+5
* crypto: marvell/cesa - fix memory leakBoris BREZILLON2016-03-171-1/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-041-24/+31
|\
| * crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King2015-10-201-16/+16
| * crypto: marvell/cesa - use gfp_t for gfp flagsRussell King2015-10-201-4/+2Star
| * crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King2015-10-201-1/+3
| * crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King2015-10-201-1/+1
| * crypto: marvell/cesa - factor out first fragment decisions to helperRussell King2015-10-201-0/+6
| * crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()Russell King2015-10-201-1/+1
| * crypto: marvell/cesa - add flag to determine algorithm endiannessRussell King2015-10-201-0/+1
| * crypto: marvell/cesa - keep creq->state in CPU endian format at all timesRussell King2015-10-201-1/+1
* | crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni2015-09-211-0/+27
|/
* crypto: marvell/cesa - add SHA256 supportArnaud Ebalard2015-06-191-0/+2
* crypto: marvell/cesa - add MD5 supportArnaud Ebalard2015-06-191-0/+2
* crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard2015-06-191-0/+2
* crypto: marvell/cesa - add DES supportBoris BREZILLON2015-06-191-0/+2
* crypto: marvell/cesa - add TDMA supportBoris BREZILLON2015-06-191-0/+229
* crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON2015-06-191-0/+554