summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-06-16 13:54:16 +0800
committerOctavian Purdila <octavian.purdila@nxp.com>2017-02-23 15:21:17 +0200
commit488997bccb2466dc422b3cf7ae8352c6342be6eb (patch)
tree7ab36609265f48d9f204257cd072f47ffe59b66c /crypto
parente30a1f1b84f1ded4222d75bc70617d731c767bcf (diff)
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>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/testmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 62dffa0028ac..bd03502094b5 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3733,7 +3733,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 = {