Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318340
b: refs/heads/master
c: 31b4cd2
h: refs/heads/master
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Jun 14, 2012
1 parent 121baad commit 402dc6c
Show file tree
Hide file tree
Showing 2 changed files with 11 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: d691af000274ae9658695c2a63a76b30890a8983
refs/heads/master: 31b4cd2907322bd56e4090168e4ce8f8dcd17820
10 changes: 10 additions & 0 deletions trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1342,6 +1342,11 @@ static int do_test(int m)
speed_template_32_64);
break;

case 208:
test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0,
speed_template_8);
break;

case 300:
/* fall through */

Expand Down Expand Up @@ -1589,6 +1594,11 @@ static int do_test(int m)
speed_template_32_48_64);
break;

case 505:
test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0,
speed_template_8);
break;

case 1000:
test_available();
break;
Expand Down

0 comments on commit 402dc6c

Please sign in to comment.