Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344365
b: refs/heads/master
c: e3899e4
h: refs/heads/master
i:
  344363: 29dea62
v: v3
  • Loading branch information
Tim Chen authored and Herbert Xu committed Oct 15, 2012
1 parent a9a7998 commit e277fc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a8ce1ef3940e0cab5ff5f11e1cff5301f83fef6
refs/heads/master: e3899e4df02720fcc8bc22320ce32a7c5594a585
4 changes: 4 additions & 0 deletions trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1479,6 +1479,10 @@ static int do_test(int m)
test_hash_speed("ghash-generic", sec, hash_speed_template_16);
if (mode > 300 && mode < 400) break;

case 319:
test_hash_speed("crc32c", sec, generic_hash_speed_template);
if (mode > 300 && mode < 400) break;

case 399:
break;

Expand Down

0 comments on commit e277fc3

Please sign in to comment.