summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorAlistair Strachan <astrachan@google.com>2018-10-22 14:13:49 -0700
committerAlistair Strachan <astrachan@google.com>2018-10-22 14:13:49 -0700
commitea2ad7b4110577437f968af5d51ec284ac463ea6 (patch)
tree64a7a750da06fdb6d75f9b8b44703adb27eb414c /crypto/testmgr.c
parent08400aec8d4a5f438e71502b4f7745dd5de1caa8 (diff)
Revert "BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck64-XTS"
This reverts commit de4b647c0124a928b458d7d79927a3cd0a7462e3. Bug: 116008047 Change-Id: I96897223f5daced94e3d62ae817c2de2b59b417f Signed-off-by: Alistair Strachan <astrachan@google.com>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c15
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 = {