summaryrefslogtreecommitdiff
path: root/drivers/crypto/marvell/cipher.c
AgeCommit message (Expand)Author
2020-03-20crypto: marvell - create common Kconfig and Makefile for MarvellSrujanaChalla
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-11-17crypto: marvell/cesa - rename blkcipher to skcipherArd Biesheuvel
2019-08-22crypto: cesa/des - switch to new verification routinesArd Biesheuvel
2019-07-26crypto: cesa/aes - switch to library version of key expansion routineArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-18crypto: marvell - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-02-28crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2017-11-03crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON
2016-10-21crypto: marvell - Use an unique pool to copy results of requestsRomain Perier
2016-07-29crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier
2016-07-28crypto: marvell - Fix memory leaks in TDMA chain for cipher 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 - Move SRAM I/O operations to step functionsRomain 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-06-23crypto: marvell - Check engine is not already running when enabling a reqRomain Perier
2015-11-17crypto: marvell - check return value of sg_nents_for_lenLABBE Corentin
2015-11-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2015-10-20crypto: marvell/cesa - use memcpy_fromio()/memcpy_toio()Russell King
2015-10-20crypto: marvell/cesa - use readl_relaxed()/writel_relaxed()Russell King
2015-09-21crypto: marvell - properly handle CRYPTO_TFM_REQ_MAY_BACKLOG-flagged requestsThomas Petazzoni
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