summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/cavium/nitrox/Makefile
diff options
context:
space:
mode:
authorNagadheeraj Rottela <rnagadheeraj@marvell.com>2018-12-14 11:19:51 +0000
committerHerbert Xu <herbert@gondor.apana.org.au>2018-12-23 11:52:44 +0800
commitc9613335bf4fe259a654aa0e9701f0c4cddc12ba (patch)
tree8f1d2c02c0676cc4314e327b2035d661040f8b82 /drivers/crypto/cavium/nitrox/Makefile
parent2326828ee40357b3d2b1359b8ca7526af201495b (diff)
downloadlinux-c9613335bf4fe259a654aa0e9701f0c4cddc12ba.tar.gz
linux-c9613335bf4fe259a654aa0e9701f0c4cddc12ba.tar.bz2
linux-c9613335bf4fe259a654aa0e9701f0c4cddc12ba.zip
crypto: cavium/nitrox - Added AEAD cipher support
Added support to offload AEAD ciphers to NITROX. Currently supported AEAD cipher is 'gcm(aes)'. Signed-off-by: Nagadheeraj Rottela <rnagadheeraj@marvell.com> Reviewed-by: Srikanth Jampala <jsrikanth@marvell.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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/crypto/cavium/nitrox/Makefile b/drivers/crypto/cavium/nitrox/Makefile
index ad0546630ad8..f83991aaf820 100644
--- a/drivers/crypto/cavium/nitrox/Makefile
+++ b/drivers/crypto/cavium/nitrox/Makefile
@@ -7,7 +7,9 @@ n5pf-objs := nitrox_main.o \
nitrox_hal.o \
nitrox_reqmgr.o \
nitrox_algs.o \
- nitrox_mbx.o
+ nitrox_mbx.o \
+ nitrox_skcipher.o \
+ nitrox_aead.o
n5pf-$(CONFIG_PCI_IOV) += nitrox_sriov.o
n5pf-$(CONFIG_DEBUG_FS) += nitrox_debugfs.o