提交 4feb4c59 编写于 作者: O Ondrej Mosnacek 提交者: Herbert Xu

crypto: testmgr - Add test vectors for MORUS

This patch adds test vectors for MORUS-640 and MORUS-1280. The test
vectors were generated using the reference implementation from
SUPERCOP (see code comments for more details).
Signed-off-by: NOndrej Mosnacek <omosnacek@gmail.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 396be41f
...@@ -3362,6 +3362,24 @@ static const struct alg_test_desc alg_test_descs[] = { ...@@ -3362,6 +3362,24 @@ static const struct alg_test_desc alg_test_descs[] = {
.suite = { .suite = {
.hash = __VECS(michael_mic_tv_template) .hash = __VECS(michael_mic_tv_template)
} }
}, {
.alg = "morus1280",
.test = alg_test_aead,
.suite = {
.aead = {
.enc = __VECS(morus1280_enc_tv_template),
.dec = __VECS(morus1280_dec_tv_template),
}
}
}, {
.alg = "morus640",
.test = alg_test_aead,
.suite = {
.aead = {
.enc = __VECS(morus640_enc_tv_template),
.dec = __VECS(morus640_dec_tv_template),
}
}
}, { }, {
.alg = "ofb(aes)", .alg = "ofb(aes)",
.test = alg_test_skcipher, .test = alg_test_skcipher,
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册