* [PATCH] crypto: testmgr - don't print info about missing test for gcm-aes-aesni
@ 2015-06-24 14:14 Tadeusz Struk
2015-06-24 14:44 ` Stephan Mueller
0 siblings, 1 reply; 3+ messages in thread
From: Tadeusz Struk @ 2015-06-24 14:14 UTC (permalink / raw)
To: herbert; +Cc: linux-crypto, tadeusz.struk
Don't print info about missing test for the internal
helper __driver-gcm-aes-aesni
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
---
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,
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] crypto: testmgr - don't print info about missing test for gcm-aes-aesni
2015-06-24 14:14 [PATCH] crypto: testmgr - don't print info about missing test for gcm-aes-aesni Tadeusz Struk
@ 2015-06-24 14:44 ` Stephan Mueller
2015-06-24 15:47 ` Tadeusz Struk
0 siblings, 1 reply; 3+ messages in thread
From: Stephan Mueller @ 2015-06-24 14:44 UTC (permalink / raw)
To: Tadeusz Struk; +Cc: herbert, linux-crypto
Am Mittwoch, 24. Juni 2015, 07:14:22 schrieb Tadeusz Struk:
Hi Tadeusz,
>Don't print info about missing test for the internal
>helper __driver-gcm-aes-aesni
>
>Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
>---
> 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,
Wouldn't fips_allowed = 1 be needed here?
>+ }, {
> .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 majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
Ciao
Stephan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-24 15:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-24 14:14 [PATCH] crypto: testmgr - don't print info about missing test for gcm-aes-aesni Tadeusz Struk
2015-06-24 14:44 ` Stephan Mueller
2015-06-24 15:47 ` Tadeusz Struk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).