From: Joachim Fritschi <jfritschi@freenet.de>
To: linux-kernel@vger.kernel.org
Cc: linux-crypto@vger.kernel.org, herbert@gondor.apana.org.au, ak@suse.de
Subject: Re: [PATCH 2/4] Twofish cipher - priority fix
Date: Fri, 16 Jun 2006 13:59:19 +0200 [thread overview]
Message-ID: <200606161359.19665.jfritschi@freenet.de> (raw)
In-Reply-To: <200606041516.32969.jfritschi@freenet.de>
Updated patch due to the new twofish_common patch
Signed-off-by: Joachim Fritschi <jfritschi@freenet.de>
diff -uprN linux-2.6.17-rc5.twofish/crypto/twofish.c linux-2.6.17-rc5.twofish2/crypto/twofish.c
--- linux-2.6.17-rc5.twofish/crypto/twofish.c 2006-06-11 15:58:20.315984114 +0200
+++ linux-2.6.17-rc5.twofish2/crypto/twofish.c 2006-06-11 16:02:17.848687953 +0200
@@ -182,6 +182,8 @@ static void twofish_decrypt(void *cx, u8
static struct crypto_alg alg = {
.cra_name = "twofish",
+ .cra_driver_name = "twofish-generic",
+ .cra_priority = 100,
.cra_flags = CRYPTO_ALG_TYPE_CIPHER,
.cra_blocksize = TF_BLOCK_SIZE,
.cra_ctxsize = sizeof(struct twofish_ctx),
next prev parent reply other threads:[~2006-06-16 11:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-04 13:16 Joachim Fritschi
2006-06-07 19:37 ` Joachim Fritschi
2006-06-16 11:59 ` Joachim Fritschi [this message]
2006-06-19 14:12 ` Joachim Fritschi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200606161359.19665.jfritschi@freenet.de \
--to=jfritschi@freenet.de \
--cc=ak@suse.de \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome