summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium/nitrox/Makefile
diff options
context:
space:
mode:
authorSrikanth Jampala <Jampala.Srikanth@cavium.com>2017-05-30 17:28:03 +0530
committerHerbert Xu <herbert@gondor.apana.org.au>2017-06-10 12:04:34 +0800
commitf2663872f073c874495b793721a47cc7f30eaec7 (patch)
tree5a217fbbd67f666da73072c75917c15ec63d2819 /drivers/crypto/cavium/nitrox/Makefile
parent086eac9eb4a05d053f8abf661c36e77c40264e41 (diff)
downloadblackbird-obmc-linux-f2663872f073c874495b793721a47cc7f30eaec7.tar.gz
blackbird-obmc-linux-f2663872f073c874495b793721a47cc7f30eaec7.zip
crypto: cavium - Register the CNN55XX supported crypto algorithms.
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>
Diffstat (limited to 'drivers/crypto/cavium/nitrox/Makefile')
-rw-r--r--drivers/crypto/cavium/nitrox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/crypto/cavium/nitrox/Makefile b/drivers/crypto/cavium/nitrox/Makefile
index ef457f609d88..5af2e4368267 100644
--- a/drivers/crypto/cavium/nitrox/Makefile
+++ b/drivers/crypto/cavium/nitrox/Makefile
@@ -4,4 +4,5 @@ n5pf-objs := nitrox_main.o \
nitrox_isr.o \
nitrox_lib.o \
nitrox_hal.o \
- nitrox_reqmgr.o
+ nitrox_reqmgr.o \
+ nitrox_algs.o
OpenPOWER on IntegriCloud