]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
crypto: xts - fix compile errors
authorStephan Mueller <smueller@chronox.de>
Wed, 17 Feb 2016 06:00:01 +0000 (07:00 +0100)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 29 Aug 2016 16:24:13 +0000 (10:24 -0600)
BugLink: http://bugs.launchpad.net/bugs/1613295
Commit 28856a9e52c7 missed the addition of the crypto/xts.h include file
for different architecture-specific AES implementations.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
(cherry picked from commit 49abc0d2e19b28e90f443334fb6cd66f275713e6)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
arch/arm/crypto/aes-ce-glue.c
arch/arm/crypto/aesbs-glue.c
arch/arm64/crypto/aes-glue.c
arch/powerpc/crypto/aes-spe-glue.c
arch/s390/crypto/aes_s390.c

index b445a5d56f4342b71540e40c1ce298e0ad786688..e601c68a974f393a1a0d1c7bf71778d631ddf574 100644 (file)
@@ -15,6 +15,7 @@
 #include <crypto/ablk_helper.h>
 #include <crypto/algapi.h>
 #include <linux/module.h>
+#include <crypto/xts.h>
 
 MODULE_DESCRIPTION("AES-ECB/CBC/CTR/XTS using ARMv8 Crypto Extensions");
 MODULE_AUTHOR("Ard Biesheuvel <ard.biesheuvel@linaro.org>");
index 6d685298690ed228b416c7cf67c58e8b6d6f2909..772ad1c44a55e59837c25f43a7097e31d187e77c 100644 (file)
@@ -13,6 +13,7 @@
 #include <crypto/ablk_helper.h>
 #include <crypto/algapi.h>
 #include <linux/module.h>
+#include <crypto/xts.h>
 
 #include "aes_glue.h"
 
index 05d9e16c0dfdd81a8a6ffe141e5c6f5cc96b3e7e..37a67fe4c2760150947c066fea06500fd9edbb81 100644 (file)
@@ -15,6 +15,7 @@
 #include <crypto/algapi.h>
 #include <linux/module.h>
 #include <linux/cpufeature.h>
+#include <crypto/xts.h>
 
 #include "aes-ce-setkey.h"
 
index bd5e63f72ad40ad5d9c2c5561bbc2af7c9196980..036a3d778074e393835874ce20809125db6639e4 100644 (file)
@@ -22,6 +22,7 @@
 #include <asm/byteorder.h>
 #include <asm/switch_to.h>
 #include <crypto/algapi.h>
+#include <crypto/xts.h>
 
 /*
  * MAX_BYTES defines the number of bytes that are allowed to be processed
index 0b9b95f3c7037e6fcad08a5dd6453852c60d4180..9649bf3e3e9ec5e0d2f72482fc6ad8ed77f8f4c1 100644 (file)
@@ -27,6 +27,7 @@
 #include <linux/cpufeature.h>
 #include <linux/init.h>
 #include <linux/spinlock.h>
+#include <crypto/xts.h>
 #include "crypt_s390.h"
 
 #define AES_KEYLEN_128         1