summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/n2_core.c
Commit message (Expand)AuthorAgeFilesLines
* Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
* crypto: n2 - Remove cfbHerbert Xu2023-12-081-26/+1
* crypto: n2 - Silence gcc format-truncation false positive warningsHerbert Xu2023-11-171-2/+7
* crypto: n2_core - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-8/+4
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-1/+1
* crypto: n2 - Use of_property_read_reg() to parse "reg"Rob Herring2023-06-161-5/+4
* crypto: n2 - add missing hash statesizeCorentin Labbe2022-10-211-0/+6
* crypto: n2 - fix repeated words in commentswangjianli2022-09-021-1/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: n2 - Fix sparse endianness warningHerbert Xu2020-09-181-7/+7
* crypto: n2 - remove ecb(arc4) supportArd Biesheuvel2020-09-111-46/+0
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-1/+2
* crypto: n2 - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-5/+2
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-251-98/+96
|\
| * crypto: niagara2 - switch to skcipher APIArd Biesheuvel2019-11-171-98/+96
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-6/+6
|\ \ | |/ |/|
| * crypto: n2: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-6/+6
* | crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-8/+8
* | crypto: n2/des - fix build breakage after DES updatesArd Biesheuvel2019-08-221-2/+4
* | crypto: n2/des - switch to new verification routinesArd Biesheuvel2019-08-221-23/+9
|/
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* crypto: n2 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+9
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-2/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
* crypto: n2 - Add empty hash export and importKamil Konieczny2018-02-151-0/+12
* crypto: n2 - cure use after freeJan Engelhardt2017-12-221-0/+3
* crypto: n2 - remove null check before kfreeHimanshu Jha2017-09-221-8/+4
* crypto: n2 - Convert to using %pOF instead of full_nameRob Herring2017-08-031-32/+28
* crypto: n2 - make of_device_ids constArvind Yadav2017-06-201-2/+2
* crypto: N2 - Replace racy task affinity logicThomas Gleixner2017-04-151-15/+16
* crypto: n2 - Remove return statement from void functionAmitoj Kaur Chawla2016-04-051-1/+1
* crypto: n2 - Use precalculated hash from headersLABBE Corentin2015-12-221-27/+6
* crypto: n2 - Use platform_register/unregister_drivers()Thierry Reding2015-12-041-10/+7
* crypto: n2 - set array of const as constLABBE Corentin2015-10-151-1/+1
* Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git...Herbert Xu2015-06-191-2/+2
|\
| * drivers: fix up obsolete cpu function usage.Rusty Russell2015-03-051-2/+2
* | crypto: n2 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin2015-05-181-4/+4
|/
* crypto: drop owner assignment from platform_driversWolfram Sang2014-10-201-2/+0
* crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.cBehan Webster2014-10-141-7/+4
* crypto: n2 - tfm->__crt_alg->cra_name directlyMarek Vasut2014-05-221-2/+2
* Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-23/+23
* sparc64: Adjust crypto priorities.David S. Miller2012-09-151-1/+1
* n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o2012-07-191-2/+1
* crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos2012-01-131-2/+5
* crypto: n2 - Fix a get/put_cpu() imbalanceThomas Meyer2011-08-151-2/+2
* n2_crypto: Attach on Niagara-T3.David S. Miller2011-07-281-15/+18
* dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-11/+9