summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32
AgeCommit message (Expand)AuthorLines
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel-1/+1
2019-08-22crypto: stm32/des - switch to new verification routinesArd Biesheuvel-25/+5
2019-08-09crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing-6/+2
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd-6/+2
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2019-07-12crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-4/+4
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve-2/+2
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve-1/+1
2019-07-03crypto: stm32/crc32 - rename driver fileLionel Debieve-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-15/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-03crypto: stm32/cryp - update to return iv_outLionel Debieve-0/+20
2019-05-03crypto: stm32/cryp - remove request mutex protectionLionel Debieve-19/+7
2019-05-03crypto: stm32/cryp - add weak key check for DESLionel Debieve-2/+12
2019-04-18crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu-4/+11
2019-04-18crypto: stm32/hash - Fix self test issue during exportLionel Debieve-3/+1
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan-1/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2018-07-27crypto: stm32_crc32 - Use existing define with polynomialKrzysztof Kozlowski-7/+4
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers-16/+8
2018-07-09crypto: stm32/crc - Add power management supportlionel.debieve@st.com-0/+62
2018-07-09crypto: stm32/hash - Add power management supportlionel.debieve@st.com-0/+71
2018-07-09crypto: stm32/cryp - Add power management supportlionel.debieve@st.com-0/+62
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap-0/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+3
2018-02-15crypto: stm32/cryp - add stm32mp1 supportFabien DESSENNE-0/+6
2018-02-15crypto: stm32/cryp - add aes gcm / ccm supportFabien DESSENNE-29/+902
2018-02-15crypto: stm32/hash - rework padding lengthLionel Debieve-1/+1
2018-02-15crypto: stm32/hash - fix performance issuesLionel Debieve-2/+6
2018-02-15crypto: stm32/hash - avoid error if maxburst not definedLionel Debieve-5/+6
2018-02-15crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE-8/+21
2018-02-15crypto: stm32-hash - convert to the new crypto engine APICorentin LABBE-7/+13
2018-01-26crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)-3/+1
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers-0/+2
2017-12-28crypto: stm32 - Use standard CONFIG nameCorentin Labbe-6/+6
2017-12-11crypto: stm32 - fix module device table nameCorentin LABBE-1/+1
2017-11-29crypto: stm32 - Support for STM32 CRYP crypto moduleFabien DESSENNE-1/+1183
2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-15/+5
2017-11-10crypto: stm32/hash - Fix return issue on updateLionel Debieve-7/+1
2017-10-07crypto: stm32 - use of_device_get_match_dataCorentin LABBE-5/+2
2017-10-07crypto: stm32 - Try to fix hash paddingArnd Bergmann-6/+9
2017-09-22crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com-3/+2
2017-07-28crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com-0/+1589
2017-07-28crypto: stm32 - Rename module to use generic cryptolionel.debieve@st.com-5/+4
2017-07-28crypto: stm32 - solve crc issue during unbindlionel.debieve@st.com-1/+1
2017-07-28crypto: stm32 - CRC use relaxed functionlionel.debieve@st.com-7/+8
2017-04-30crypto: stm32 - Fix OF module alias informationWei Yongjun-1/+1
2017-04-05crypto: stm32 - Support for STM32 CRC32 crypto moduleFabien DESSENNE-0/+333