summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ce - enable working on big endianCorentin Labbe2019-11-222-34/+40
* crypto: mips/chacha - select CRYPTO_SKCIPHER, not CRYPTO_BLKCIPHEREric Biggers2019-11-221-1/+1
* hwrng: ks-sa - Enable COMPILE_TESTHerbert Xu2019-11-221-1/+1
* crypto: essiv - remove redundant null pointer check before kfreeChen Wandun2019-11-221-2/+1
* crypto: atmel-aes - Change data type for "lastc" bufferTudor Ambarus2019-11-221-1/+1
* crypto: atmel-tdes - Set the IV after {en,de}cryptTudor Ambarus2019-11-221-2/+38
* crypto: sun4i-ss - fix big endian issuesCorentin Labbe2019-11-221-10/+11
* crypto: sun4i-ss - hide the Invalid keylen messageCorentin Labbe2019-11-221-1/+1
* crypto: sun4i-ss - use crypto_ahash_digestsizeCorentin Labbe2019-11-221-1/+1
* crypto: sun4i-ss - remove dependency on not 64BITCorentin Labbe2019-11-221-1/+1
* crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.cCorentin Labbe2019-11-221-6/+6
* MAINTAINERS: Add maintainer for HiSilicon SEC V2 driverZaibo Xu2019-11-221-0/+10
* crypto: hisilicon - add DebugFS for HiSilicon SECZaibo Xu2019-11-223-0/+332
* Documentation: add DebugFS doc for HiSilicon SECLongfang Liu2019-11-221-0/+43
* crypto: hisilicon - add SRIOV for HiSilicon SECZaibo Xu2019-11-222-3/+153
* crypto: hisilicon - add HiSilicon SEC V2 driverZaibo Xu2019-11-227-0/+1875
* crypto: atmel - Fix build error of CRYPTO_AUTHENCYueHaibing2019-11-221-4/+4
* crypto: qce/dma - Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-221-2/+2
* crypto: ccp - add SEV command privilege separationBrijesh Singh2019-11-222-7/+23
* crypto: blake2b - rename tfm context and _setkey callbackDavid Sterba2019-11-221-18/+18
* crypto: blake2b - merge _update to api callbackDavid Sterba2019-11-221-36/+30
* crypto: blake2b - open code set last block helperDavid Sterba2019-11-221-6/+2
* crypto: blake2b - delete unused structs or membersDavid Sterba2019-11-221-30/+0
* crypto: blake2b - simplify key initDavid Sterba2019-11-221-8/+6
* crypto: blake2b - merge blake2 init to api callbackDavid Sterba2019-11-221-84/+19
* crypto: blake2b - merge _final implementation to callbackDavid Sterba2019-11-221-25/+17
* crypto: sun8i-ce - Fix memdup.cocci warningsYueHaibing2019-11-221-4/+2
* crypto: sun4i-ss - Fix 64-bit size_t warningsHerbert Xu2019-11-221-8/+14
* crypto: ccree - update a stale reference to ablkcipherArd Biesheuvel2019-11-171-2/+2
* crypto: ablkcipher - remove deprecated and unused ablkcipher supportArd Biesheuvel2019-11-1716-1150/+4
* crypto: nx - remove stale comment referring to the blkcipher walk APIArd Biesheuvel2019-11-172-10/+0
* crypto: marvell/cesa - rename blkcipher to skcipherArd Biesheuvel2019-11-172-10/+10
* crypto: qat - switch to skcipher APIArd Biesheuvel2019-11-172-162/+146
* crypto: talitos - switch to skcipher APIArd Biesheuvel2019-11-171-165/+143
* crypto: rockchip - switch to skcipher APIArd Biesheuvel2019-11-175-562/+545
* crypto: niagara2 - switch to skcipher APIArd Biesheuvel2019-11-171-98/+96
* crypto: stm32 - switch to skcipher APIArd Biesheuvel2019-11-171-179/+159
* crypto: qce - switch to skcipher APIArd Biesheuvel2019-11-176-99/+100
* crypto: picoxcell - switch to skcipher APIArd Biesheuvel2019-11-171-202/+184
* crypto: sahara - switch to skcipher APIArd Biesheuvel2019-11-171-81/+75
* crypto: mediatek - switch to skcipher APIArd Biesheuvel2019-11-171-132/+116
* crypto: mxs - switch to skcipher APIArd Biesheuvel2019-11-171-75/+65
* crypto: ixp4xx - switch to skcipher APIArd Biesheuvel2019-11-171-120/+108
* crypto: hifn - switch to skcipher APIArd Biesheuvel2019-11-171-91/+92
* crypto: chelsio - switch to skcipher APIArd Biesheuvel2019-11-173-179/+173
* crypto: cavium/cpt - switch to skcipher APIArd Biesheuvel2019-11-171-158/+134
* crypto: nitrox - remove cra_type reference to ablkcipherArd Biesheuvel2019-11-171-1/+0
* crypto: bcm-spu - switch to skcipher APIArd Biesheuvel2019-11-174-205/+186
* crypto: atmel-tdes - switch to skcipher APIArd Biesheuvel2019-11-171-226/+207
* crypto: atmel-aes - switch to skcipher APIArd Biesheuvel2019-11-171-264/+247