summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ce
AgeCommit message (Expand)AuthorLines
2025-09-13crytpo: sun8i-ce - factor out prepare/unprepare from sun8i_ce_hash_run()Ovidiu Panait-16/+46
2025-09-13crypto: sun8i-ce - save hash buffers and dma info to request contextOvidiu Panait-45/+49
2025-09-13crypto: sun8i-ce - pass task descriptor to cipher prepare/unprepareOvidiu Panait-22/+11
2025-09-13crypto: sun8i-ce - fold sun8i_ce_cipher_run() into sun8i_ce_cipher_do_one()Ovidiu Panait-19/+16
2025-09-13crypto: sun8i-ce - move bounce_iv and backup_iv to request contextOvidiu Panait-25/+13
2025-09-13crypto: sun8i-ce - add a new function for dumping task descriptorsOvidiu Panait-7/+9
2025-09-13crypto: sun8i-ce - remove unnecessary __maybe_unused annotationsOvidiu Panait-3/+3
2025-09-13crypto: sun8i-ce - remove boilerplate in sun8i_ce_hash_digest()Ovidiu Panait-6/+2
2025-09-13crypto: sun8i-ce - remove channel timeout fieldOvidiu Panait-9/+3
2025-06-13crypto: sun8i-ce - use helpers to get hash block and digest sizesOvidiu Panait-3/+3
2025-06-13crypto: sun8i-ce - remove ivlen field of sun8i_cipher_req_ctxOvidiu Panait-7/+6
2025-06-13crypto: sun8i-ce - fix nents passed to dma_unmap_sg()Ovidiu Panait-2/+2
2025-05-19crypto: sun8i-ce - move fallback ahash_request to the end of the structOvidiu Panait-1/+1
2025-05-05crypto: sun8i-ce-hash - use pm_runtime_resume_and_get()Ovidiu Panait-2/+1
2025-05-05crypto: sun8i-ce - undo runtime PM changes during driver removalOvidiu Panait-11/+6
2025-04-28crypto: sun8i-ce-cipher - use pm_runtime_resume_and_get()Ovidiu Panait-2/+1
2025-04-28crypto: sun8i-ce-cipher - use IS_ENABLED() checks for debugfs statsOvidiu Panait-16/+30
2025-04-28crypto: sun8i-ce-cipher - use crypto_skcipher_driver_name()Ovidiu Panait-1/+1
2025-04-28crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare()Ovidiu Panait-2/+5
2025-04-08crypto: sun8i-ce-hash - use API helpers to setup fallback requestOvidiu Panait-22/+27
2025-04-08crypto: sun8i-ce-hash - add IS_ENABLED() checks to debugfs statsOvidiu Panait-6/+16
2025-04-08crypto: sun8i-ce-hash - drop CONFIG_CRYPTO_DEV_SUN8I_CE_DEBUG ifdefsOvidiu Panait-5/+3
2025-04-08crypto: sun8i-ce-hash - factor out debugfs fallback statisticsOvidiu Panait-33/+20
2025-04-08crypto: sun8i-ce-hash - remove duplicated fallback checksOvidiu Panait-11/+1
2025-04-08crypto: sun8i-ce-hash - fix error handling in sun8i_ce_hash_run()Ovidiu Panait-13/+21
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-07-06crypto: sun8i-ce - add Allwinner H616 supportAndre Przywara-0/+26
2024-07-06crypto: sun8i-ce - wrap accesses to descriptor address fieldsAndre Przywara-12/+27
2024-03-15Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-1/+1
2024-02-28crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov-17/+17
2024-01-26crypto: sun8i-ce - Use kcalloc() instead of kzalloc()Erick Archer-1/+1
2023-12-29crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait-2/+2
2023-10-27crypto: sun8i-ce - remove unnecessary alignmask for ahashesEric Biggers-6/+0
2023-10-27crypto: sun8i-ce - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring-1/+0
2023-08-18crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu-125/+180
2023-08-18crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu-8/+14
2023-08-18crypto: allwinner - Remove unused function declarationsYue Haibing-3/+0
2023-06-13crypto: update some Arm documentation referencesJonathan Corbet-5/+5
2023-01-13crypto: sun8i-ce - Add TRNG clock to the D1 variantSamuel Holland-1/+2
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld-1/+0
2022-09-02Revert "crypto: allwinner - Fix dma_map_sg error check"Herbert Xu-4/+4
2022-08-26crypto: allwinner - Fix dma_map_sg error checkJack Wang-4/+4
2022-08-19crypto: sun8i-ce - using the pm_runtime_resume_and_get to simplify the codeye xingchen-4/+2
2022-05-13crypto: sun8i-ce - do not fallback if cryptlen is less than sg lengthCorentin Labbe-2/+10
2022-05-13crypto: sun8i-ce - rework debuggingCorentin Labbe-19/+96
2022-05-13crypto: sun8i-ce - use sg_nents_for_lenCorentin Labbe-18/+15
2022-05-13crypto: sun8i-ce - Add function for handling hash paddingCorentin Labbe-30/+65
2022-05-13crypto: sun8i-ce - do not allocate memory when handling requestsCorentin Labbe-28/+29
2022-05-13crypto: sun8i-ce - Fix minor style issueCorentin Labbe-1/+0