aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/sunxi-ss
AgeCommit message (Expand)AuthorFilesLines
2017-07-18crypto: sun4i-ss - support the Security System PRNGGravatar Corentin LABBE 4-0/+98
2017-06-19crypto: sun4i-ss - fix large block size supportGravatar Antoine Ténart 1-0/+18
2017-06-19crypto: sun4i-ss - add the CRYPTO_ALG_KERN_DRIVER_ONLY flagGravatar Antoine Ténart 1-5/+10
2017-06-19crypto: sun4i-ss - move from ablkcipher to skcipher APIGravatar Antoine Ténart 3-224/+221
2017-06-19crypto: sun4i-ss - use GENMASK to generate masksGravatar Antoine Ténart 1-3/+6
2017-06-19crypto: sun4i-ss - simplify the appended bit assignmentGravatar Antoine Ténart 1-6/+2
2017-06-19crypto: sun4i-ss - simplify the pad length calculationGravatar Antoine Ténart 1-17/+12
2017-06-19crypto: sun4i-ss - do not dynamically set parts of the last buffer to 0Gravatar Antoine Ténart 1-2/+1
2017-06-19crypto: sun4i-ss - cannot use DMA is the request is 0 lengthGravatar Antoine Ténart 1-1/+1
2017-06-19crypto: sun4i-ss - use lower/upper_32_bits helpersGravatar Antoine Ténart 1-6/+6
2017-06-19crypto: sun4i-ss - remove conditional checks against 0Gravatar Antoine Ténart 3-39/+39
2017-06-19crypto: sun4i-ss - group variable definitions in sun4i_hash()Gravatar Antoine Ténart 1-20/+11
2016-09-22crypto: sun4i-ss - mark sun4i_hash() staticGravatar Baoyou Xie 1-1/+1
2016-08-24crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Gravatar Wei Yongjun 1-1/+2
2016-08-16crypto: sun4i-ss - fix indentation of two crypto algGravatar Corentin LABBE 1-34/+34
2016-08-16crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssGravatar Corentin LABBE 2-3/+11
2016-08-16crypto: sun4i-ss - fix spellingGravatar Corentin LABBE 1-2/+2
2016-08-16crypto: sun4i-ss - clean unused ssGravatar Corentin LABBE 1-2/+0
2016-08-16crypto: sun4i-ss - unify update/final functionGravatar Corentin LABBE 2-63/+85
2016-08-16crypto: sun4i-ss - fix a few signed warningGravatar Corentin LABBE 1-2/+4
2016-04-05crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Gravatar Corentin LABBE 1-4/+6
2016-01-27crypto: sunxi - don't print confusing dataGravatar Arnd Bergmann 1-3/+2
2015-11-17crypto: sun4i-ss - add missing statesizeGravatar LABBE Corentin 1-0/+2
2015-09-10crypto: sunxi-ss - Fix a possible driver hang with ciphersGravatar LABBE Corentin 1-1/+1
2015-08-13crypto: sunxi-ss - Add optional reset control supportGravatar Chen-Yu Tsai 2-0/+24
2015-07-20crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorGravatar LABBE Corentin 5-0/+1638