aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ux500
AgeCommit message (Expand)AuthorFilesLines
2022-04-15crypto: ux500/hash - simplify if-if to if-elseGravatar Yihao Han 1-3/+1
2022-02-18crypto: ux500 - use GFP_KERNELGravatar Julia Lawall 2-2/+2
2021-12-24crypto: ux500 - Use platform_get_irq() to get the interruptGravatar Lad Prabhakar 2-19/+9
2021-05-14crypto: ux500 - Fix error return code in hash_hw_final()Gravatar Zhen Lei 1-0/+1
2021-04-22crypto: ux500/cryp - Remove duplicate argumentGravatar Wan Jiabing 1-1/+0
2021-04-16crypto: ux500 - Remove redundant dev_err callsGravatar YueHaibing 2-2/+0
2021-03-26crypto: ux500 - fix incorrect kernel-doc comment syntaxGravatar Aditya Srivastava 4-12/+12
2021-03-26crypto: ux500/hash - Fix worthy kernel-doc headers and remove othersGravatar Lee Jones 4-15/+12
2021-03-26crypto: ux500 - Fix the parameter of dma_unmap_sg()Gravatar Xiang Chen 2-3/+3
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+2
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-30/+29
2020-09-11crypto: ux500 - Fix sparse endianness warningsGravatar Herbert Xu 1-16/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-6/+6
2020-08-21crypto: ux500 - Fix kmap() bugGravatar Ira Weiny 1-12/+18
2020-08-20crypto: algapi - Remove skbuff.h inclusionGravatar Herbert Xu 2-2/+3
2020-07-09crypto: ux500/hash - Add namespacing to hash_init()Gravatar Lee Jones 1-9/+9
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-2/+0
2019-12-11crypto: Kconfig - Fix indentationGravatar Krzysztof Kozlowski 1-8/+8
2019-11-17crypto: ux500 - switch to skcipher APIGravatar Ard Biesheuvel 1-215/+156
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionGravatar Eric Biggers 1-1/+1
2019-10-23crypto: ux500 - Remove set but not used variable 'cookie'Gravatar zhengbin 1-2/+1
2019-09-09crypto: ux500 - Fix COMPILE_TEST warningsGravatar Herbert Xu 2-9/+11
2019-08-22crypto: des - split off DES library from generic DES cipher driverGravatar Ard Biesheuvel 1-1/+1
2019-08-22crypto: ux500/des - switch to new verification routinesGravatar Ard Biesheuvel 1-24/+7
2019-08-09crypto: ux500/crypt - Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+6
2019-07-26crypto: ux500 - Use spinlock_t instead of struct spinlockGravatar Sebastian Andrzej Siewior 2-4/+4
2019-06-01crypto: ux500 - fix license comment syntax errorGravatar Alex Xu (Hello71) 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Gravatar Thomas Gleixner 13-13/+14
2019-04-25crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.oGravatar Masahiro Yamada 1-5/+1
2019-04-18crypto: ux500 - Forbid 2-key 3DES in FIPS modeGravatar Herbert Xu 1-79/+7
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-9/+11
2019-01-11crypto: ux500 - catch dma submission errorGravatar YueHaibing 1-0/+6
2018-12-23crypto: ux500 - Use proper enum in hash_set_dma_transferGravatar Nathan Chancellor 1-1/+1
2018-12-23crypto: ux500 - Use proper enum in cryp_set_dma_transferGravatar Nathan Chancellor 1-2/+2
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-0/+2
2018-07-09crypto: ahash - remove useless setting of cra_typeGravatar Eric Biggers 1-3/+0
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-8/+4
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 2-0/+2
2018-02-22crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp...Gravatar Markus Elfring 1-2/+2
2018-02-22crypto: ux500 - Adjust an error message in ux500_cryp_probe()Gravatar Markus Elfring 1-1/+1
2018-02-22crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Gravatar Markus Elfring 1-5/+2
2018-02-22crypto: ux500 - Delete an error message for a failed memory allocation in ux5...Gravatar Markus Elfring 1-1/+0
2018-02-15crypto: ux500/hash - Add empty export and importGravatar Kamil Konieczny 1-0/+18
2017-09-22crypto: drop unnecessary return statementsGravatar Geliang Tang 1-1/+0
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Herbert Xu 1-2/+2
2016-06-28crypto: ux500 - do not build with -O0Gravatar Arnd Bergmann 2-4/+4
2016-06-13crypto: ux500 - memmove the right sizeGravatar Linus Walleij 1-2/+2
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Gravatar Vladimir Zapolskiy 2-4/+4
2015-12-22crypto: ux500 - Use precalculated hash from headersGravatar LABBE Corentin 2-18/+4