From b1d61c2f84c55f4f04f1a67c283725f6b3ffa0df Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sun, 30 Dec 2007 20:24:11 +1100 Subject: [PATCH] --- yaml --- r: 76003 b: refs/heads/master c: 2a999a3abb2d3885741b09b9d05280db7e757544 h: refs/heads/master i: 76001: 047427a105630a6095d3f239e708a5b66fa03bc7 75999: 19844ecdd37b959b7ef76d1804515b6b615777ab v: v3 --- [refs] | 2 +- trunk/crypto/tcrypt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5e90e09cc229..daafa4f20a30 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 866cd902e864e9d0e31299efa9d61fc9a9bec315 +refs/heads/master: 2a999a3abb2d3885741b09b9d05280db7e757544 diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index 2b52df7bf833..72073ef4a06d 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -172,7 +172,6 @@ static void test_hash(char *algo, struct hash_testvec *template, /* setup the dummy buffer first */ memset(xbuf, 0, XBUFSIZE); - memset(axbuf, 0, XBUFSIZE); j = 0; for (i = 0; i < tcount; i++) { @@ -350,6 +349,7 @@ static void test_aead(char *algo, int enc, struct aead_testvec *template, printk(KERN_INFO "\ntesting %s %s across pages (chunking)\n", algo, e); memset(xbuf, 0, XBUFSIZE); + memset(axbuf, 0, XBUFSIZE); for (i = 0, j = 0; i < tcount; i++) { if (aead_tv[i].np) {