Loading arch/s390/crypto/aes_s390.c +1 −6 Original line number Diff line number Diff line Loading @@ -16,17 +16,12 @@ * */ #include <crypto/aes.h> #include <crypto/algapi.h> #include <linux/module.h> #include <linux/init.h> #include "crypt_s390.h" #define AES_MIN_KEY_SIZE 16 #define AES_MAX_KEY_SIZE 32 /* data block size for all key lengths */ #define AES_BLOCK_SIZE 16 #define AES_KEYLEN_128 1 #define AES_KEYLEN_192 2 #define AES_KEYLEN_256 4 Loading arch/x86/crypto/aes_32.c +1 −3 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ */ #include <asm/byteorder.h> #include <crypto/aes.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> Loading @@ -48,9 +49,6 @@ asmlinkage void aes_enc_blk(struct crypto_tfm *tfm, u8 *dst, const u8 *src); asmlinkage void aes_dec_blk(struct crypto_tfm *tfm, u8 *dst, const u8 *src); #define AES_MIN_KEY_SIZE 16 #define AES_MAX_KEY_SIZE 32 #define AES_BLOCK_SIZE 16 #define AES_KS_LENGTH 4 * AES_BLOCK_SIZE #define RC_LENGTH 29 Loading arch/x86/crypto/aes_64.c +1 −5 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ */ #include <asm/byteorder.h> #include <crypto/aes.h> #include <linux/bitops.h> #include <linux/crypto.h> #include <linux/errno.h> Loading @@ -61,11 +62,6 @@ #include <linux/module.h> #include <linux/types.h> #define AES_MIN_KEY_SIZE 16 #define AES_MAX_KEY_SIZE 32 #define AES_BLOCK_SIZE 16 /* * #define byte(x, nr) ((unsigned char)((x) >> (nr*8))) */ Loading crypto/aes_generic.c +1 −5 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ s/RIJNDAEL(d_key)/D_KEY/g */ #include <crypto/aes.h> #include <linux/module.h> #include <linux/init.h> #include <linux/types.h> Loading @@ -59,11 +60,6 @@ #include <linux/crypto.h> #include <asm/byteorder.h> #define AES_MIN_KEY_SIZE 16 #define AES_MAX_KEY_SIZE 32 #define AES_BLOCK_SIZE 16 /* * #define byte(x, nr) ((unsigned char)((x) >> (nr*8))) */ Loading drivers/crypto/geode-aes.c +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ #include <linux/crypto.h> #include <linux/spinlock.h> #include <crypto/algapi.h> #include <crypto/aes.h> #include <asm/io.h> #include <asm/delay.h> Loading Loading
arch/s390/crypto/aes_s390.c +1 −6 Original line number Diff line number Diff line Loading @@ -16,17 +16,12 @@ * */ #include <crypto/aes.h> #include <crypto/algapi.h> #include <linux/module.h> #include <linux/init.h> #include "crypt_s390.h" #define AES_MIN_KEY_SIZE 16 #define AES_MAX_KEY_SIZE 32 /* data block size for all key lengths */ #define AES_BLOCK_SIZE 16 #define AES_KEYLEN_128 1 #define AES_KEYLEN_192 2 #define AES_KEYLEN_256 4 Loading
arch/x86/crypto/aes_32.c +1 −3 Original line number Diff line number Diff line Loading @@ -38,6 +38,7 @@ */ #include <asm/byteorder.h> #include <crypto/aes.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> Loading @@ -48,9 +49,6 @@ asmlinkage void aes_enc_blk(struct crypto_tfm *tfm, u8 *dst, const u8 *src); asmlinkage void aes_dec_blk(struct crypto_tfm *tfm, u8 *dst, const u8 *src); #define AES_MIN_KEY_SIZE 16 #define AES_MAX_KEY_SIZE 32 #define AES_BLOCK_SIZE 16 #define AES_KS_LENGTH 4 * AES_BLOCK_SIZE #define RC_LENGTH 29 Loading
arch/x86/crypto/aes_64.c +1 −5 Original line number Diff line number Diff line Loading @@ -54,6 +54,7 @@ */ #include <asm/byteorder.h> #include <crypto/aes.h> #include <linux/bitops.h> #include <linux/crypto.h> #include <linux/errno.h> Loading @@ -61,11 +62,6 @@ #include <linux/module.h> #include <linux/types.h> #define AES_MIN_KEY_SIZE 16 #define AES_MAX_KEY_SIZE 32 #define AES_BLOCK_SIZE 16 /* * #define byte(x, nr) ((unsigned char)((x) >> (nr*8))) */ Loading
crypto/aes_generic.c +1 −5 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ s/RIJNDAEL(d_key)/D_KEY/g */ #include <crypto/aes.h> #include <linux/module.h> #include <linux/init.h> #include <linux/types.h> Loading @@ -59,11 +60,6 @@ #include <linux/crypto.h> #include <asm/byteorder.h> #define AES_MIN_KEY_SIZE 16 #define AES_MAX_KEY_SIZE 32 #define AES_BLOCK_SIZE 16 /* * #define byte(x, nr) ((unsigned char)((x) >> (nr*8))) */ Loading
drivers/crypto/geode-aes.c +1 −0 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ #include <linux/crypto.h> #include <linux/spinlock.h> #include <crypto/algapi.h> #include <crypto/aes.h> #include <asm/io.h> #include <asm/delay.h> Loading