aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/marvell/cesa.h
AgeCommit message (Expand)Author
2020-03-20crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla
2019-11-17crypto: marvell/cesa - rename blkcipher to skcipherArd Biesheuvel
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-11-03crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef
2017-11-03crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-12-16crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier
2016-10-21crypto: marvell - Use an unique pool to copy results of requestsRomain Perier
2016-06-23crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier
2016-06-23crypto: marvell - Add load balancing between enginesRomain Perier
2016-06-23crypto: marvell - Add a complete operation for async requestsRomain Perier
2016-06-23crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier
2016-06-23crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier
2016-03-17crypto: marvell/cesa - fix memory leakBoris BREZILLON
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-10-20crypto: marvell/cesa - use __le32 for hardware descriptorsRussell King
2015-10-20crypto: marvell/cesa - use gfp_t for gfp flagsRussell King
2015-10-20crypto: marvell/cesa - use dma_addr_t for cur_dmaRussell King
2015-10-20crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King
2015-10-20crypto: marvell/cesa - factor out first fragment decisions to helperRussell King
2015-10-20crypto: marvell/cesa - const-ify argument to mv_cesa_get_op_cfg()Russell King
2015-10-20crypto: marvell/cesa - add flag to determine algorithm endiannessRussell King
2015-10-20crypto: marvell/cesa - keep creq->state in CPU endian format at all timesRussell King
2015-09-21crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni
2015-06-19crypto: marvell/cesa - add SHA256 supportArnaud Ebalard
2015-06-19crypto: marvell/cesa - add MD5 supportArnaud Ebalard
2015-06-19crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard
2015-06-19crypto: marvell/cesa - add DES supportBoris BREZILLON
2015-06-19crypto: marvell/cesa - add TDMA supportBoris BREZILLON
2015-06-19crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON