summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ss - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-5/+0
* crypto: sun8i-ss - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-1/+0
* crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu2023-08-181-57/+97
* crypto: update some Arm documentation referencesJonathan Corbet2023-06-131-1/+1
* crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-061-5/+8
* crypto: sun8i-ss - fix error codes in allocate_flows()Dan Carpenter2022-06-101-4/+12
* crypto: sun8i-ss - add hmac(sha1)Corentin Labbe2022-05-131-0/+31
* crypto: sun8i-ss - rework debuggingCorentin Labbe2022-05-131-0/+21
* crypto: sun8i-ss - handle requests if last block is not modulo 64Corentin Labbe2022-05-131-1/+1
* crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe2022-05-131-0/+10
* crypto: sun8i-ss - rework handling of IVCorentin Labbe2022-05-131-9/+21
* crypto: sun8i-ss - really disable hash on A80Corentin Labbe2022-01-311-0/+2
* crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2021-04-161-1/+1
* 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 - support hash algorithmsCorentin Labbe2020-09-251-0/+155
* crypto: sun8i-ss - Add support for the PRNGCorentin Labbe2020-09-251-0/+39
* crypto: sun8i-ss - Add SS_START defineCorentin Labbe2020-09-251-1/+1
* 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: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-4/+8
* Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds2020-06-021-1/+1
|\
| * docs: fix broken references for ReST files that moved aroundMauro Carvalho Chehab2020-04-201-1/+1
* | crypto: sun8i-ss - Delete an error message in sun8i_ss_probe()Markus Elfring2020-04-161-3/+1
|/
* crypto: sun8i-ss - fix removal of moduleCorentin Labbe2020-01-161-2/+2
* crypto: allwinner - fix some spelling mistakesColin Ian King2019-11-151-2/+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-011-0/+642