summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell/cipher.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* crypto: marvell - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5Star
* crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing2019-02-281-2/+0Star
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON2017-11-031-243/+233Star
* crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-211-3/+5
* crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier2016-07-291-10/+1Star
* crypto: marvell - Fix memory leaks in TDMA chain for cipher requestsRomain Perier2016-07-281-8/+6Star
* crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-231-1/+1
* crypto: marvell - Add load balancing between enginesRomain Perier2016-06-231-32/+25Star
* crypto: marvell - Move SRAM I/O operations to step functionsRomain Perier2016-06-231-3/+3
* crypto: marvell - Add a complete operation for async requestsRomain Perier2016-06-231-5/+23
* crypto: marvell - Move tdma chain out of mv_cesa_tdma_req and remove itRomain Perier2016-06-231-30/+33
* crypto: marvell - Copy IV vectors by DMA transfers for acipher requestsRomain Perier2016-06-231-9/+22
* crypto: marvell - Check engine is not already running when enabling a reqRomain Perier2016-06-231-0/+2
* crypto: marvell - check return value of sg_nents_for_lenLABBE Corentin2015-11-171-0/+8
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2015-11-041-6/+7
|\
| * crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()Russell King2015-10-201-5/+6
| * crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King2015-10-201-1/+1
* | crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni2015-09-211-4/+3Star
|/
* crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard2015-06-191-0/+147
* crypto: marvell/cesa - add DES supportBoris BREZILLON2015-06-191-0/+150
* crypto: marvell/cesa - add TDMA supportBoris BREZILLON2015-06-191-5/+174
* crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON2015-06-191-0/+331