blob: bb770ea45ce9390f47ac3bd52e5ecbb132c361c3 [file] [log] [blame]
Seth Jennings322cacc2012-07-19 09:42:38 -05001obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
Kent Yoderaef7b312012-04-12 05:39:26 +00002nx-crypto-objs := nx.o \
3 nx_debugfs.o \
4 nx-aes-cbc.o \
5 nx-aes-ecb.o \
6 nx-aes-gcm.o \
7 nx-aes-ccm.o \
8 nx-aes-ctr.o \
9 nx-aes-xcbc.o \
10 nx-sha256.o \
11 nx-sha512.o
Seth Jennings0e16aaf2012-07-19 09:42:40 -050012
13obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS) += nx-compress.o
14nx-compress-objs := nx-842.o