aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/n2_core.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-02crypto: n2 - fix repeated words in commentsGravatar wangjianli 1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+2
2020-09-18crypto: n2 - Fix sparse endianness warningGravatar Herbert Xu 1-7/+7
2020-09-11crypto: n2 - remove ecb(arc4) supportGravatar Ard Biesheuvel 1-46/+0
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 1-1/+2
2020-05-08crypto: n2 - use crypto_shash_tfm_digest()Gravatar Eric Biggers 1-5/+2
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-1/+0
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-98/+96
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-6/+6
2019-11-17crypto: niagara2 - switch to skcipher APIGravatar Ard Biesheuvel 1-98/+96
2019-10-18crypto: n2: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-6/+6
2019-09-05crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.hGravatar Hans de Goede 1-8/+8
2019-08-22crypto: n2/des - fix build breakage after DES updatesGravatar Ard Biesheuvel 1-2/+4
2019-08-22crypto: n2/des - switch to new verification routinesGravatar Ard Biesheuvel 1-23/+9
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-2/+0
2019-04-18crypto: n2 - Forbid 2-key 3DES in FIPS modeGravatar Herbert Xu 1-4/+9
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-1/+1
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-2/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-02-15crypto: n2 - Add empty hash export and importGravatar Kamil Konieczny 1-0/+12
2017-12-22crypto: n2 - cure use after freeGravatar Jan Engelhardt 1-0/+3
2017-09-22crypto: n2 - remove null check before kfreeGravatar Himanshu Jha 1-8/+4
2017-08-03crypto: n2 - Convert to using %pOF instead of full_nameGravatar Rob Herring 1-32/+28
2017-06-20crypto: n2 - make of_device_ids constGravatar Arvind Yadav 1-2/+2
2017-04-15crypto: N2 - Replace racy task affinity logicGravatar Thomas Gleixner 1-15/+16
2016-04-05crypto: n2 - Remove return statement from void functionGravatar Amitoj Kaur Chawla 1-1/+1
2015-12-22crypto: n2 - Use precalculated hash from headersGravatar LABBE Corentin 1-27/+6
2015-12-04crypto: n2 - Use platform_register/unregister_drivers()Gravatar Thierry Reding 1-10/+7
2015-10-15crypto: n2 - set array of const as constGravatar LABBE Corentin 1-1/+1
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Herbert Xu 1-2/+2
2015-05-18crypto: n2 - use md5 IV MD5_HX instead of their raw valueGravatar LABBE Corentin 1-4/+4
2015-03-05drivers: fix up obsolete cpu function usage.Gravatar Rusty Russell 1-2/+2
2014-10-20crypto: drop owner assignment from platform_driversGravatar Wolfram Sang 1-2/+0
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.cGravatar Behan Webster 1-7/+4
2014-05-22crypto: n2 - tfm->__crt_alg->cra_name directlyGravatar Marek Vasut 1-2/+2
2013-01-03Drivers: crypto: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-23/+23
2012-09-15sparc64: Adjust crypto priorities.Gravatar David S. Miller 1-1/+1
2012-07-19n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-opGravatar Theodore Ts'o 1-2/+1
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagGravatar Nikos Mavrogiannopoulos 1-2/+5
2011-08-15crypto: n2 - Fix a get/put_cpu() imbalanceGravatar Thomas Meyer 1-2/+2
2011-07-28n2_crypto: Attach on Niagara-T3.Gravatar David S. Miller 1-15/+18
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-11/+9
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Gravatar Linus Torvalds 1-1/+1
2011-01-06crypto: n2 - use __devexit not __exit in n2_unregister_algsGravatar Dennis Gilmore 1-1/+1
2010-10-25crypto: n2 - dubious error checkGravatar Nicolas Kaiser 1-1/+1
2010-08-08of/sparc: fix build regression from of_device changesGravatar Grant Likely 1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-11/+11
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-5/+5
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 1-5/+5