This website requires JavaScript.
Explore
Help
Register
Sign In
leandrof
/
linux
Watch
1
Star
0
Fork
0
You've already forked linux
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e901b98738
linux
/
drivers
/
crypto
/
stm32
/
Makefile
2 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
crypto: stm32 - Rename module to use generic crypto The complete stm32 module is rename as crypto in order to use generic naming Signed-off-by: Lionel Debieve <lionel.debieve@st.com> Reviewed-by: Fabien Dessenne <fabien.dessenne@st.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-07-13 13:06:33 +00:00
obj-$(CONFIG_CRC_DEV_STM32)
+=
stm32_crc32.o
crypto: stm32 - Support for STM32 HASH module This module register a HASH module that support multiples algorithms: MD5, SHA1, SHA224, SHA256. It includes the support of HMAC hardware processing corresponding to the supported algorithms. DMA or IRQ mode are used depending on data length. Signed-off-by: Lionel Debieve <lionel.debieve@st.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2017-07-13 13:32:27 +00:00
obj-$(CONFIG_HASH_DEV_STM32)
+=
stm32-hash.o
Reference in New Issue
Copy Permalink