aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-07-09 07:17:25 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2015-07-14 14:56:46 +0800
commit8537544679272b77b8bca1e02263bee4bbea14e6 (patch)
tree0655f38fb578a7f66f6fd7dbdb47914fd0ef26be /crypto/testmgr.c
parentcrypto: aead - Propagate new AEAD implementation flag for IV generators (diff)
downloadlinux-dev-8537544679272b77b8bca1e02263bee4bbea14e6.tar.xz
linux-dev-8537544679272b77b8bca1e02263bee4bbea14e6.zip
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: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index d0a42bd3aae9..c4fe6a8068f5 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -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 = {