From: Thor Kooda <tkooda-patch-kernel@devsec.org>
To: "David S. Miller" <davem@davemloft.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] 2.6.8.1 crypto: tea.c xtea_encrypt should use XTEA_DELTA
Date: Tue, 7 Sep 2004 17:26:22 -0500 [thread overview]
Message-ID: <20040907222622.GA15730@rock> (raw)
In-Reply-To: <20040907134141.6c634f26.davem@davemloft.net>
On Tue, 07 Sep 2004, David S. Miller wrote:
> Thor, your patches do not apply because your email
> client turns tab characters into spaces, please fix
> this up.
Fixed.
Signed-off-by: Thor Kooda <tkooda-patch-kernel@devsec.org>
--
Thor Kooda
tkooda-patch-kernel@devsec.org
--- linux-2.6.8.1.orig/crypto/tea.c Sat Aug 14 05:56:25 2004
+++ linux-2.6.8.1/crypto/tea.c Tue Sep 7 17:22:51 2004
@@ -154,7 +154,7 @@
while (sum != limit) {
y += (z << 4 ^ z >> 5) + (z ^ sum) + ctx->KEY[sum&3];
- sum += TEA_DELTA;
+ sum += XTEA_DELTA;
z += (y << 4 ^ y >> 5) + (y ^ sum) + ctx->KEY[sum>>11 &3];
}
next prev parent reply other threads:[~2004-09-07 22:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-03 22:34 [PATCH] 2.6.8.1 crypto: tea.c xtea_encrypt should use XTEA_DELTA Thor Kooda
2004-09-07 20:41 ` David S. Miller
2004-09-07 22:26 ` Thor Kooda [this message]
2004-09-07 22:51 ` David S. Miller
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=20040907222622.GA15730@rock \
--to=tkooda-patch-kernel@devsec.org \
--cc=davem@davemloft.net \
--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