diff options
author | Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com> | 2016-07-18 12:26:26 -0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-07-19 15:42:43 +0800 |
commit | c07f5d3da643329f38ff7c2ef2252723453dd9c4 (patch) | |
tree | 83309403f7ad38fe3f016da10aa377a7b4499120 /drivers/crypto/vmx/Makefile | |
parent | 11c6e16ee13ab68b8ff04c17ab41611a4fcc5c81 (diff) | |
download | op-kernel-dev-c07f5d3da643329f38ff7c2ef2252723453dd9c4.zip op-kernel-dev-c07f5d3da643329f38ff7c2ef2252723453dd9c4.tar.gz |
crypto: vmx - Adding support for XTS
This patch add XTS support using VMX-crypto driver.
Signed-off-by: Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
Signed-off-by: Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/vmx/Makefile')
-rw-r--r-- | drivers/crypto/vmx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/vmx/Makefile b/drivers/crypto/vmx/Makefile index d28ab96..de6e241 100644 --- a/drivers/crypto/vmx/Makefile +++ b/drivers/crypto/vmx/Makefile @@ -1,5 +1,5 @@ obj-$(CONFIG_CRYPTO_DEV_VMX_ENCRYPT) += vmx-crypto.o -vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o ghash.o +vmx-crypto-objs := vmx.o aesp8-ppc.o ghashp8-ppc.o aes.o aes_cbc.o aes_ctr.o aes_xts.o ghash.o ifeq ($(CONFIG_CPU_LITTLE_ENDIAN),y) TARGET := linux-ppc64le |