summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sunxi-ss/sun4i-ss-hash.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* crypto: sun4i-ss - Fix invalid calculation of hash endCorentin Labbe2019-04-251-1/+4
* crypto: sun4i-ss - fix large block size supportAntoine Ténart2017-06-191-0/+18
* 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-191-20/+20
* 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 - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE2016-08-161-2/+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-161-63/+84
* crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin2015-07-201-0/+492