mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
f08fcced6d
The Security System is an hardware cryptographic offloader present on Allwinner SoCs A80 and A83T. It is different from the previous sun4i-ss. This driver supports AES cipher in CBC and ECB mode. Acked-by: Maxime Ripard <mripard@kernel.org> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4 lines
141 B
Makefile
4 lines
141 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_SUN4I_SS) += sun4i-ss/
|
|
obj-$(CONFIG_CRYPTO_DEV_SUN8I_CE) += sun8i-ce/
|
|
obj-$(CONFIG_CRYPTO_DEV_SUN8I_SS) += sun8i-ss/
|