summaryrefslogtreecommitdiff
path: root/drivers/crypto/stm32/stm32-cryp.c
AgeCommit message (Expand)Author
2023-12-29crypto: stm32/cryp - Use helper to set reqsizeOvidiu Panait
2023-10-27crypto: stm32/cryp - Convert to platform remove callback returning voidUwe Kleine-König
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-08-18crypto: stm32 - Use new crypto_engine_op interfaceHerbert Xu
2023-08-18crypto: stm32 - Remove prepare/unprepare requestHerbert Xu
2023-01-20crypto: stm32 - Use accelerated readsl/writeslLinus Walleij
2022-12-09crypto: stm32/cryp - enable for use with Ux500Linus Walleij
2022-10-21crypto: stm32 - Fix spelling mistake "wite" -> "write"Colin Ian King
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu
2021-12-11crypto: stm32/cryp - reorder hw initializationNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix double pm exitNicolas Toromanoff
2021-12-11crypto: stm32/cryp - check early input dataNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff
2021-12-11crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff
2021-12-11crypto: stm32/cryp - don't print error on probe deferralEtienne Carriere
2021-12-11crypto: stm32/cryp - defer probe for reset controllerEtienne Carriere
2021-04-16crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu
2021-01-14crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu
2020-08-28crypto: stm32 - Fix sparse warningsHerbert Xu
2019-11-17crypto: stm32 - switch to skcipher APIArd Biesheuvel
2019-08-22crypto: stm32/des - switch to new verification routinesArd Biesheuvel
2019-08-09crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-05-03crypto: stm32/cryp - update to return iv_outLionel Debieve
2019-05-03crypto: stm32/cryp - remove request mutex protectionLionel Debieve
2019-05-03crypto: stm32/cryp - add weak key check for DESLionel Debieve
2019-04-18crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu
2018-07-09crypto: stm32/cryp - Add power management supportlionel.debieve@st.com
2018-02-15crypto: stm32/cryp - add stm32mp1 supportFabien DESSENNE
2018-02-15crypto: stm32/cryp - add aes gcm / ccm supportFabien DESSENNE
2018-02-15crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE
2018-01-26crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)
2017-12-11crypto: stm32 - fix module device table nameCorentin LABBE
2017-11-29crypto: stm32 - Support for STM32 CRYP crypto moduleFabien DESSENNE