summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-06-16 13:54:16 +0800
committerDan Douglass <dan.douglass@freescale.com>2016-03-11 18:26:13 -0600
commit3924425928aab27283e4c635f61bd523f20a7168 (patch)
treee312bf8a4c484d99fbefd1207a66c690f3429927
parent02eeea4cc9c8cb6819bc00a869bac9e0026be347 (diff)
crypto: testmgr - Disable rfc4543 testrel_imx_4.1.15_1.0.0_ga
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 f9bce3d7ee7f..ccf0a126fc0c 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3324,7 +3324,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 = {