From: Herbert Xu Date: Tue, 16 Jun 2015 05:54:24 +0000 (+0800) Subject: Revert "crypto: testmgr - Disable rfc4543 test" X-Git-Tag: firefly_0821_release~176^2~1617^2~45 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bb68745e0ff65e9ab927e891481f6327a46191ae;p=firefly-linux-kernel-4.4.55.git Revert "crypto: testmgr - Disable rfc4543 test" This reverts commit 9b9f9296a7b73fbafe0a0a6f2494eaadd97f9f73 as all in-kernel implementations of GCM have been converted to the new AEAD interface, meaning that they should now pass the updated rfc4543 test. Signed-off-by: Herbert Xu --- diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 009714da5b93..ccd19cfee995 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))-disabled", + .alg = "rfc4543(gcm(aes))", .test = alg_test_aead, .suite = { .aead = {