aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/stm32
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2018-07-27crypto: stm32_crc32 - Use existing define with polynomialGravatar Krzysztof Kozlowski 1-7/+4
2018-07-09crypto: ahash - remove useless setting of type flagsGravatar Eric Biggers 1-16/+8
2018-07-09crypto: stm32/crc - Add power management supportGravatar lionel.debieve@st.com 1-0/+62
2018-07-09crypto: stm32/hash - Add power management supportGravatar lionel.debieve@st.com 1-0/+71
2018-07-09crypto: stm32/cryp - Add power management supportGravatar lionel.debieve@st.com 1-0/+62
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-02-15crypto: stm32/cryp - add stm32mp1 supportGravatar Fabien DESSENNE 1-0/+6
2018-02-15crypto: stm32/cryp - add aes gcm / ccm supportGravatar Fabien DESSENNE 1-29/+902
2018-02-15crypto: stm32/hash - rework padding lengthGravatar Lionel Debieve 1-1/+1
2018-02-15crypto: stm32/hash - fix performance issuesGravatar Lionel Debieve 1-2/+6
2018-02-15crypto: stm32/hash - avoid error if maxburst not definedGravatar Lionel Debieve 1-5/+6
2018-02-15crypto: stm32-cryp - convert to the new crypto engine APIGravatar Corentin LABBE 1-8/+21
2018-02-15crypto: stm32-hash - convert to the new crypto engine APIGravatar Corentin LABBE 1-7/+13
2018-01-26crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()Gravatar weiyongjun \(A\) 1-3/+1
2018-01-12crypto: hash - annotate algorithms taking optional keyGravatar Eric Biggers 1-0/+2
2017-12-28crypto: stm32 - Use standard CONFIG nameGravatar Corentin Labbe 2-6/+6
2017-12-11crypto: stm32 - fix module device table nameGravatar Corentin LABBE 1-1/+1
2017-11-29crypto: stm32 - Support for STM32 CRYP crypto moduleGravatar Fabien DESSENNE 3-1/+1183
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-15/+5
2017-11-10crypto: stm32/hash - Fix return issue on updateGravatar Lionel Debieve 1-7/+1
2017-10-07crypto: stm32 - use of_device_get_match_dataGravatar Corentin LABBE 1-5/+2
2017-10-07crypto: stm32 - Try to fix hash paddingGravatar Arnd Bergmann 1-6/+9
2017-09-22crypto: stm32/hash - Remove uninitialized symbolGravatar lionel.debieve@st.com 1-3/+2
2017-07-28crypto: stm32 - Support for STM32 HASH moduleGravatar lionel.debieve@st.com 3-0/+1589
2017-07-28crypto: stm32 - Rename module to use generic cryptoGravatar lionel.debieve@st.com 2-5/+4
2017-07-28crypto: stm32 - solve crc issue during unbindGravatar lionel.debieve@st.com 1-1/+1
2017-07-28crypto: stm32 - CRC use relaxed functionGravatar lionel.debieve@st.com 1-7/+8
2017-04-30crypto: stm32 - Fix OF module alias informationGravatar Wei Yongjun 1-1/+1
2017-04-05crypto: stm32 - Support for STM32 CRC32 crypto moduleGravatar Fabien DESSENNE 3-0/+333