* [PATCH] crypto: twofish-x86_64-3way: fix ctr blocksize to 1
@ 2011-10-10 9:33 Jussi Kivilinna
2011-10-21 12:39 ` Herbert Xu
0 siblings, 1 reply; 2+ messages in thread
From: Jussi Kivilinna @ 2011-10-10 9:33 UTC (permalink / raw)
To: linux-crypto; +Cc: Herbert Xu, David S. Miller
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
---
arch/x86/crypto/twofish_glue_3way.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/crypto/twofish_glue_3way.c b/arch/x86/crypto/twofish_glue_3way.c
index 0cbf9fa..5ede9c4 100644
--- a/arch/x86/crypto/twofish_glue_3way.c
+++ b/arch/x86/crypto/twofish_glue_3way.c
@@ -414,7 +414,7 @@ static struct crypto_alg blk_ctr_alg = {
.cra_driver_name = "ctr-twofish-3way",
.cra_priority = 300,
.cra_flags = CRYPTO_ALG_TYPE_BLKCIPHER,
- .cra_blocksize = TF_BLOCK_SIZE,
+ .cra_blocksize = 1,
.cra_ctxsize = sizeof(struct twofish_ctx),
.cra_alignmask = 0,
.cra_type = &crypto_blkcipher_type,
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-21 12:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 9:33 [PATCH] crypto: twofish-x86_64-3way: fix ctr blocksize to 1 Jussi Kivilinna
2011-10-21 12:39 ` Herbert Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox