summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32
Commit message (Expand)AuthorAgeFilesLines
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+1
* crypto: stm32/hash - Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-271-3/+3
* crypto: Kconfig - Fix indentationKrzysztof Kozlowski2019-12-111-3/+3
* crypto: stm32 - switch to skcipher APIArd Biesheuvel2019-11-171-179/+159
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
* crypto: stm32/des - switch to new verification routinesArd Biesheuvel2019-08-221-25/+5
* crypto: stm32 - use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-092-6/+2
* crypto: drivers - Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-092-6/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-191-1/+1
|\
| * crypto: stm32/hash - Fix incorrect printk modifier for size_tHerbert Xu2019-07-121-1/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-083-4/+4
|\|
| * crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve2019-07-031-2/+2
| * crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve2019-07-031-1/+1
| * crypto: stm32/crc32 - rename driver fileLionel Debieve2019-07-032-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-15/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-302-2/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* 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-032-2/+12
* crypto: stm32 - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-4/+11
* crypto: stm32/hash - Fix self test issue during exportLionel Debieve2019-04-181-3/+1
* crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan2019-02-281-1/+1
* Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\
| * headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | crypto: stm32_crc32 - Use existing define with polynomialKrzysztof Kozlowski2018-07-271-7/+4
* | crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-091-16/+8
* | crypto: stm32/crc - Add power management supportlionel.debieve@st.com2018-07-091-0/+62
* | crypto: stm32/hash - Add power management supportlionel.debieve@st.com2018-07-091-0/+71
* | crypto: stm32/cryp - Add power management supportlionel.debieve@st.com2018-07-091-0/+62
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* 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/hash - rework padding lengthLionel Debieve2018-02-151-1/+1
* crypto: stm32/hash - fix performance issuesLionel Debieve2018-02-151-2/+6
* crypto: stm32/hash - avoid error if maxburst not definedLionel Debieve2018-02-151-5/+6
* crypto: stm32-cryp - convert to the new crypto engine APICorentin LABBE2018-02-151-8/+21
* crypto: stm32-hash - convert to the new crypto engine APICorentin LABBE2018-02-151-7/+13
* crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()weiyongjun \(A\)2018-01-261-3/+1
* crypto: hash - annotate algorithms taking optional keyEric Biggers2018-01-121-0/+2
* crypto: stm32 - Use standard CONFIG nameCorentin Labbe2017-12-282-6/+6
* crypto: stm32 - fix module device table nameCorentin LABBE2017-12-111-1/+1
* crypto: stm32 - Support for STM32 CRYP crypto moduleFabien DESSENNE2017-11-293-1/+1183
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-15/+5
|\
| * crypto: stm32/hash - Fix return issue on updateLionel Debieve2017-11-101-7/+1
| * crypto: stm32 - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2
| * crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com2017-09-221-3/+2
* | crypto: stm32 - Try to fix hash paddingArnd Bergmann2017-10-071-6/+9
|/
* crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com2017-07-283-0/+1589
* crypto: stm32 - Rename module to use generic cryptolionel.debieve@st.com2017-07-282-5/+4