summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/stm32/stm32-hash.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ahash - remove useless setting of type flagsEric Biggers2018-07-081-16/+8Star
* crypto: stm32/hash - Add power management supportlionel.debieve@st.com2018-07-081-0/+71
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-2/+3
* 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-hash - convert to the new crypto engine APICorentin LABBE2018-02-151-7/+13
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-141-15/+5Star
|\
| * crypto: stm32/hash - Fix return issue on updateLionel Debieve2017-11-101-7/+1Star
| * crypto: stm32 - use of_device_get_match_dataCorentin LABBE2017-10-071-5/+2Star
| * crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com2017-09-221-3/+2Star
* | crypto: stm32 - Try to fix hash paddingArnd Bergmann2017-10-071-6/+9
|/
* crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com2017-07-281-0/+1575