Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 247786
b: refs/heads/master
c: 9996e34
h: refs/heads/master
v: v3
  • Loading branch information
Jan Glauber authored and Herbert Xu committed May 4, 2011
1 parent cc4e150 commit ab47f35
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: d393d9b8ca7f3296b50cb6fd0dc550ed6f72cdbc
refs/heads/master: 9996e3421cae20a17c99881b2ac0f7562f760e04
4 changes: 4 additions & 0 deletions trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,10 @@ static int do_test(int m)
speed_template_32_48_64);
test_cipher_speed("xts(aes)", DECRYPT, sec, NULL, 0,
speed_template_32_48_64);
test_cipher_speed("ctr(aes)", ENCRYPT, sec, NULL, 0,
speed_template_16_24_32);
test_cipher_speed("ctr(aes)", DECRYPT, sec, NULL, 0,
speed_template_16_24_32);
break;

case 201:
Expand Down

0 comments on commit ab47f35

Please sign in to comment.