crypto: testmgr - don't print info about missing test for gcm-aes-aesni
authorTadeusz Struk <tadeusz.struk@intel.com>
Wed, 24 Jun 2015 16:01:30 +0000 (09:01 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Jun 2015 15:18:33 +0000 (23:18 +0800)
Don't print info about missing test for the internal
helper __driver-gcm-aes-aesni

changes in v2:
 - marked test as fips allowed

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c

index 975e1ea..d0a42bd 100644 (file)
@@ -2055,6 +2055,10 @@ static const struct alg_test_desc alg_test_descs[] = {
        }, {
                .alg = "__driver-ecb-twofish-avx",
                .test = alg_test_null,
+       }, {
+               .alg = "__driver-gcm-aes-aesni",
+               .test = alg_test_null,
+               .fips_allowed = 1,
        }, {
                .alg = "__ghash-pclmulqdqni",
                .test = alg_test_null,