summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/allwinner/sun8i-ss
Commit message (Expand)AuthorAgeFilesLines
* crypto: sun8i-ss - Use helper to set reqsizeOvidiu Panait2023-12-291-3/+2
* crypto: sun8i-ss - use crypto_shash_tfm_digest() in sun8i_ss_hashkey()Eric Biggers2023-11-171-21/+4
* crypto: sun8i-ss - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-5/+0
* crypto: sun8i-ss - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-4/+2
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-1/+0
* crypto: sun8i-ss - Use new crypto_engine_op interfaceHerbert Xu2023-08-184-131/+177
* crypto: sun8i-ss - Remove prepare/unprepare requestHerbert Xu2023-08-182-4/+0
* crypto: allwinner - Remove unused function declarationsYue Haibing2023-08-181-2/+0
* crypto: update some Arm documentation referencesJonathan Corbet2023-06-134-4/+4
* crypto: sun8i-ss - Fix a test in sun8i_ss_setup_ivs()Christophe JAILLET2023-04-281-1/+1
* crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment paddingHerbert Xu2023-01-064-11/+21
* crypto: sun8i-ss - use dma_addr instead u32Corentin Labbe2022-10-211-1/+1
* 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-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: sun8i-ss - using pm_runtime_resume_and_get instead of pm_runtime_get_...Minghao Chi2022-04-291-4/+2
* 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-ss - Use kfree_sensitiveJason Wang2021-07-301-6/+3
* crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() failsShixin Liu2021-04-162-2/+2
* crypto: sun8i-ss - Fix memory leak of padColin Ian King2021-04-091-3/+4
* crypto: allwinner - Fix the parameter of dma_unmap_sg()Xiang Chen2021-03-262-4/+8
* crypto: sun8i-ss - Fix memory leak of object d when dma_iv fails to mapColin Ian King2021-03-131-1/+3
* crypto: sun8i-ss - fix result memory leak on error pathCorentin Labbe2021-03-071-1/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-202-2/+4
* crypto: sun8i-ss - fix comparison of integer expressions of different signednessCorentin Labbe2020-09-251-3/+4
* crypto: sun8i-ss - better debug printingCorentin Labbe2020-09-251-3/+3
* crypto: sun8i-ss - Add more comment on some structuresCorentin Labbe2020-09-251-0/+2
* crypto: sun8i-ss - fix a trivial typoCorentin Labbe2020-09-251-1/+1
* crypto: sun8i-ss - support hash algorithmsCorentin Labbe2020-09-254-0/+658
* crypto: sun8i-ss - Add support for the PRNGCorentin Labbe2020-09-254-0/+238
* crypto: sun8i-ss - Add SS_START defineCorentin Labbe2020-09-252-1/+3
* 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-ss - remove redundant memzero_explicit()Denis Efremov2020-09-041-1/+0
* crypto: sun8i-ss - use kfree_sensitive()Denis Efremov2020-09-041-12/+3
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1