summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ss - Use helper to set reqsizeOvidiu Panait2023-12-291-3/+2
* crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait2023-12-291-2/+2
* crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()Eric Biggers2023-11-171-21/+4
* crypto: sun8i-ss - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-5/+0
* crypto: sun8i-ce - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-6/+0
* crypto: sun4i-ss - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-2/+0
* crypto: sun8i-ss - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* crypto: sun8i-ce - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-3/+2
* crypto: sun4i-ss - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-3/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-233-3/+0
* crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu2023-08-184-131/+177
* crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu2023-08-184-125/+180
* crypto: sun8i-ss - Remove prepare/unprepare requestHerbert Xu2023-08-182-4/+0
* crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu2023-08-182-8/+14
* crypto: allwinner - Remove unused function declarationsYue Haibing2023-08-182-5/+0
* crypto: update some Arm documentation referencesJonathan Corbet2023-06-1313-13/+13
* crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET2023-04-281-1/+1
* crypto: sun8i-ce - Add TRNG clock to the D1 variantSamuel Holland2023-01-132-1/+2
* crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-064-11/+21
* hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-181-1/+0
* crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe2022-10-211-1/+1
* crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfsLiu Shixin2022-09-241-14/+2
* Revert "crypto: allwinner - Fix dma_map_sg error check"Herbert Xu2022-09-024-7/+7
* crypto: allwinner - Fix dma_map_sg error checkJack Wang2022-08-264-7/+7
* crypto: sun8i-ce - using the pm_runtime_resume_and_get to simplify the codeye xingchen2022-08-191-4/+2
* crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov2022-06-171-0/+1
* crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyPeng Wu2022-06-101-2/+2
* crypto: sun8i-ss - Fix error codes for dma_mapping_error()Dan Carpenter2022-06-101-2/+4
* crypto: sun8i-ss - fix error codes in allocate_flows()Dan Carpenter2022-06-101-4/+12
* crypto: sun8i-ce - do not fallback if cryptlen is less than sg lengthCorentin Labbe2022-05-131-2/+10
* crypto: sun8i-ce - rework debuggingCorentin Labbe2022-05-134-19/+96
* crypto: sun8i-ce - use sg_nents_for_lenCorentin Labbe2022-05-132-18/+15
* crypto: sun8i-ce - Add function for handling hash paddingCorentin Labbe2022-05-131-30/+65
* crypto: sun8i-ss - do not fallback if cryptlen is less than sg lengthCorentin Labbe2022-05-131-10/+9
* crypto: sun8i-ss - add hmac(sha1)Corentin Labbe2022-05-133-6/+231
* crypto: sun8i-ss - Add function for handling hash paddingCorentin Labbe2022-05-131-22/+65
* crypto: sun8i-ss - rework debuggingCorentin Labbe2022-05-134-22/+83
* crypto: sun8i-ss - handle requests if last block is not modulo 64Corentin Labbe2022-05-133-10/+29
* crypto: sun8i-ss - do not zeroize all padCorentin Labbe2022-05-131-2/+4
* crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe2022-05-133-12/+17
* crypto: sun8i-ss - use sg_nents_for_lenCorentin Labbe2022-05-131-13/+10
* crypto: sun8i-ss - test error before assigningCorentin Labbe2022-05-131-4/+4
* crypto: sun8i-ss - remove redundant testCorentin Labbe2022-05-131-11/+1
* crypto: sun8i-ss - handle zero sized sgCorentin Labbe2022-05-131-1/+9
* crypto: sun8i-ss - rework handling of IVCorentin Labbe2022-05-133-52/+107
* crypto: sun4i-ss - do not allocate backup IV on requestsCorentin Labbe2022-05-132-14/+9
* crypto: sun8i-ce - do not allocate memory when handling requestsCorentin Labbe2022-05-133-28/+29
* crypto: sun8i-ce - Fix minor style issueCorentin Labbe2022-05-131-1/+0
* crypto: sun8i-ce - using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi2022-04-291-4/+2
* crypto: sun8i-ss - using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi2022-04-291-4/+2