Don't print info about missing test for the internal
helper __driver-gcm-aes-aesni

Signed-off-by: Tadeusz Struk <[email protected]>
---
 crypto/testmgr.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 975e1ea..ad4c3e3 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2056,6 +2056,9 @@ 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,
+       }, {
                .alg = "__ghash-pclmulqdqni",
                .test = alg_test_null,
                .fips_allowed = 1,

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to