summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32
Commit message (Expand)AuthorAgeFilesLines
* crypto: stm32 - remove unnecessary alignmask for ahashesEric Biggers2023-10-271-20/+0
* crypto: stm32/cryp - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-11/+5
* crypto: stm32/crc32 - Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-10/+5
* crypto: stm32 - remove unnecessary alignmaskEric Biggers2023-10-271-2/+0
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-232-2/+2
* crypto: stm32 - Use new crypto_engine_op interfaceHerbert Xu2023-08-182-362/+452
* crypto: stm32 - Remove prepare/unprepare requestHerbert Xu2023-08-181-30/+7
* crypto: stm32 - Convert to platform remove callback returning voidUwe Kleine-König2023-08-111-4/+2
* crypto: stm32 - Drop if block with always false conditionUwe Kleine-König2023-08-111-5/+1
* crypto: stm32 - Properly handle pm_runtime_get failingUwe Kleine-König2023-08-111-4/+3
* crypto: stm32 - remove flag HASH_FLAGS_DMA_READYThomas Bourgoin2023-07-221-13/+8
* crypto: stm32 - fix MDMAT conditionThomas Bourgoin2023-07-221-1/+1
* crypto: stm32 - check request size and scatterlist size when using DMA.Thomas Bourgoin2023-07-221-5/+10
* crypto: stm32 - fix loop iterating through scatterlist for DMAThomas Bourgoin2023-07-221-1/+1
* crypto: stm32 - remove bufcnt in stm32_hash_write_ctrl.Thomas Bourgoin2023-07-221-3/+3
* crypto: stm32 - add new algorithms supportThomas Bourgoin2023-07-222-125/+543
* crypto: stm32 - Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-241-2/+1
* crypto: stm32 - Save and restore between each requestHerbert Xu2023-03-171-108/+56
* crypto: stm32 - Fix empty message processingHerbert Xu2023-03-171-9/+13
* crypto: stm32 - Remove unused HASH_FLAGS_ERRORSHerbert Xu2023-03-171-4/+0
* crypto: stm32 - Move hash state into separate structureHerbert Xu2023-03-171-56/+71
* crypto: stm32 - Remove unused hdev->err fieldHerbert Xu2023-03-171-3/+0
* crypto: stm32 - Simplify finupHerbert Xu2023-03-171-22/+19
* crypto: stm32 - Move polling into do_one_requestHerbert Xu2023-03-171-17/+12
* crypto: stm32 - Save 54 CSR registersHerbert Xu2023-03-171-1/+1
* crypto: stm32/hash - Support Ux500 hashLinus Walleij2023-02-031-35/+219
* crypto: stm32/hash - Wait for idle before final CPU xmitLinus Walleij2023-02-031-0/+3
* crypto: stm32/hash - Use existing busy poll functionLinus Walleij2023-02-031-2/+4
* crypto: stm32/hash - Simplify codeLinus Walleij2023-02-031-2/+1
* crypto: stm32 - Use accelerated readsl/writeslLinus Walleij2023-01-201-26/+11
* crypto: stm32/cryp - enable for use with Ux500Linus Walleij2022-12-091-91/+322
* crypto: stm32 - enable drivers to be used on Ux500Linus Walleij2022-12-091-2/+2
* crypto: stm32 - Fix spelling mistake "wite" -> "write"Colin Ian King2022-10-211-2/+2
* crypto: stm32 - fix reference leak in stm32_crc_removeZheng Yongjun2022-03-251-1/+3
* crypto: stm32/crc32 - Fix kernel BUG triggered in probe()Marek Vasut2021-12-311-2/+2
* crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2021-12-112-4/+5
* crypto: stm32/cryp - reorder hw initializationNicolas Toromanoff2021-12-111-13/+26
* crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff2021-12-111-547/+243
* crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff2021-12-111-1/+1
* crypto: stm32/cryp - fix double pm exitNicolas Toromanoff2021-12-111-2/+0
* crypto: stm32/cryp - check early input dataNicolas Toromanoff2021-12-111-1/+113
* crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff2021-12-111-2/+0
* crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff2021-12-111-14/+13
* crypto: stm32/cryp - don't print error on probe deferralEtienne Carriere2021-12-111-1/+2
* crypto: stm32/cryp - defer probe for reset controllerEtienne Carriere2021-12-111-2/+6
* crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu2021-04-161-2/+2
* crypto: stm32/hash - Fix PM reference leak on stm32-hash.cShixin Liu2021-04-161-4/+4
* crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu2021-01-141-1/+1
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: stm32/crc32 - Avoid lock if hardware is already usedNicolas Toromanoff2020-09-252-3/+13