mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 20:32:22 +00: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>
3 lines
96 B
Makefile
3 lines
96 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_SUN8I_SS) += sun8i-ss.o
|
|
sun8i-ss-y += sun8i-ss-core.o sun8i-ss-cipher.o
|