From 559e4a2616afa0ff683a3cbf8ec2ee662cfadeb7 Mon Sep 17 00:00:00 2001 From: Alistair Strachan Date: Mon, 22 Oct 2018 14:14:18 -0700 Subject: Revert "BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck128-XTS" This reverts commit b37c1244dd074b052247290a8c8b1eb9a02b4f84. Bug: 116008047 Change-Id: Id68b333c66c89bc69e61bdd96d21fa6bc6dbf3b8 Signed-off-by: Alistair Strachan --- crypto/testmgr.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'crypto/testmgr.c') diff --git a/crypto/testmgr.c b/crypto/testmgr.c index c9a965c47d37..4760b564dc17 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -3888,21 +3888,6 @@ static const struct alg_test_desc alg_test_descs[] = { } } } - }, { - .alg = "xts(speck128)", - .test = alg_test_skcipher, - .suite = { - .cipher = { - .enc = { - .vecs = speck128_xts_enc_tv_template, - .count = ARRAY_SIZE(speck128_xts_enc_tv_template) - }, - .dec = { - .vecs = speck128_xts_dec_tv_template, - .count = ARRAY_SIZE(speck128_xts_dec_tv_template) - } - } - } }, { .alg = "xts(twofish)", .test = alg_test_skcipher, -- cgit v1.2.3