summaryrefslogtreecommitdiff
path: root/crypto
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:21:37 -0600
commit633c86dd696fc93f52dd650912cb2e6ec541052b (patch)
tree0b76e50e9c63025169dd0d0f8c7a519c5f5068f5 /crypto
parentb5ef86a922d7186d3e86758a6a06ef19594af723 (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 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 = {