diff options
Diffstat (limited to 'crypto/testmgr.c')
| -rw-r--r-- | crypto/testmgr.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 2329b5f16b8c..c9a965c47d37 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -3904,21 +3904,6 @@ static const struct alg_test_desc alg_test_descs[] = { } } }, { - .alg = "xts(speck64)", - .test = alg_test_skcipher, - .suite = { - .cipher = { - .enc = { - .vecs = speck64_xts_enc_tv_template, - .count = ARRAY_SIZE(speck64_xts_enc_tv_template) - }, - .dec = { - .vecs = speck64_xts_dec_tv_template, - .count = ARRAY_SIZE(speck64_xts_dec_tv_template) - } - } - } - }, { .alg = "xts(twofish)", .test = alg_test_skcipher, .suite = { |
