summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ux500
Commit message (Expand)AuthorAgeFilesLines
* crypto: ux500/hash - delete driverLinus Walleij2023-02-035-2403/+0
* crypto: ux500 - update debug config after ux500 cryp driver removalLukas Bulwahn2022-12-301-4/+3
* crypto: ux500/cryp - delete driverLinus Walleij2022-12-0910-2653/+0
* crypto: ux500/hash - drop unexpected word "the"Jiang Jian2022-06-301-1/+1
* crypto: ux500/hash - simplify if-if to if-elseYihao Han2022-04-151-3/+1
* crypto: ux500 - use GFP_KERNELJulia Lawall2022-02-182-2/+2
* crypto: ux500 - Use platform_get_irq() to get the interruptLad Prabhakar2021-12-242-19/+9
* crypto: ux500 - Fix error return code in hash_hw_final()Zhen Lei2021-05-141-0/+1
* crypto: ux500/cryp - Remove duplicate argumentWan Jiabing2021-04-221-1/+0
* crypto: ux500 - Remove redundant dev_err callsYueHaibing2021-04-162-2/+0
* crypto: ux500 - fix incorrect kernel-doc comment syntaxAditya Srivastava2021-03-264-12/+12
* crypto: ux500/hash - Fix worthy kernel-doc headers and remove othersLee Jones2021-03-264-15/+12
* crypto: ux500 - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-262-3/+3
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-132-30/+29
|\
| * crypto: ux500 - Fix sparse endianness warningsHerbert Xu2020-09-111-16/+8
| * crypto: ux500 - Fix kmap() bugIra Weiny2020-08-211-12/+18
| * crypto: algapi - Remove skbuff.h inclusionHerbert Xu2020-08-202-2/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
|/
* crypto: ux500/hash - Add namespacing to hash_init()Lee Jones2020-07-091-9/+9
* 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
|\