summaryrefslogtreecommitdiff
path: root/drivers/crypto/allwinner
AgeCommit message (Expand)Author
2024-02-28crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov
2023-12-29crypto: sun8i-ss - Use helper to set reqsizeOvidiu Panait
2023-12-29crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait
2023-11-17crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()Eric Biggers
2023-10-27crypto: sun8i-ss - remove unnecessary alignmask for ahashesEric Biggers
2023-10-27crypto: sun8i-ce - remove unnecessary alignmask for ahashesEric Biggers
2023-10-27crypto: sun4i-ss - remove unnecessary alignmask for ahashesEric Biggers
2023-10-27crypto: sun8i-ss - Convert to platform remove callback returning voidUwe Kleine-König
2023-10-27crypto: sun8i-ce - Convert to platform remove callback returning voidUwe Kleine-König
2023-10-27crypto: sun4i-ss - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-08-18crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: sun8i-ss - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu
2023-08-18crypto: allwinner - Remove unused function declarationsYue Haibing
2023-06-13crypto: update some Arm documentation referencesJonathan Corbet
2023-04-28crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET
2023-01-13crypto: sun8i-ce - Add TRNG clock to the D1 variantSamuel Holland
2023-01-06crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld
2022-10-21crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe
2022-09-24crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfsLiu Shixin
2022-09-02Revert "crypto: allwinner - Fix dma_map_sg error check"Herbert Xu
2022-08-26crypto: allwinner - Fix dma_map_sg error checkJack Wang
2022-08-19crypto: sun8i-ce - using the pm_runtime_resume_and_get to simplify the codeye xingchen
2022-06-17crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov
2022-06-10crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyPeng Wu
2022-06-10crypto: sun8i-ss - Fix error codes for dma_mapping_error()Dan Carpenter
2022-06-10crypto: sun8i-ss - fix error codes in allocate_flows()Dan Carpenter
2022-05-13crypto: sun8i-ce - do not fallback if cryptlen is less than sg lengthCorentin Labbe
2022-05-13crypto: sun8i-ce - rework debuggingCorentin Labbe
2022-05-13crypto: sun8i-ce - use sg_nents_for_lenCorentin Labbe
2022-05-13crypto: sun8i-ce - Add function for handling hash paddingCorentin Labbe
2022-05-13crypto: sun8i-ss - do not fallback if cryptlen is less than sg lengthCorentin Labbe
2022-05-13crypto: sun8i-ss - add hmac(sha1)Corentin Labbe
2022-05-13crypto: sun8i-ss - Add function for handling hash paddingCorentin Labbe
2022-05-13crypto: sun8i-ss - rework debuggingCorentin Labbe
2022-05-13crypto: sun8i-ss - handle requests if last block is not modulo 64Corentin Labbe
2022-05-13crypto: sun8i-ss - do not zeroize all padCorentin Labbe
2022-05-13crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe
2022-05-13crypto: sun8i-ss - use sg_nents_for_lenCorentin Labbe
2022-05-13crypto: sun8i-ss - test error before assigningCorentin Labbe
2022-05-13crypto: sun8i-ss - remove redundant testCorentin Labbe
2022-05-13crypto: sun8i-ss - handle zero sized sgCorentin Labbe
2022-05-13crypto: sun8i-ss - rework handling of IVCorentin Labbe
2022-05-13crypto: sun4i-ss - do not allocate backup IV on requestsCorentin Labbe
2022-05-13crypto: sun8i-ce - do not allocate memory when handling requestsCorentin Labbe
2022-05-13crypto: sun8i-ce - Fix minor style issueCorentin Labbe
2022-04-29crypto: sun8i-ce - using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi