Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76003
b: refs/heads/master
c: 2a999a3
h: refs/heads/master
i:
  76001: 047427a
  75999: 19844ec
v: v3
  • Loading branch information
Herbert Xu committed Jan 10, 2008
1 parent a2c270d commit b1d61c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 866cd902e864e9d0e31299efa9d61fc9a9bec315
refs/heads/master: 2a999a3abb2d3885741b09b9d05280db7e757544
2 changes: 1 addition & 1 deletion trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit b1d61c2

Please sign in to comment.