Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283271
b: refs/heads/master
c: d7bfc0f
h: refs/heads/master
i:
  283269: 667d448
  283267: 43c70be
  283263: 86cd68d
v: v3
  • Loading branch information
Jussi Kivilinna authored and Herbert Xu committed Nov 9, 2011
1 parent 586c767 commit 8249197
Show file tree
Hide file tree
Showing 3 changed files with 518 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: 6c2205b8ffec035f4925b8ee84b7758afeee58b5
refs/heads/master: d7bfc0fa31bc237a5d49e9c5638676a5dedff6fc
15 changes: 15 additions & 0 deletions trunk/crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2236,6 +2236,21 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}
}, {
.alg = "lrw(serpent)",
.test = alg_test_skcipher,
.suite = {
.cipher = {
.enc = {
.vecs = serpent_lrw_enc_tv_template,
.count = SERPENT_LRW_ENC_TEST_VECTORS
},
.dec = {
.vecs = serpent_lrw_dec_tv_template,
.count = SERPENT_LRW_DEC_TEST_VECTORS
}
}
}
}, {
.alg = "lzo",
.test = alg_test_comp,
Expand Down
Loading

0 comments on commit 8249197

Please sign in to comment.