aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ux500 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-30crypto: ux500/hash - drop unexpected word "the"Jiang Jian1-1/+1
2022-04-15crypto: ux500/hash - simplify if-if to if-elseYihao Han1-3/+1
2022-02-18crypto: ux500 - use GFP_KERNELJulia Lawall2-2/+2
2021-12-24crypto: ux500 - Use platform_get_irq() to get the interruptLad Prabhakar2-19/+9
2021-05-14crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei1-0/+1
2021-04-22crypto: ux500/cryp - Remove duplicate argumentWan Jiabing1-1/+0
2021-04-16crypto: ux500 - Remove redundant dev_err callsYueHaibing2-2/+0
2021-03-26crypto: ux500 - fix incorrect kernel-doc comment syntaxAditya Srivastava4-12/+12
2021-03-26crypto: ux500/hash - Fix worthy kernel-doc headers and remove othersLee Jones4-15/+12
2021-03-26crypto: ux500 - Fix the parameter of dma_unmap_sg()Xiang Chen2-3/+3
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-30/+29
2020-09-11crypto: ux500 - Fix sparse endianness warningsHerbert Xu1-16/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-08-21crypto: ux500 - Fix kmap() bugIra Weiny1-12/+18
2020-08-20crypto: algapi - Remove skbuff.h inclusionHerbert Xu2-2/+3
2020-07-09crypto: ux500/hash - Add namespacing to hash_init()Lee Jones1-9/+9
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-2/+0
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski1-8/+8
2019-11-17crypto: ux500 - switch to skcipher APIArd Biesheuvel1-215/+156
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1
2019-10-23crypto: ux500 - Remove set but not used variable 'cookie'zhengbin1-2/+1
2019-09-09crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu2-9/+11
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-1/+1
2019-08-22crypto: ux500/des - switch to new verification routinesArd Biesheuvel1-24/+7
2019-08-09crypto: ux500/crypt - Mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2019-07-26crypto: ux500 - Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2-4/+4
2019-06-01crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner13-13/+14
2019-04-25crypto: ux500 - use ccflags-y instead of CFLAGS_<basename>.oMasahiro Yamada1-5/+1
2019-04-18crypto: ux500 - Forbid 2-key 3DES in FIPS modeHerbert Xu1-79/+7
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-9/+11
2019-01-11crypto: ux500 - catch dma submission errorYueHaibing1-0/+6
2018-12-23crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor1-1/+1
2018-12-23crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor1-2/+2
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-0/+2
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers1-3/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-8/+4
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2-0/+2
2018-02-22crypto: ux500 - Delete two unnecessary variable initialisations in ux500_cryp_probe()Markus Elfring1-2/+2
2018-02-22crypto: ux500 - Adjust an error message in ux500_cryp_probe()Markus Elfring1-1/+1
2018-02-22crypto: ux500 - Adjust two condition checks in ux500_cryp_probe()Markus Elfring1-5/+2
2018-02-22crypto: ux500 - Delete an error message for a failed memory allocation in ux500_cryp_probe()Markus Elfring1-1/+0
2018-02-15crypto: ux500/hash - Add empty export and importKamil Konieczny1-0/+18
2017-09-22crypto: drop unnecessary return statementsGeliang Tang1-1/+0
2017-03-09scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-2/+2
2016-06-28crypto: ux500 - do not build with -O0Arnd Bergmann2-4/+4
2016-06-13crypto: ux500 - memmove the right sizeLinus Walleij1-2/+2
2016-03-11crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()Vladimir Zapolskiy2-4/+4