Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283273
b: refs/heads/master
c: 0b2a155
h: refs/heads/master
i:
  283271: 8249197
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Nov 9, 2011
1 parent 28f0509 commit bb90aa4
Show file tree
Hide file tree
Showing 3 changed files with 517 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: 87aae4bfb2912d18f2c92a4484b9edcc8c7b3f21
refs/heads/master: 0b2a15510699754b7c777a0f17520f1960c0d13a
15 changes: 15 additions & 0 deletions trunk/crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2251,6 +2251,21 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}
}, {
.alg = "lrw(twofish)",
.test = alg_test_skcipher,
.suite = {
.cipher = {
.enc = {
.vecs = tf_lrw_enc_tv_template,
.count = TF_LRW_ENC_TEST_VECTORS
},
.dec = {
.vecs = tf_lrw_dec_tv_template,
.count = TF_LRW_DEC_TEST_VECTORS
}
}
}
}, {
.alg = "lzo",
.test = alg_test_comp,
Expand Down
Loading

0 comments on commit bb90aa4

Please sign in to comment.