summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ss (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ss - fix comparison of integer expressions of different signednessCorentin Labbe2020-09-251-3/+4
* crypto: sun8i-ss - better debug printingCorentin Labbe2020-09-251-3/+3
* crypto: sun8i-ss - Add more comment on some structuresCorentin Labbe2020-09-251-0/+2
* crypto: sun8i-ss - fix a trivial typoCorentin Labbe2020-09-251-1/+1
* crypto: sun8i-ss - support hash algorithmsCorentin Labbe2020-09-254-0/+658
* crypto: sun8i-ss - Add support for the PRNGCorentin Labbe2020-09-254-0/+238
* crypto: sun8i-ss - Add SS_START defineCorentin Labbe2020-09-252-1/+3
* crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-13/+2
* crypto: sun8i - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-6/+3
* crypto: sun8i-ss - remove redundant memzero_explicit()Denis Efremov2020-09-041-1/+0
* crypto: sun8i-ss - use kfree_sensitive()Denis Efremov2020-09-041-12/+3
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-4/+8
* crypto: sun8i-ss - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-31/+34
* Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-022-2/+2
|\
| * docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-202-2/+2
* | crypto: sun8i-ss - Delete an error message in sun8i_ss_probe()Markus Elfring2020-04-161-3/+1
|/
* crypto: sun8i-ss - fix description of stat_fbCorentin Labbe2020-03-061-1/+1
* crypto: sun8i-ss - fix removal of moduleCorentin Labbe2020-01-161-2/+2
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-2/+0
* crypto: allwinner - fix some spelling mistakesColin Ian King2019-11-151-2/+2
* crypto: sun8i-ss - fix memdup.cocci warningskbuild test robot2019-11-081-4/+2
* crypto: sun8i-ss - fix semicolon.cocci warningskbuild test robot Remove unneeded semicolon2019-11-081-1/+1
* crypto: allwinner - Add sun8i-ss cryptographic offloaderCorentin Labbe2019-11-014-0/+1300