summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ce
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.9-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2024-03-151-1/+1
|\
| * crypto: sun8i-ce - Use kcalloc() instead of kzalloc()Erick Archer2024-01-261-1/+1
* | crypto: sun8i-ce - Fix use after free in unprepareAndrey Skvortsov2024-02-281-17/+17
|/
* crypto: sun8i-ce - Use helper to set reqsizeOvidiu Panait2023-12-291-2/+2
* crypto: sun8i-ce - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-6/+0
* crypto: sun8i-ce - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-3/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-1/+0
* crypto: sun8i-ce - Use new crypto_engine_op interfaceHerbert Xu2023-08-184-125/+180
* crypto: sun8i-ce - Remove prepare/unprepare requestHerbert Xu2023-08-182-8/+14
* crypto: allwinner - Remove unused function declarationsYue Haibing2023-08-181-3/+0
* crypto: update some Arm documentation referencesJonathan Corbet2023-06-135-5/+5
* crypto: sun8i-ce - Add TRNG clock to the D1 variantSamuel Holland2023-01-132-1/+2
* hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-181-1/+0
* Revert "crypto: allwinner - Fix dma_map_sg error check"Herbert Xu2022-09-022-4/+4
* crypto: allwinner - Fix dma_map_sg error checkJack Wang2022-08-262-4/+4
* crypto: sun8i-ce - using the pm_runtime_resume_and_get to simplify the codeye xingchen2022-08-191-4/+2
* 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-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-ce - call finalize with bh disabledCorentin Labbe2022-03-032-0/+6
* crypto: sun8i-ce - Add support for the D1 variantCorentin Labbe2021-11-262-0/+22
* crypto: sun8i-ce - use kfree_sensitive to clear and free sensitive dataJason Wang2021-08-122-8/+4
* crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()Shixin Liu2021-04-161-1/+1
* crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-262-4/+8
* crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()Jia-Ju Bai2021-03-131-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-142-10/+16
|\
| * crypto: sun8i-ce - fix two error path's memory leakCorentin Labbe2020-11-201-8/+12
| * crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-202-2/+4
* | crypto: sun8x-ce*: update entries to its documentationMauro Carvalho Chehab2020-10-283-3/+3
|/
* crypto: sun8i-ce - fix comparison of integer expressions of different signednessCorentin Labbe2020-09-251-3/+4
* crypto: sun8i-ce - Add support for the TRNGCorentin Labbe2020-09-254-0/+164
* crypto: sun8i-ce - Add support for the PRNGCorentin Labbe2020-09-254-1/+253
* crypto: sun8i-ce - Add stat_bytes debugfsCorentin Labbe2020-09-251-0/+2
* crypto: sun8i-ce - support hash algorithmsCorentin Labbe2020-09-254-0/+701
* crypto: sun8i-ce - rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytesCorentin Labbe2020-09-253-4/+4
* crypto: sun8i-ce - handle different error registersCorentin Labbe2020-09-252-8/+62
* crypto: sun8i-ce - split into prepare/run/unprepareCorentin Labbe2020-09-252-20/+79
* crypto: sun8i-ce - move iv data to request contextCorentin Labbe2020-09-252-18/+19
* crypto: sun8i-ce - handle endianness of t_common_ctlCorentin Labbe2020-09-251-1/+4
* crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-251-13/+2
* crypto: sun8i - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-6/+3
* crypto: sun8i-ce - use kfree_sensitive()Denis Efremov2020-09-041-12/+3
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-4/+8
* crypto: sun8i-ce - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-162-24/+25
* crypto: sun8i-ce - Fix runtime PM imbalance in sun8i_ce_cipher_initDinghao Liu2020-07-031-0/+1