summaryrefslogtreecommitdiff
path: root/drivers/crypto/stm32
AgeCommit message (Expand)AuthorFilesLines
2023-10-27crypto: stm32 - remove unnecessary alignmask for ahashesEric Biggers1-20/+0
2023-10-27crypto: stm32/cryp - Convert to platform remove callback returning voidUwe Kleine-König1-11/+5
2023-10-27crypto: stm32/crc32 - Convert to platform remove callback returning voidUwe Kleine-König1-10/+5
2023-10-27crypto: stm32 - remove unnecessary alignmaskEric Biggers1-2/+0
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring2-2/+2
2023-08-18crypto: stm32 - Use new crypto_engine_op interfaceHerbert Xu2-362/+452
2023-08-18crypto: stm32 - Remove prepare/unprepare requestHerbert Xu1-30/+7
2023-08-11crypto: stm32 - Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-11crypto: stm32 - Drop if block with always false conditionUwe Kleine-König1-5/+1
2023-08-11crypto: stm32 - Properly handle pm_runtime_get failingUwe Kleine-König1-4/+3
2023-07-22crypto: stm32 - remove flag HASH_FLAGS_DMA_READYThomas Bourgoin1-13/+8
2023-07-22crypto: stm32 - fix MDMAT conditionThomas Bourgoin1-1/+1
2023-07-22crypto: stm32 - check request size and scatterlist size when using DMA.Thomas Bourgoin1-5/+10
2023-07-22crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin1-1/+1
2023-07-22crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl.Thomas Bourgoin1-3/+3
2023-07-22crypto: stm32 - add new algorithms supportThomas Bourgoin2-125/+543
2023-03-24crypto: stm32 - Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-17crypto: stm32 - Save and restore between each requestHerbert Xu1-108/+56
2023-03-17crypto: stm32 - Fix empty message processingHerbert Xu1-9/+13
2023-03-17crypto: stm32 - Remove unused HASH_FLAGS_ERRORSHerbert Xu1-4/+0
2023-03-17crypto: stm32 - Move hash state into separate structureHerbert Xu1-56/+71
2023-03-17crypto: stm32 - Remove unused hdev->err fieldHerbert Xu1-3/+0
2023-03-17crypto: stm32 - Simplify finupHerbert Xu1-22/+19
2023-03-17crypto: stm32 - Move polling into do_one_requestHerbert Xu1-17/+12
2023-03-17crypto: stm32 - Save 54 CSR registersHerbert Xu1-1/+1
2023-02-03crypto: stm32/hash - Support Ux500 hashLinus Walleij1-35/+219
2023-02-03crypto: stm32/hash - Wait for idle before final CPU xmitLinus Walleij1-0/+3
2023-02-03crypto: stm32/hash - Use existing busy poll functionLinus Walleij1-2/+4
2023-02-03crypto: stm32/hash - Simplify codeLinus Walleij1-2/+1
2023-01-20crypto: stm32 - Use accelerated readsl/writeslLinus Walleij1-26/+11
2022-12-09crypto: stm32/cryp - enable for use with Ux500Linus Walleij1-91/+322
2022-12-09crypto: stm32 - enable drivers to be used on Ux500Linus Walleij1-2/+2
2022-10-21crypto: stm32 - Fix spelling mistake "wite" -> "write"Colin Ian King1-2/+2
2022-03-25crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun1-1/+3
2021-12-31crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut1-2/+2
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2-4/+5
2021-12-11crypto: stm32/cryp - reorder hw initializationNicolas Toromanoff1-13/+26
2021-12-11crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff1-547/+243
2021-12-11crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff1-1/+1
2021-12-11crypto: stm32/cryp - fix double pm exitNicolas Toromanoff1-2/+0
2021-12-11crypto: stm32/cryp - check early input dataNicolas Toromanoff1-1/+113
2021-12-11crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff1-2/+0
2021-12-11crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff1-14/+13
2021-12-11crypto: stm32/cryp - don't print error on probe deferralEtienne Carriere1-1/+2
2021-12-11crypto: stm32/cryp - defer probe for reset controllerEtienne Carriere1-2/+6
2021-04-16crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu1-2/+2
2021-04-16crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu1-4/+4
2021-01-14crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu1-1/+1
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+2
2020-09-25crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff2-3/+13