summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorTadeusz Struk <tadeusz.struk@intel.com>2015-06-24 12:01:30 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2015-06-25 11:18:33 -0400
commit9d77b6c2a331347f3403ea56b15303885e9e2b05 (patch)
treebf22df90e4844ff7051783d6b70471dc57451f51 /crypto/testmgr.c
parentcea0a3c305fa348cfad3bae4a226c241720daf55 (diff)
crypto: testmgr - don't print info about missing test for gcm-aes-aesni
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>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 975e1eac3e2d..d0a42bd3aae9 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2056,6 +2056,10 @@ static const struct alg_test_desc alg_test_descs[] = {
2056 .alg = "__driver-ecb-twofish-avx", 2056 .alg = "__driver-ecb-twofish-avx",
2057 .test = alg_test_null, 2057 .test = alg_test_null,
2058 }, { 2058 }, {
2059 .alg = "__driver-gcm-aes-aesni",
2060 .test = alg_test_null,
2061 .fips_allowed = 1,
2062 }, {
2059 .alg = "__ghash-pclmulqdqni", 2063 .alg = "__ghash-pclmulqdqni",
2060 .test = alg_test_null, 2064 .test = alg_test_null,
2061 .fips_allowed = 1, 2065 .fips_allowed = 1,