aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/sunxi-ss (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22crypto: sun4i-ss - mark sun4i_hash() staticBaoyou Xie1-1/+1
2016-08-24crypto: sun4i-ss - fix missing unlock on error in sun4i_hash()Wei Yongjun1-1/+2
2016-08-16crypto: sun4i-ss - fix indentation of two crypto algCorentin LABBE1-34/+34
2016-08-16crypto: sun4i-ss - Always use sun4i_tfm_ctx for storing pointer to dev ssCorentin LABBE2-3/+11
2016-08-16crypto: sun4i-ss - fix spellingCorentin LABBE1-2/+2
2016-08-16crypto: sun4i-ss - clean unused ssCorentin LABBE1-2/+0
2016-08-16crypto: sun4i-ss - unify update/final functionCorentin LABBE2-63/+85
2016-08-16crypto: sun4i-ss - fix a few signed warningCorentin LABBE1-2/+4
2016-04-05crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE1-4/+6
2016-01-27crypto: sunxi - don't print confusing dataArnd Bergmann1-3/+2
2015-11-17crypto: sun4i-ss - add missing statesizeLABBE Corentin1-0/+2
2015-09-10crypto: sunxi-ss - Fix a possible driver hang with ciphersLABBE Corentin1-1/+1
2015-08-13crypto: sunxi-ss - Add optional reset control supportChen-Yu Tsai2-0/+24
2015-07-20crypto: sunxi-ss - Add Allwinner Security System crypto acceleratorLABBE Corentin5-0/+1638