Add support for ECB and CBC modes in the AES Engine of the DTHE V2 hardware cryptography engine. Signed-off-by: T Pratham <t-pratham@ti.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4 lines
131 B
Makefile
4 lines
131 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_CRYPTO_DEV_TI_DTHEV2) += dthev2.o
|
|
dthev2-objs := dthev2-common.o dthev2-aes.o
|