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