summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sunxi-ss
AgeCommit message (Expand)AuthorLines
2019-11-01crypto: sun4i-ss - Move to Allwinner directoryCorentin Labbe-1914/+0
2019-10-05crypto: sun4i-ss - enable pm_runtimeCorentin Labbe-19/+96
2019-10-05crypto: sun4i-ss - simplify enable/disable of the deviceCorentin Labbe-31/+46
2019-08-22crypto: sun4i/des - switch to new verification routinesArd Biesheuvel-21/+7
2019-08-09crypto: sunxi-ss - use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-4/+4
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-17/+30
2019-06-27crypto: sun4i-ss - reduce stack usageArnd Bergmann-17/+30
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-15/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-04-25crypto: sun4i-ss - fallback when length is not multiple of blocksizeCorentin Labbe-9/+67
2019-04-25crypto: sun4i-ss - Fix invalid calculation of hash endCorentin Labbe-1/+4
2019-04-25crypto: sun4i-ss - remove ivsize from ECBCorentin Labbe-2/+0
2019-04-25crypto: sun4i-ss - Handle better absence/presence of IVCorentin Labbe-10/+0
2019-04-18crypto: sun4i-ss - Forbid 2-key 3DES in FIPS modeHerbert Xu-6/+5
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers-1/+1
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers-11/+5
2018-07-09crypto: ahash - remove useless setting of cra_typeEric Biggers-2/+0
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers-2/+0
2018-02-22crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ssPeter Robinson-0/+1
2018-02-08crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generateArtem Savkov-2/+2
2018-02-08crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generateArtem Savkov-1/+1
2017-07-18crypto: sun4i-ss - support the Security System PRNGCorentin LABBE-0/+98
2017-06-19crypto: sun4i-ss - fix large block size supportAntoine Ténart-0/+18
2017-06-19crypto: sun4i-ss - add the CRYPTO_ALG_KERN_DRIVER_ONLY flagAntoine Ténart-5/+10
2017-06-19crypto: sun4i-ss - move from ablkcipher to skcipher APIAntoine Ténart-224/+221
2017-06-19crypto: sun4i-ss - use GENMASK to generate masksAntoine Ténart-3/+6
2017-06-19crypto: sun4i-ss - simplify the appended bit assignmentAntoine Ténart-6/+2
2017-06-19crypto: sun4i-ss - simplify the pad length calculationAntoine Ténart-17/+12
2017-06-19crypto: sun4i-ss - do not dynamically set parts of the last buffer to 0Antoine Ténart-2/+1
2017-06-19crypto: sun4i-ss - cannot use DMA is the request is 0 lengthAntoine Ténart-1/+1
2017-06-19crypto: sun4i-ss - use lower/upper_32_bits helpersAntoine Ténart-6/+6
2017-06-19crypto: sun4i-ss - remove conditional checks against 0Antoine Ténart-39/+39
2017-06-19crypto: sun4i-ss - group variable definitions in sun4i_hash()Antoine Ténart-20/+11
2016-09-22crypto: sun4i-ss - mark sun4i_hash() staticBaoyou Xie-1/+1
2016-08-24crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun-1/+2
2016-08-16crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE-34/+34
2016-08-16crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE-3/+11
2016-08-16crypto: sun4i-ss - fix spellingCorentin LABBE-2/+2
2016-08-16crypto: sun4i-ss - clean unused ssCorentin LABBE-2/+0
2016-08-16crypto: sun4i-ss - unify update/final functionCorentin LABBE-63/+85
2016-08-16crypto: sun4i-ss - fix a few signed warningCorentin LABBE-2/+4
2016-04-05crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE-4/+6
2016-01-27crypto: sunxi - don't print confusing dataArnd Bergmann-3/+2
2015-11-17crypto: sun4i-ss - add missing statesizeLABBE Corentin-0/+2
2015-09-10crypto: sunxi-ss - Fix a possible driver hang with ciphersLABBE Corentin-1/+1
2015-08-13crypto: sunxi-ss - Add optional reset control supportChen-Yu Tsai-0/+24
2015-07-20crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin-0/+1638