aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32
AgeCommit message (Expand)Author
2020-05-23crypto: stm32/crc32 - protect from concurrent accessesNicolas Toromanoff
2020-05-23crypto: stm32/crc32 - don't sleep in runtime pmNicolas Toromanoff
2020-05-23crypto: stm32/crc32 - fix multi-instanceNicolas Toromanoff
2020-05-23crypto: stm32/crc32 - fix run-time self test issue.Nicolas Toromanoff
2020-05-23crypto: stm32/crc32 - fix ext4 chksum BUG_ON()Nicolas Toromanoff
2020-05-08crypto: stm32/hash - don't print error on probe deferralLionel Debieve
2020-05-08crypto: stm32/hash - defer probe for dma deviceEtienne Carriere
2020-05-08crypto: stm32/hash - defer probe for reset controllerEtienne Carriere
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-12-27crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski
2019-11-17crypto: stm32 - switch to skcipher APIArd Biesheuvel
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: stm32/des - switch to new verification routinesArd Biesheuvel
2019-08-09crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-09crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-19Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-12crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-07-03crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve
2019-07-03crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve
2019-07-03crypto: stm32/crc32 - rename driver fileLionel Debieve
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-03crypto: stm32/cryp - update to return iv_outLionel Debieve
2019-05-03crypto: stm32/cryp - remove request mutex protectionLionel Debieve
2019-05-03crypto: stm32/cryp - add weak key check for DESLionel Debieve
2019-04-18crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-04-18crypto: stm32/hash - Fix self test issue during exportLionel Debieve
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-07-27crypto: stm32_crc32 - Use existing define with polynomialKrzysztof Kozlowski
2018-07-09crypto: ahash - remove useless setting of type flagsEric Biggers
2018-07-09crypto: stm32/crc - Add power management supportlionel.debieve@st.com
2018-07-09crypto: stm32/hash - Add power management supportlionel.debieve@st.com
2018-07-09crypto: stm32/cryp - Add power management supportlionel.debieve@st.com
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-15crypto: stm32/cryp - add stm32mp1 supportFabien DESSENNE
2018-02-15crypto: stm32/cryp - add aes gcm / ccm supportFabien DESSENNE
2018-02-15crypto: stm32/hash - rework padding lengthLionel Debieve
2018-02-15crypto: stm32/hash - fix performance issuesLionel Debieve
2018-02-15crypto: stm32/hash - avoid error if maxburst not definedLionel Debieve
2018-02-15crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE
2018-02-15crypto: stm32-hash - convert to the new crypto engine APICorentin LABBE
2018-01-26crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)
2018-01-12crypto: hash - annotate algorithms taking optional keyEric Biggers
2017-12-28crypto: stm32 - Use standard CONFIG nameCorentin Labbe
2017-12-11crypto: stm32 - fix module device table nameCorentin LABBE