summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32
Commit message (Expand)AuthorAgeFilesLines
* 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
* crypto: stm32-hash - Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-8/+3
* crypto: stm32 - Fix sparse warningsHerbert Xu2020-08-283-24/+32
* crypto: stm32 - Add missing header inclusionsHerbert Xu2020-08-252-0/+3
* crypto: stm32/crc32 - protect from concurrent accessesNicolas Toromanoff2020-05-231-2/+45
* crypto: stm32/crc32 - don't sleep in runtime pmNicolas Toromanoff2020-05-231-9/+36
* crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff2020-05-231-12/+36
* crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff2020-05-231-3/+3
* crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff2020-05-231-50/+48
* crypto: stm32/hash - don't print error on probe deferralLionel Debieve2020-05-081-2/+5
* crypto: stm32/hash - defer probe for dma deviceEtienne Carriere2020-05-081-7/+15
* crypto: stm32/hash - defer probe for reset controllerEtienne Carriere2020-05-081-2/+7
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-271-3/+3
* crypto: Kconfig - Fix indentationKrzysztof Kozlowski2019-12-111-3/+3
* crypto: stm32 - switch to skcipher APIArd Biesheuvel2019-11-171-179/+159
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1