aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/n2_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers1-2/+0
2019-04-18crypto: n2 - Forbid 2-key 3DES in FIPS modeHerbert Xu1-4/+9
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers1-2/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-02-15crypto: n2 - Add empty hash export and importKamil Konieczny1-0/+12
2017-12-22crypto: n2 - cure use after freeJan Engelhardt1-0/+3
2017-09-22crypto: n2 - remove null check before kfreeHimanshu Jha1-8/+4
2017-08-03crypto: n2 - Convert to using %pOF instead of full_nameRob Herring1-32/+28
2017-06-20crypto: n2 - make of_device_ids constArvind Yadav1-2/+2
2017-04-15crypto: N2 - Replace racy task affinity logicThomas Gleixner1-15/+16
2016-04-05crypto: n2 - Remove return statement from void functionAmitoj Kaur Chawla1-1/+1
2015-12-22crypto: n2 - Use precalculated hash from headersLABBE Corentin1-27/+6
2015-12-04crypto: n2 - Use platform_register/unregister_drivers()Thierry Reding1-10/+7
2015-10-15crypto: n2 - set array of const as constLABBE Corentin1-1/+1
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socHerbert Xu1-2/+2
2015-05-18crypto: n2 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin1-4/+4
2015-03-05drivers: fix up obsolete cpu function usage.Rusty Russell1-2/+2
2014-10-20crypto: drop owner assignment from platform_driversWolfram Sang1-2/+0
2014-10-14crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.cBehan Webster1-7/+4
2014-05-22crypto: n2 - tfm->__crt_alg->cra_name directlyMarek Vasut1-2/+2
2013-01-03Drivers: crypto: remove __dev* attributes.Greg Kroah-Hartman1-23/+23
2012-09-15sparc64: Adjust crypto priorities.David S. Miller1-1/+1
2012-07-19n2_crypto: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos1-2/+5
2011-08-15crypto: n2 - Fix a get/put_cpu() imbalanceThomas Meyer1-2/+2
2011-07-28n2_crypto: Attach on Niagara-T3.David S. Miller1-15/+18
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-11/+9
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2011-01-06crypto: n2 - use __devexit not __exit in n2_unregister_algsDennis Gilmore1-1/+1
2010-10-25crypto: n2 - dubious error checkNicolas Kaiser1-1/+1
2010-08-08of/sparc: fix build regression from of_device changesGrant Likely1-2/+2
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-11/+11
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+5
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-5/+5
2010-05-25n2_crypto: Add HMAC support.David S. Miller1-4/+206
2010-05-25n2_crypto: Make ahash parameterization explicit.David S. Miller1-117/+99
2010-05-25n2_crypto: Log algorithm success/failure in kernel log.David S. Miller1-0/+6
2010-05-25n2_crypto: Kill n2_base_ctx and helpers.David S. Miller1-14/+1
2010-05-25n2_crypto: Plumb fallback ahash requests properly.David S. Miller1-47/+48
2010-05-25n2_crypto: Fix MAU kmem_cache name.David S. Miller1-1/+1
2010-05-25n2_crypto: Fix build after of_device/of_platform_driver changes.David S. Miller1-10/+16
2010-05-19crypto: n2 - Add Niagara2 crypto driverDavid S. Miller1-0/+2083