summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sunxi-ss
Commit message (Expand)AuthorAgeFilesLines
* docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-154-4/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-17/+30
|\
| * crypto: sun4i-ss - reduce stack usageArnd Bergmann2019-06-271-17/+30
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner2019-05-301-2/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* crypto: sun4i-ss - fallback when length is not multiple of blocksizeCorentin Labbe2019-04-253-9/+67
* crypto: sun4i-ss - Fix invalid calculation of hash endCorentin Labbe2019-04-251-1/+4
* crypto: sun4i-ss - remove ivsize from ECBCorentin Labbe2019-04-251-2/+0Star
* crypto: sun4i-ss - Handle better absence/presence of IVCorentin Labbe2019-04-251-10/+0Star
* crypto: sun4i-ss - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5Star
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-081-11/+5Star
* crypto: ahash - remove useless setting of cra_typeEric Biggers2018-07-081-2/+0Star
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-081-2/+0Star
* crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ssPeter Robinson2018-02-221-0/+1
* crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generateArtem Savkov2018-02-081-2/+2
* crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generateArtem Savkov2018-02-081-1/+1
* crypto: sun4i-ss - support the Security System PRNGCorentin LABBE2017-07-184-0/+98
* crypto: sun4i-ss - fix large block size supportAntoine Ténart2017-06-191-0/+18
* crypto: sun4i-ss - add the CRYPTO_ALG_KERN_DRIVER_ONLY flagAntoine Ténart2017-06-191-5/+10
* crypto: sun4i-ss - move from ablkcipher to skcipher APIAntoine Ténart2017-06-193-224/+221Star
* crypto: sun4i-ss - use GENMASK to generate masksAntoine Ténart2017-06-191-3/+6
* crypto: sun4i-ss - simplify the appended bit assignmentAntoine Ténart2017-06-191-6/+2Star
* crypto: sun4i-ss - simplify the pad length calculationAntoine Ténart2017-06-191-17/+12Star
* crypto: sun4i-ss - do not dynamically set parts of the last buffer to 0Antoine Ténart2017-06-191-2/+1Star
* crypto: sun4i-ss - cannot use DMA is the request is 0 lengthAntoine Ténart2017-06-191-1/+1
* crypto: sun4i-ss - use lower/upper_32_bits helpersAntoine Ténart2017-06-191-6/+6
* crypto: sun4i-ss - remove conditional checks against 0Antoine Ténart2017-06-193-39/+39
* crypto: sun4i-ss - group variable definitions in sun4i_hash()Antoine Ténart2017-06-191-20/+11Star
* crypto: sun4i-ss - mark sun4i_hash() staticBaoyou Xie2016-09-221-1/+1
* crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun2016-08-241-1/+2
* crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE2016-08-161-34/+34
* crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE2016-08-162-3/+11
* crypto: sun4i-ss - fix spellingCorentin LABBE2016-08-161-2/+2
* crypto: sun4i-ss - clean unused ssCorentin LABBE2016-08-161-2/+0Star
* crypto: sun4i-ss - unify update/final functionCorentin LABBE2016-08-162-63/+85
* crypto: sun4i-ss - fix a few signed warningCorentin LABBE2016-08-161-2/+4
* crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE2016-04-051-4/+6
* crypto: sunxi - don't print confusing dataArnd Bergmann2016-01-271-3/+2Star
* crypto: sun4i-ss - add missing statesizeLABBE Corentin2015-11-171-0/+2
* crypto: sunxi-ss - Fix a possible driver hang with ciphersLABBE Corentin2015-09-101-1/+1
* crypto: sunxi-ss - Add optional reset control supportChen-Yu Tsai2015-08-132-0/+24
* crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin2015-07-205-0/+1638