Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371135
b: refs/heads/master
c: ad8b7c3
h: refs/heads/master
i:
  371133: a077c64
  371131: 8abae70
  371127: 6ee43c6
  371119: 3a7da86
  371103: 997c46f
  371071: d45da24
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Apr 25, 2013
1 parent 7f3c994 commit 45a20ab
Show file tree
Hide file tree
Showing 2 changed files with 16 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: 23a836e87d6cd85dc456dde103dfc69c1743f95a
refs/heads/master: ad8b7c3e92868dd86c54d9d5321000bbb4096f0d
15 changes: 15 additions & 0 deletions trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1768,6 +1768,21 @@ static int do_test(int m)
speed_template_32_64);
break;

case 509:
test_acipher_speed("ecb(blowfish)", ENCRYPT, sec, NULL, 0,
speed_template_8_32);
test_acipher_speed("ecb(blowfish)", DECRYPT, sec, NULL, 0,
speed_template_8_32);
test_acipher_speed("cbc(blowfish)", ENCRYPT, sec, NULL, 0,
speed_template_8_32);
test_acipher_speed("cbc(blowfish)", DECRYPT, sec, NULL, 0,
speed_template_8_32);
test_acipher_speed("ctr(blowfish)", ENCRYPT, sec, NULL, 0,
speed_template_8_32);
test_acipher_speed("ctr(blowfish)", DECRYPT, sec, NULL, 0,
speed_template_8_32);
break;

case 1000:
test_available();
break;
Expand Down

0 comments on commit 45a20ab

Please sign in to comment.