aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32 (follow)
AgeCommit message (Expand)AuthorFilesLines
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/hash - rework padding lengthLionel Debieve1-1/+1
2018-02-15crypto: stm32/hash - fix performance issuesLionel Debieve1-2/+6
2018-02-15crypto: stm32/hash - avoid error if maxburst not definedLionel Debieve1-5/+6
2018-02-15crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE1-8/+21
2018-02-15crypto: stm32-hash - convert to the new crypto engine APICorentin LABBE1-7/+13
2018-01-26crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)1-3/+1
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+2
2017-12-28crypto: stm32 - Use standard CONFIG nameCorentin Labbe2-6/+6
2017-12-11crypto: stm32 - fix module device table nameCorentin LABBE1-1/+1
2017-11-29crypto: stm32 - Support for STM32 CRYP crypto moduleFabien DESSENNE3-1/+1183
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-15/+5
2017-11-10crypto: stm32/hash - Fix return issue on updateLionel Debieve1-7/+1
2017-10-07crypto: stm32 - use of_device_get_match_dataCorentin LABBE1-5/+2
2017-10-07crypto: stm32 - Try to fix hash paddingArnd Bergmann1-6/+9
2017-09-22crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com1-3/+2
2017-07-28crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com3-0/+1589
2017-07-28crypto: stm32 - Rename module to use generic cryptolionel.debieve@st.com2-5/+4
2017-07-28crypto: stm32 - solve crc issue during unbindlionel.debieve@st.com1-1/+1
2017-07-28crypto: stm32 - CRC use relaxed functionlionel.debieve@st.com1-7/+8
2017-04-30crypto: stm32 - Fix OF module alias informationWei Yongjun1-1/+1
2017-04-05crypto: stm32 - Support for STM32 CRC32 crypto moduleFabien DESSENNE3-0/+333