]> git.karo-electronics.de Git - linux-beck.git/commitdiff
crypto: xts - fix compile errors
authorStephan Mueller <smueller@chronox.de>
Wed, 17 Feb 2016 06:00:01 +0000 (07:00 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 17 Feb 2016 07:53:02 +0000 (15:53 +0800)
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>
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 85ff69b551c2c730a59953fee9bf04721908ad05..b6961a27a06c0aa21b2ad473acc6cd1961396be0 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 d004bd143e6a9bbb7f048eaf3f9db63127d9878f..0511a6cafe24cb7e7d05735f8a1c2b9a7a68f116 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 c963d75ac605043667ea681ca77fc989a9e27104..897ad140ecc201b7928004876f4ed869c304d8ac 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 160807977abe041a806e50a1a81beeabd124129c..ab113198ed20da020a36ab16ee1790d2c43a0307 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 3f1a1a4e81fee97a65c97075fc80e27c67bcab05..48e1a2d3e31857f8f4d2859e0dacfdd7260189d9 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