From: Herbert Xu Date: Tue, 16 Jun 2015 05:54:16 +0000 (+0800) Subject: crypto: testmgr - Disable rfc4543 test X-Git-Tag: Ubuntu-snapdragon-4.4.0-1029.32~6444^2~51 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=14f34061bc26b9cb72bb1136766f87296ba67314;p=mirror_ubuntu-zesty-kernel.git 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 --- 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 = {