The AES IV length is always 128bits, just use the define from aes.h
Signed-off-by: Marek Vasut <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Dmitry Kasatkin <[email protected]>
Cc: Eric Bénard <[email protected]>
Cc: Jussi Kivilinna <[email protected]>
Cc: Kent Yoder <[email protected]>
Cc: Michal Ludvig <[email protected]>
Cc: Varun Wadekar <[email protected]>
Cc: Vladimir Zapolskiy <[email protected]>
Cc: [email protected]
---
drivers/crypto/geode-aes.c | 2 +-
drivers/crypto/geode-aes.h | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
NOTE: Geode guys, can you please test this change ?
diff --git a/drivers/crypto/geode-aes.c b/drivers/crypto/geode-aes.c
index 32001d6b..69e1b02 100644
--- a/drivers/crypto/geode-aes.c
+++ b/drivers/crypto/geode-aes.c
@@ -408,7 +408,7 @@ static struct crypto_alg geode_cbc_alg = {
.setkey = geode_setkey_blk,
.encrypt = geode_cbc_encrypt,
.decrypt = geode_cbc_decrypt,
- .ivsize = AES_IV_LENGTH,
+ .ivsize = AES_BLOCK_SIZE,
}
}
};
diff --git a/drivers/crypto/geode-aes.h b/drivers/crypto/geode-aes.h
index cedf2c5..73e7b5f 100644
--- a/drivers/crypto/geode-aes.h
+++ b/drivers/crypto/geode-aes.h
@@ -10,7 +10,6 @@
#define _GEODE_AES_H_
/* driver logic flags */
-#define AES_IV_LENGTH 16
#define AES_KEY_LENGTH 16
#define AES_MODE_ECB 0
--
2.0.0.rc0
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html