Skip to content

Commit

Permalink
Revert "BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck…
Browse files Browse the repository at this point in the history
…128-XTS"

This reverts commit d1ef9a4.

Bug: 116008047
Change-Id: Id68b333c66c89bc69e61bdd96d21fa6bc6dbf3b8
Signed-off-by: Alistair Strachan <astrachan@google.com>
Signed-off-by: khusika <khusikadhamar@gmail.com>
  • Loading branch information
Alistair Strachan authored and khusika committed Oct 26, 2018
1 parent e0d59f1 commit df2f98e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 702 deletions.
15 changes: 0 additions & 15 deletions crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -3602,21 +3602,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,
Expand Down
Loading

0 comments on commit df2f98e

Please sign in to comment.