summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-06-16 13:54:16 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:24:31 +0800
commit4ce06c5961f8fc4e7394c60aa36cac13b6de1896 (patch)
tree74175548cc759d73b85c673bd89c3c171d326bef /crypto/testmgr.c
parentbc503591766f2b88f180b1ffe7b97a1b88a72a12 (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/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 7125ba3880af..2dc9757973b3 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3371,7 +3371,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 = {