mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-27 13:05:03 +08:00
9e054ec21e
This module registers block cipher algorithms that make use of the STMicroelectronics STM32 crypto "CRYP1" hardware. The following algorithms are supported: - aes: ecb, cbc, ctr - des: ecb, cbc - tdes: ecb, cbc Signed-off-by: Fabien Dessenne <fabien.dessenne@st.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4 lines
135 B
Makefile
4 lines
135 B
Makefile
obj-$(CONFIG_CRC_DEV_STM32) += stm32_crc32.o
|
|
obj-$(CONFIG_HASH_DEV_STM32) += stm32-hash.o
|
|
obj-$(CONFIG_CRYP_DEV_STM32) += stm32-cryp.o
|