aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32/stm32-cryp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-11crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu1-1/+2
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-01-14crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu1-1/+1
2020-08-28crypto: stm32 - Fix sparse warningsHerbert Xu1-19/+28
2019-11-17crypto: stm32 - switch to skcipher APIArd Biesheuvel1-179/+159
2019-08-22crypto: stm32/des - switch to new verification routinesArd Biesheuvel1-25/+5
2019-08-09crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner1-1/+1
2019-05-03crypto: stm32/cryp - update to return iv_outLionel Debieve1-0/+20
2019-05-03crypto: stm32/cryp - remove request mutex protectionLionel Debieve1-19/+7
2019-05-03crypto: stm32/cryp - add weak key check for DESLionel Debieve1-2/+11
2019-04-18crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu1-4/+11
2018-07-09crypto: stm32/cryp - Add power management supportlionel.debieve@st.com1-0/+62
2018-02-15crypto: stm32/cryp - add stm32mp1 supportFabien DESSENNE1-0/+6
2018-02-15crypto: stm32/cryp - add aes gcm / ccm supportFabien DESSENNE1-29/+902
2018-02-15crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE1-8/+21
2018-01-26crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)1-3/+1
2017-12-11crypto: stm32 - fix module device table nameCorentin LABBE1-1/+1
2017-11-29crypto: stm32 - Support for STM32 CRYP crypto moduleFabien DESSENNE1-0/+1172