Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329763
b: refs/heads/master
c: 54216bb
h: refs/heads/master
i:
  329761: e35a1bc
  329759: e4a2b9b
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Sep 27, 2012
1 parent c25b271 commit 6d1a7fa
Show file tree
Hide file tree
Showing 2 changed files with 8 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: d8a32ac25698cd60b02bed2100379803c7f964e3
refs/heads/master: 54216bbd76aa394c93a9e92c0a2e3b314391b134
7 changes: 7 additions & 0 deletions trunk/crypto/tcrypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,9 @@ static int do_test(int m)
case 32:
ret += tcrypt_test("ecb(camellia)");
ret += tcrypt_test("cbc(camellia)");
ret += tcrypt_test("ctr(camellia)");
ret += tcrypt_test("lrw(camellia)");
ret += tcrypt_test("xts(camellia)");
break;
case 33:
ret += tcrypt_test("sha224");
Expand Down Expand Up @@ -1165,6 +1168,10 @@ static int do_test(int m)
ret += tcrypt_test("rfc4309(ccm(aes))");
break;

case 46:
ret += tcrypt_test("ghash");
break;

case 100:
ret += tcrypt_test("hmac(md5)");
break;
Expand Down

0 comments on commit 6d1a7fa

Please sign in to comment.