aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/allwinner
AgeCommit message (Expand)AuthorFilesLines
2023-11-17crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()Gravatar Eric Biggers 1-21/+4
2023-10-27crypto: sun8i-ss - remove unnecessary alignmask for ahashesGravatar Eric Biggers 1-5/+0
2023-10-27crypto: sun8i-ce - remove unnecessary alignmask for ahashesGravatar Eric Biggers 1-6/+0
2023-10-27crypto: sun4i-ss - remove unnecessary alignmask for ahashesGravatar Eric Biggers 1-2/+0
2023-10-27crypto: sun8i-ss - Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-10-27crypto: sun8i-ce - Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-10-27crypto: sun4i-ss - Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-3/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesGravatar Rob Herring 3-3/+0
2023-08-18crypto: sun8i-ss - Use new crypto_engine_op interfaceGravatar Herbert Xu 4-131/+177
2023-08-18crypto: sun8i-ce - Use new crypto_engine_op interfaceGravatar Herbert Xu 4-125/+180
2023-08-18crypto: sun8i-ss - Remove prepare/unprepare requestGravatar Herbert Xu 2-4/+0
2023-08-18crypto: sun8i-ce - Remove prepare/unprepare requestGravatar Herbert Xu 2-8/+14
2023-08-18crypto: allwinner - Remove unused function declarationsGravatar Yue Haibing 2-5/+0
2023-06-13crypto: update some Arm documentation referencesGravatar Jonathan Corbet 13-13/+13
2023-04-28crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Gravatar Christophe JAILLET 1-1/+1
2023-01-13crypto: sun8i-ce - Add TRNG clock to the D1 variantGravatar Samuel Holland 2-1/+2
2023-01-06crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingGravatar Herbert Xu 4-11/+21
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Gravatar Jason A. Donenfeld 1-1/+0
2022-10-21crypto: sun8i-ss - use dma_addr instead u32Gravatar Corentin Labbe 1-1/+1
2022-09-24crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfsGravatar Liu Shixin 1-14/+2
2022-09-02Revert "crypto: allwinner - Fix dma_map_sg error check"Gravatar Herbert Xu 4-7/+7
2022-08-26crypto: allwinner - Fix dma_map_sg error checkGravatar Jack Wang 4-7/+7
2022-08-19crypto: sun8i-ce - using the pm_runtime_resume_and_get to simplify the codeGravatar ye xingchen 1-4/+2
2022-06-17crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Gravatar Alexey Khoroshilov 1-0/+1
2022-06-10crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyGravatar Peng Wu 1-2/+2
2022-06-10crypto: sun8i-ss - Fix error codes for dma_mapping_error()Gravatar Dan Carpenter 1-2/+4
2022-06-10crypto: sun8i-ss - fix error codes in allocate_flows()Gravatar Dan Carpenter 1-4/+12
2022-05-13crypto: sun8i-ce - do not fallback if cryptlen is less than sg lengthGravatar Corentin Labbe 1-2/+10
2022-05-13crypto: sun8i-ce - rework debuggingGravatar Corentin Labbe 4-19/+96
2022-05-13crypto: sun8i-ce - use sg_nents_for_lenGravatar Corentin Labbe 2-18/+15
2022-05-13crypto: sun8i-ce - Add function for handling hash paddingGravatar Corentin Labbe 1-30/+65
2022-05-13crypto: sun8i-ss - do not fallback if cryptlen is less than sg lengthGravatar Corentin Labbe 1-10/+9
2022-05-13crypto: sun8i-ss - add hmac(sha1)Gravatar Corentin Labbe 3-6/+231
2022-05-13crypto: sun8i-ss - Add function for handling hash paddingGravatar Corentin Labbe 1-22/+65
2022-05-13crypto: sun8i-ss - rework debuggingGravatar Corentin Labbe 4-22/+83
2022-05-13crypto: sun8i-ss - handle requests if last block is not modulo 64Gravatar Corentin Labbe 3-10/+29
2022-05-13crypto: sun8i-ss - do not zeroize all padGravatar Corentin Labbe 1-2/+4
2022-05-13crypto: sun8i-ss - do not allocate memory when handling hash requestsGravatar Corentin Labbe 3-12/+17
2022-05-13crypto: sun8i-ss - use sg_nents_for_lenGravatar Corentin Labbe 1-13/+10
2022-05-13crypto: sun8i-ss - test error before assigningGravatar Corentin Labbe 1-4/+4
2022-05-13crypto: sun8i-ss - remove redundant testGravatar Corentin Labbe 1-11/+1
2022-05-13crypto: sun8i-ss - handle zero sized sgGravatar Corentin Labbe 1-1/+9
2022-05-13crypto: sun8i-ss - rework handling of IVGravatar Corentin Labbe 3-52/+107
2022-05-13crypto: sun4i-ss - do not allocate backup IV on requestsGravatar Corentin Labbe 2-14/+9
2022-05-13crypto: sun8i-ce - do not allocate memory when handling requestsGravatar Corentin Labbe 3-28/+29
2022-05-13crypto: sun8i-ce - Fix minor style issueGravatar Corentin Labbe 1-1/+0
2022-04-29crypto: sun8i-ce - using pm_runtime_resume_and_get instead of pm_runtime_get_...Gravatar Minghao Chi 1-4/+2
2022-04-29crypto: sun8i-ss - using pm_runtime_resume_and_get instead of pm_runtime_get_...Gravatar Minghao Chi 1-4/+2
2022-03-03crypto: sun8i-ce - call finalize with bh disabledGravatar Corentin Labbe 2-0/+6
2022-03-03crypto: sun8i-ss - call finalize with bh disabledGravatar Corentin Labbe 2-0/+6