From 14f34061bc26b9cb72bb1136766f87296ba67314 Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Tue, 16 Jun 2015 13:54:16 +0800 Subject: 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 --- crypto/testmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/testmgr.c b/crypto/testmgr.c index ccd19cfee995..009714da5b93 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -3372,7 +3372,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 = { -- cgit v1.2.3-59-g8ed1b