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
…64-XTS"

This reverts commit 1159b2d.

Bug: 116008047
Change-Id: I96897223f5daced94e3d62ae817c2de2b59b417f
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 5e583d3 commit e0d59f1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 686 deletions.
15 changes: 0 additions & 15 deletions crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -3617,21 +3617,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,
Expand Down
Loading

0 comments on commit e0d59f1

Please sign in to comment.