summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32/stm32-cryp.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2022-01-271-1/+2
* crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff2022-01-271-547/+243
* crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff2022-01-271-1/+1
* crypto: stm32/cryp - fix double pm exitNicolas Toromanoff2022-01-271-2/+0
* crypto: stm32/cryp - check early input dataNicolas Toromanoff2022-01-271-1/+113
* crypto: stm32/cryp - fix xts and race condition in crypto_engine requestsNicolas Toromanoff2022-01-271-2/+0
* crypto: stm32/cryp - fix CTR counter carryNicolas Toromanoff2022-01-271-14/+13
* crypto: stm32 - Fix last sparse warning in stm32_cryp_check_ctr_counterHerbert Xu2022-01-271-1/+1
* crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.cShixin Liu2021-05-111-2/+2
* crypto: stm32 - Fix sparse warningsHerbert Xu2020-08-281-19/+28
* crypto: stm32 - switch to skcipher APIArd Biesheuvel2019-11-171-179/+159
* crypto: stm32/des - switch to new verification routinesArd Biesheuvel2019-08-221-25/+5
* crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-091-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-1/+1
* crypto: stm32/cryp - update to return iv_outLionel Debieve2019-05-031-0/+20
* crypto: stm32/cryp - remove request mutex protectionLionel Debieve2019-05-031-19/+7
* crypto: stm32/cryp - add weak key check for DESLionel Debieve2019-05-031-2/+11
* crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+11
* crypto: stm32/cryp - Add power management supportlionel.debieve@st.com2018-07-091-0/+62
* crypto: stm32/cryp - add stm32mp1 supportFabien DESSENNE2018-02-151-0/+6
* crypto: stm32/cryp - add aes gcm / ccm supportFabien DESSENNE2018-02-151-29/+902
* crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE2018-02-151-8/+21
* crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)2018-01-261-3/+1
* crypto: stm32 - fix module device table nameCorentin LABBE2017-12-111-1/+1
* crypto: stm32 - Support for STM32 CRYP crypto moduleFabien DESSENNE2017-11-291-0/+1172