public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "David S. Miller" <davem@davemloft.net>
To: Krzysztof Taraszka <dzimi@pld-linux.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] s/whirlpool_tv_template/wp512_tv_template/g
Date: Sun, 3 Oct 2004 15:51:18 -0700	[thread overview]
Message-ID: <20041003155118.273a3add.davem@davemloft.net> (raw)
In-Reply-To: <200410031524.06208.dzimi@pld-linux.org>

On Sun, 3 Oct 2004 15:24:06 +0200
Krzysztof Taraszka <dzimi@pld-linux.org> wrote:

> Dnia niedziela, 3 pa¼dziernika 2004 13:10, Krzysztof Taraszka napisa³:
> > patch for 2.4.28-pre3-bk6, fix compilation error
> 
> uuuuups, my fault, there still exist compilation error, here is right patch.

A better fix is on the way to Marcelo, as follows:

ChangeSet@1.1577, 2004-10-03 14:46:02-07:00, ajgrothe@yahoo.com
  [CRYPTO]: Add missing tcrypt part of whirlpool updates.
  
  Signed-off-by: Aaron Grothe <ajgrothe@yahoo.com>
  Signed-off-by: David S. Miller <davem@davemloft.net>

diff -Nru a/crypto/tcrypt.c b/crypto/tcrypt.c
--- a/crypto/tcrypt.c	2004-10-03 22:17:12 -07:00
+++ b/crypto/tcrypt.c	2004-10-03 22:17:12 -07:00
@@ -63,7 +63,8 @@
 static char *check[] = {
 	"des", "md5", "des3_ede", "rot13", "sha1", "sha256", "blowfish",
 	"twofish", "serpent", "sha384", "sha512", "md4", "aes", "cast6", 
-	"arc4", "michael_mic", "deflate", "tea", "xtea", "whirlpool", NULL
+	"arc4", "michael_mic", "deflate", "tea", "xtea", "wp512", 
+	"wp384", "wp256", NULL
 };
 
 static void
@@ -581,7 +582,9 @@
 
 		test_hash("sha384", sha384_tv_template, SHA384_TEST_VECTORS);
 		test_hash("sha512", sha512_tv_template, SHA512_TEST_VECTORS);
-		test_hash("whirlpool", whirlpool_tv_template, WHIRLPOOL_TEST_VECTORS);
+		test_hash("wp512", wp512_tv_template, WP512_TEST_VECTORS);
+		test_hash("wp384", wp384_tv_template, WP384_TEST_VECTORS);
+		test_hash("wp256", wp256_tv_template, WP256_TEST_VECTORS);
 		test_deflate();		
 #ifdef CONFIG_CRYPTO_HMAC
 		test_hmac("md5", hmac_md5_tv_template, HMAC_MD5_TEST_VECTORS);
@@ -686,9 +689,16 @@
 	case 21:
 		test_cipher ("khazad", MODE_ECB, ENCRYPT, khazad_enc_tv_template, KHAZAD_ENC_TEST_VECTORS);
 		test_cipher ("khazad", MODE_ECB, DECRYPT, khazad_dec_tv_template, KHAZAD_DEC_TEST_VECTORS);
-		break;
 	case 22:
-		test_hash("whirlpool", whirlpool_tv_template, WHIRLPOOL_TEST_VECTORS);
+		test_hash("wp512", wp512_tv_template, WP512_TEST_VECTORS);
+		break;
+
+	case 23:
+		test_hash("wp384", wp384_tv_template, WP384_TEST_VECTORS);
+		break;
+
+	case 24:
+		test_hash("wp256", wp256_tv_template, WP256_TEST_VECTORS);
 		break;
 
 #ifdef CONFIG_CRYPTO_HMAC



      reply	other threads:[~2004-10-03 22:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-03 11:10 [PATCH] s/whirlpool_tv_template/wp512_tv_template/g Krzysztof Taraszka
2004-10-03 13:24 ` Krzysztof Taraszka
2004-10-03 22:51   ` David S. Miller [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=20041003155118.273a3add.davem@davemloft.net \
    --to=davem@davemloft.net \
    --cc=dzimi@pld-linux.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