summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner
AgeCommit message (Expand)AuthorLines
2025-12-19crypto: sun8i-ss - Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva-1/+3
2025-10-23crypto: sun8i-ss - Move j init earlier in sun8i_ss_hash_runHerbert Xu-1/+1
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-ss - do not use sg_dma_len before calling DMA functionsCorentin Labbe-1/+1
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-17crypto: sun8i-ss - use API helpers to setup fallback requestOvidiu Panait-22/+27
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-11-19Merge tag 'v6.13-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-3/+3
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-3/+3
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-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-ss - Use helper to set reqsizeOvidiu Panait-3/+2
2023-12-29crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait-2/+2
2023-11-17crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()Eric Biggers-21/+4
2023-10-27crypto: sun8i-ss - remove unnecessary alignmask for ahashesEric Biggers-5/+0
2023-10-27crypto: sun8i-ce - remove unnecessary alignmask for ahashesEric Biggers-6/+0
2023-10-27crypto: sun4i-ss - remove unnecessary alignmask for ahashesEric Biggers-2/+0
2023-10-27crypto: sun8i-ss - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-10-27crypto: sun8i-ce - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-10-27crypto: sun4i-ss - Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring-3/+0
2023-08-18crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu-131/+177
2023-08-18crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu-125/+180
2023-08-18crypto: sun8i-ss - Remove prepare/unprepare requestHerbert Xu-4/+0