Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371125
b: refs/heads/master
c: e448370
h: refs/heads/master
i:
  371123: 2fb4747
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Apr 25, 2013
1 parent 7b12f90 commit 3dbd730
Show file tree
Hide file tree
Showing 2 changed files with 10 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: e9b7441a9926b8091c01431f10231c9ceac52c8f
refs/heads/master: e448370d7377f064c2fef55f72e9b45184bf0926
9 changes: 9 additions & 0 deletions trunk/crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -1912,6 +1912,9 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}
}, {
.alg = "compress_null",
.test = alg_test_null,
}, {
.alg = "crc32c",
.test = alg_test_crc32c,
Expand Down Expand Up @@ -2126,6 +2129,9 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}
}, {
.alg = "digest_null",
.test = alg_test_null,
}, {
.alg = "ecb(__aes-aesni)",
.test = alg_test_null,
Expand Down Expand Up @@ -2236,6 +2242,9 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}
}, {
.alg = "ecb(cipher_null)",
.test = alg_test_null,
}, {
.alg = "ecb(des)",
.test = alg_test_skcipher,
Expand Down

0 comments on commit 3dbd730

Please sign in to comment.