mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 03:21:56 +07:00
f2663872f0
Register the Symmetric crypto algorithms supported by CNN55XX driver with crypto subsystem. The following Symmetric crypto algorithms are supported, - aes with cbc, ecb, cfb, xts, ctr and cts modes - des3_ede with cbc and ecb modes Signed-off-by: Srikanth Jampala <Jampala.Srikanth@cavium.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
9 lines
162 B
Makefile
9 lines
162 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_NITROX_CNN55XX) += n5pf.o
|
|
|
|
n5pf-objs := nitrox_main.o \
|
|
nitrox_isr.o \
|
|
nitrox_lib.o \
|
|
nitrox_hal.o \
|
|
nitrox_reqmgr.o \
|
|
nitrox_algs.o
|