summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ss
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-04-28crypto: sun8i-ss - do not use sg_dma_len before calling DMA functionsCorentin Labbe-1/+1
2025-04-17crypto: sun8i-ss - use API helpers to setup fallback requestOvidiu Panait-22/+27
2024-10-19crypto: drivers - Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2023-12-29crypto: sun8i-ss - Use helper to set reqsizeOvidiu Panait-3/+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-ss - Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring-1/+0
2023-08-18crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu-131/+177
2023-08-18crypto: sun8i-ss - Remove prepare/unprepare requestHerbert Xu-4/+0
2023-08-18crypto: allwinner - Remove unused function declarationsYue Haibing-2/+0
2023-06-13crypto: update some Arm documentation referencesJonathan Corbet-4/+4
2023-04-28crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET-1/+1
2023-01-06crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu-11/+21
2022-10-21crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe-1/+1
2022-06-17crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs()Alexey Khoroshilov-0/+1
2022-06-10crypto: sun8i-ss - fix a NULL vs IS_ERR() check in sun8i_ss_hashkeyPeng Wu-2/+2
2022-06-10crypto: sun8i-ss - Fix error codes for dma_mapping_error()Dan Carpenter-2/+4
2022-06-10crypto: sun8i-ss - fix error codes in allocate_flows()Dan Carpenter-4/+12
2022-05-13crypto: sun8i-ss - do not fallback if cryptlen is less than sg lengthCorentin Labbe-10/+9
2022-05-13crypto: sun8i-ss - add hmac(sha1)Corentin Labbe-6/+231
2022-05-13crypto: sun8i-ss - Add function for handling hash paddingCorentin Labbe-22/+65
2022-05-13crypto: sun8i-ss - rework debuggingCorentin Labbe-22/+83
2022-05-13crypto: sun8i-ss - handle requests if last block is not modulo 64Corentin Labbe-10/+29
2022-05-13crypto: sun8i-ss - do not zeroize all padCorentin Labbe-2/+4
2022-05-13crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe-12/+17
2022-05-13crypto: sun8i-ss - use sg_nents_for_lenCorentin Labbe-13/+10
2022-05-13crypto: sun8i-ss - test error before assigningCorentin Labbe-4/+4
2022-05-13crypto: sun8i-ss - remove redundant testCorentin Labbe-11/+1
2022-05-13crypto: sun8i-ss - handle zero sized sgCorentin Labbe-1/+9
2022-05-13crypto: sun8i-ss - rework handling of IVCorentin Labbe-52/+107
2022-04-29crypto: sun8i-ss - using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi-4/+2
2022-03-03crypto: sun8i-ss - call finalize with bh disabledCorentin Labbe-0/+6
2022-01-31crypto: sun8i-ss - really disable hash on A80Corentin Labbe-0/+2
2021-07-30crypto: sun8i-ss - Use kfree_sensitiveJason Wang-6/+3
2021-04-16crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu-2/+2
2021-04-09crypto: sun8i-ss - Fix memory leak of padColin Ian King-3/+4
2021-03-26crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen-4/+8
2021-03-13crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to mapColin Ian King-1/+3
2021-03-07crypto: sun8i-ss - fix result memory leak on error pathCorentin Labbe-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-2/+4
2020-09-25crypto: sun8i-ss - fix comparison of integer expressions of different signednessCorentin Labbe-3/+4
2020-09-25crypto: sun8i-ss - better debug printingCorentin Labbe-3/+3
2020-09-25crypto: sun8i-ss - Add more comment on some structuresCorentin Labbe-0/+2
2020-09-25crypto: sun8i-ss - fix a trivial typoCorentin Labbe-1/+1
2020-09-25crypto: sun8i-ss - support hash algorithmsCorentin Labbe-0/+658
2020-09-25crypto: sun8i-ss - Add support for the PRNGCorentin Labbe-0/+238
2020-09-25crypto: sun8i-ss - Add SS_START defineCorentin Labbe-1/+3