diff options
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r-- | crypto/testmgr.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 3cfd8b05554c..ae33d3075ce7 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c | |||
@@ -2252,6 +2252,21 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2252 | } | 2252 | } |
2253 | } | 2253 | } |
2254 | }, { | 2254 | }, { |
2255 | .alg = "lrw(twofish)", | ||
2256 | .test = alg_test_skcipher, | ||
2257 | .suite = { | ||
2258 | .cipher = { | ||
2259 | .enc = { | ||
2260 | .vecs = tf_lrw_enc_tv_template, | ||
2261 | .count = TF_LRW_ENC_TEST_VECTORS | ||
2262 | }, | ||
2263 | .dec = { | ||
2264 | .vecs = tf_lrw_dec_tv_template, | ||
2265 | .count = TF_LRW_DEC_TEST_VECTORS | ||
2266 | } | ||
2267 | } | ||
2268 | } | ||
2269 | }, { | ||
2255 | .alg = "lzo", | 2270 | .alg = "lzo", |
2256 | .test = alg_test_comp, | 2271 | .test = alg_test_comp, |
2257 | .suite = { | 2272 | .suite = { |