All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] crypto: testmgr - don't print info about missing test for gcm-aes-aesni
@ 2015-06-24 16:01 Tadeusz Struk
  2015-06-25 15:36 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Tadeusz Struk @ 2015-06-24 16:01 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

changes in v2:
 - marked test as fips allowed

Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
---
 crypto/testmgr.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 975e1ea..d0a42bd 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2056,6 +2056,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,
 		.fips_allowed = 1,

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] crypto: testmgr - don't print info about missing test for gcm-aes-aesni
  2015-06-24 16:01 [PATCH v2] crypto: testmgr - don't print info about missing test for gcm-aes-aesni Tadeusz Struk
@ 2015-06-25 15:36 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2015-06-25 15:36 UTC (permalink / raw)
  To: Tadeusz Struk; +Cc: linux-crypto

On Wed, Jun 24, 2015 at 09:01:30AM -0700, Tadeusz Struk wrote:
> 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>

Applied.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-25 15:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-24 16:01 [PATCH v2] crypto: testmgr - don't print info about missing test for gcm-aes-aesni Tadeusz Struk
2015-06-25 15:36 ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.