summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-06-16 13:54:16 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit31e660d83769c45c16f8f0abd9a0ac5774139516 (patch)
tree5bf66c615b47034064c98bddb77f63160353c9c5 /crypto
parent68e49abf4aaf2b2f6181c8238bde9568efc2a0e9 (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 = {