Commit 85375446 authored by Herbert Xu's avatar Herbert Xu

crypto: testmgr - Disable rfc4106 test and convert test vectors

This patch disables the rfc4106 test while the conversion to the
new seqiv calling convention takes place.  It also converts the
rfc4106 test vectors to the new format.
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent e13f0f6d
......@@ -3492,7 +3492,7 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}, {
.alg = "rfc4106(gcm(aes))",
.alg = "rfc4106(gcm(aes))-disabled",
.test = alg_test_aead,
.fips_allowed = 1,
.suite = {
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment