diff options
author | Alistair Strachan <astrachan@google.com> | 2018-10-22 14:14:18 -0700 |
---|---|---|
committer | Alistair Strachan <astrachan@google.com> | 2018-10-22 14:14:18 -0700 |
commit | 559e4a2616afa0ff683a3cbf8ec2ee662cfadeb7 (patch) | |
tree | daf78e88326e4302877c838c9b9af13785a36273 /crypto/testmgr.c | |
parent | ea2ad7b4110577437f968af5d51ec284ac463ea6 (diff) |
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 <astrachan@google.com>
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 c9a965c47d37..4760b564dc17 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -3889,21 +3889,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, .suite = { |