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: Mon, 19 Jun 2006 16:12:42 +0200 [thread overview]
Message-ID: <200606191612.42754.jfritschi@freenet.de> (raw)
In-Reply-To: <200606041516.32969.jfritschi@freenet.de>
This patch is now based on the cryptodev tree.
Signed-off-by: Joachim Fritschi <jfritschi@freenet.de>
crypto/twofish.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/crypto/twofish.c b/crypto/twofish.c
index d5ef89a..9c7f19f 100644
--- a/crypto/twofish.c
+++ b/crypto/twofish.c
@@ -181,6 +181,8 @@ static void twofish_decrypt(struct crypt
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),
prev parent reply other threads:[~2006-06-19 14:13 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
2006-06-19 14:12 ` Joachim Fritschi [this message]
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=200606191612.42754.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