summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/marvell
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: marvell/cesa - rename blkcipher to skcipherArd Biesheuvel2019-11-172-10/+10
* crypto: marvell - Use kzfree rather than its implementationzhong jiang2019-09-091-2/+1
* crypto: cesa/des - switch to new verification routinesArd Biesheuvel2019-08-221-17/+8
* crypto: cesa/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-261-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-194-16/+4
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* crypto: marvell - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5
* crypto: marvell - remove set but not used variable 'index'YueHaibing2019-04-081-2/+1
* crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing2019-02-281-2/+0
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-091-2/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* crypto: marvell/cesa - Clean up redundant #includeRobin Murphy2018-03-031-1/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-311-7/+12
|\
| * crypto: marvell/cesa - Fix DMA API misuseRobin Murphy2018-01-181-7/+12
* | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-0/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-144-276/+261
|\
| * crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]Boris BREZILLON2017-11-061-0/+1
| * crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-032-3/+2
| * crypto: marvell - Switch cipher algs to the skcipher interfaceBoris BREZILLON2017-11-033-260/+251
| * crypto: marvell - Remove the old mv_cesa driverBoris BREZILLON2017-11-031-7/+0
| * crypto: marvell - Add a platform_device_id tableBoris BREZILLON2017-11-031-0/+6
| * crypto: drop unnecessary return statementsGeliang Tang2017-09-221-2/+0
| * crypto: Use PTR_ERR_ZEROHimanshu Jha2017-09-221-4/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* crypto: marvell - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+3
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-273-3/+43
|\
| * crypto: marvell - Copy IVDIG before launching partial DMA ahash requestsRomain Perier2016-12-163-3/+43
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-12-145-40/+75
|\|
| * crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier2016-10-211-16/+49
| * crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-214-24/+26
* | crypto: marvell - Don't corrupt state of an STD req for re-stepped ahashRomain Perier2016-12-071-3/+5
* | crypto: marvell - Don't copy hash operation twice into the SRAMRomain Perier2016-12-071-3/+0
|/
* crypto: marvell - Don't hardcode block size in mv_cesa_ahash_cache_reqRomain Perier2016-08-091-1/+1
* crypto: marvell - Don't overwrite default creq->state during initializationRomain Perier2016-08-091-6/+9
* crypto: marvell - Update transformation context for each dequeued reqRomain Perier2016-08-091-0/+1
* crypto: marvell - make mv_cesa_ahash_cache_req() return boolThomas Petazzoni2016-08-091-11/+9
* crypto: marvell - turn mv_cesa_ahash_init() into a function returning voidThomas Petazzoni2016-08-091-3/+1
* crypto: marvell - remove unused parameter in mv_cesa_ahash_dma_add_cache()Thomas Petazzoni2016-08-091-2/+1
* crypto: marvell - be explicit about destination in mv_cesa_dma_add_op()Thomas Petazzoni2016-08-091-0/+1
* crypto: marvell - Don't copy IV vectors from the _process op for ciphersRomain Perier2016-07-291-10/+1
* crypto: marvell - Update cache with input sg only when it is unmappedRomain Perier2016-07-281-6/+6
* crypto: marvell - Don't chain at DMA level when backlog is disabledRomain Perier2016-07-281-3/+4
* crypto: marvell - Fix memory leaks in TDMA chain for cipher requestsRomain Perier2016-07-281-8/+6
* crypto: marvell - Fix wrong flag used for GFP in mv_cesa_dma_add_iv_opRomain Perier2016-07-191-1/+1
* crypto: marvell - Increase the size of the crypto queueRomain Perier2016-06-231-1/+1
* crypto: marvell - Add support for chaining crypto requests in TDMA modeRomain Perier2016-06-235-27/+221
* crypto: marvell - Add load balancing between enginesRomain Perier2016-06-234-86/+84