summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ux500
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-2/+0
* crypto: Kconfig - Fix indentationKrzysztof Kozlowski2019-12-111-8/+8
* crypto: ux500 - switch to skcipher APIArd Biesheuvel2019-11-171-215/+156
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-1/+1
* crypto: ux500 - Remove set but not used variable 'cookie'zhengbin2019-10-231-2/+1
* crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu2019-09-092-9/+11
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
* crypto: ux500/des - switch to new verification routinesArd Biesheuvel2019-08-221-24/+7
* crypto: ux500/crypt - Mark expected switch fall-throughsGustavo A. R. Silva2019-08-091-0/+6
* crypto: ux500 - Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-262-4/+4
* crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)2019-06-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-3013-13/+14
* crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.oMasahiro Yamada2019-04-251-5/+1
* crypto: ux500 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-79/+7
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-9/+11
* crypto: ux500 - catch dma submission errorYueHaibing2019-01-111-0/+6
* crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor2018-12-231-1/+1
* crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor2018-12-231-2/+2
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-182-0/+2
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-072-0/+2
* | crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-091-3/+0
* | crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-8/+4
|/
* crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...Markus Elfring2018-02-221-2/+2
* crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring2018-02-221-1/+1
* crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring2018-02-221-5/+2
* crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Markus Elfring2018-02-221-1/+0
* crypto: ux500/hash - Add empty export and importKamil Konieczny2018-02-151-0/+18
* crypto: drop unnecessary return statementsGeliang Tang2017-09-221-1/+0
* scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-211-2/+2
|\
| * crypto: ux500 - memmove the right sizeLinus Walleij2016-06-131-2/+2
* | crypto: ux500 - do not build with -O0Arnd Bergmann2016-06-282-4/+4
|/
* crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2016-03-112-4/+4
* crypto: ux500 - Use precalculated hash from headersLABBE Corentin2015-12-222-18/+4
* crypto: ux500 - Use devm_xxx() managed functionLABBE Corentin2015-10-142-103/+16
* crypto: ux500 - Fix module autoload for OF platform driversLuis de Bethencourt2015-09-212-0/+2
* crypto: drivers - Fix Kconfig selectsHerbert Xu2015-06-181-2/+2
* crypto: ux500 - Update error message for dmaengine_prep_slave_sg() APIGeert Uytterhoeven2015-03-061-1/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-02-182-3/+3
|\
| * crypto: ux500: Use dmaengine_terminate_all APIMaxime Ripard2014-12-222-3/+3
* | crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-1/+1
* | crypto: ux500 - fix checkpatch errorsAsaf Vertz2014-12-221-4/+4
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-142-2/+0
|\
| * crypto: ux500: hash: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
| * crypto: ux500: cryp: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-242-6/+6
* | crypto: ux500/hash - Silence compiler warning for !CONFIG_PMUlf Hansson2014-11-101-0/+2
* | crypto: ux500/cryp - Silence compiler warning for !CONFIG_PMUlf Hansson2014-11-101-0/+2
|/
* crypto: ux500 - make interrupt mode plausibleArnd Bergmann2014-07-031-13/+12
* crypto: ux500 - Fix logging, make arrays const, neateningJoe Perches2013-08-011-307/+279