summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner
Commit message (Expand)AuthorAgeFilesLines
* crypto: update some Arm documentation referencesJonathan Corbet2023-06-1313-13/+13
* crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET2023-04-281-1/+1
* crypto: sun8i-ce - Add TRNG clock to the D1 variantSamuel Holland2023-01-132-1/+2
* crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-064-11/+21
* hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-181-1/+0
* crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe2022-10-211-1/+1
* crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfsLiu Shixin2022-09-241-14/+2
* Revert "crypto: allwinner - Fix dma_map_sg error check"Herbert Xu2022-09-024-7/+7
* crypto: allwinner - Fix dma_map_sg error checkJack Wang2022-08-264-7/+7
* crypto: sun8i-ce - using the pm_runtime_resume_and_get to simplify the codeye xingchen2022-08-191-4/+2
* crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov2022-06-171-0/+1
* crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyPeng Wu2022-06-101-2/+2
* crypto: sun8i-ss - Fix error codes for dma_mapping_error()Dan Carpenter2022-06-101-2/+4
* crypto: sun8i-ss - fix error codes in allocate_flows()Dan Carpenter2022-06-101-4/+12
* 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-ss - do not fallback if cryptlen is less than sg lengthCorentin Labbe2022-05-131-10/+9
* crypto: sun8i-ss - add hmac(sha1)Corentin Labbe2022-05-133-6/+231
* crypto: sun8i-ss - Add function for handling hash paddingCorentin Labbe2022-05-131-22/+65
* crypto: sun8i-ss - rework debuggingCorentin Labbe2022-05-134-22/+83
* crypto: sun8i-ss - handle requests if last block is not modulo 64Corentin Labbe2022-05-133-10/+29
* crypto: sun8i-ss - do not zeroize all padCorentin Labbe2022-05-131-2/+4
* crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe2022-05-133-12/+17
* crypto: sun8i-ss - use sg_nents_for_lenCorentin Labbe2022-05-131-13/+10
* crypto: sun8i-ss - test error before assigningCorentin Labbe2022-05-131-4/+4
* crypto: sun8i-ss - remove redundant testCorentin Labbe2022-05-131-11/+1
* crypto: sun8i-ss - handle zero sized sgCorentin Labbe2022-05-131-1/+9
* crypto: sun8i-ss - rework handling of IVCorentin Labbe2022-05-133-52/+107
* crypto: sun4i-ss - do not allocate backup IV on requestsCorentin Labbe2022-05-132-14/+9
* 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-ss - 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-ss - call finalize with bh disabledCorentin Labbe2022-03-032-0/+6
* crypto: sun8i-ss - really disable hash on A80Corentin Labbe2022-01-311-0/+2
* 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-ss - Use kfree_sensitiveJason Wang2021-07-301-6/+3
* crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe()Shixin Liu2021-04-161-1/+1
* crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2021-04-162-2/+2
* crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2021-04-164-4/+4
* crypto: sun8i-ss - Fix memory leak of padColin Ian King2021-04-091-3/+4
* crypto: allwinner - add missing CRYPTO_ prefixCorentin Labbe2021-04-091-7/+7
* crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-264-8/+16
* crypto: sun4i-ss - simplify optional reset handlingPhilipp Zabel2021-03-131-13/+8
* crypto: sun8i-ce - fix error return code in sun8i_ce_prng_generate()Jia-Ju Bai2021-03-131-0/+1
* crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to mapColin Ian King2021-03-131-1/+3