summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-06-16 01:54:24 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-17 03:35:09 -0400
commitbb68745e0ff65e9ab927e891481f6327a46191ae (patch)
treea16339a5eb8203a1b5f7d809f4b4856b7ddca253 /crypto/testmgr.c
parentf2147b88b2b17d4c04738c75cc5a1d0dea60fa76 (diff)
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 <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c2
1 files changed, 1 insertions, 1 deletions
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[] = {
3372 } 3372 }
3373 } 3373 }
3374 }, { 3374 }, {
3375 .alg = "rfc4543(gcm(aes))-disabled", 3375 .alg = "rfc4543(gcm(aes))",
3376 .test = alg_test_aead, 3376 .test = alg_test_aead,
3377 .suite = { 3377 .suite = {
3378 .aead = { 3378 .aead = {