summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-06-16 05:54:16 (GMT)
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-17 07:35:04 (GMT)
commit14f34061bc26b9cb72bb1136766f87296ba67314 (patch)
treec1fe6f3ba06b41e08d501455dc7567084cc203a6
parentf4ec6aa5b018e0ec7edea916644686d572bc595c (diff)
downloadlinux-14f34061bc26b9cb72bb1136766f87296ba67314.tar.xz
crypto: testmgr - Disable rfc4543 test
Because the old rfc4543 implementation always injected an IV into the AD, while the new one does not, we have to disable the test while it is converted over to the new AEAD interface. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r--crypto/testmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index ccd19cf..009714d 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3372,7 +3372,7 @@ static const struct alg_test_desc alg_test_descs[] = {
}
}
}, {
- .alg = "rfc4543(gcm(aes))",
+ .alg = "rfc4543(gcm(aes))-disabled",
.test = alg_test_aead,
.suite = {
.aead = {