Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 1/2] crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests
@ 2012-11-13  9:47 Jussi Kivilinna
  2012-11-13  9:47 ` [PATCH 2/2] crypto: testmgr - clean alg_test_null entries in alg_test_descs[] Jussi Kivilinna
  2012-11-13 18:53 ` [PATCH 1/2] crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests David Miller
  0 siblings, 2 replies; 5+ messages in thread
From: Jussi Kivilinna @ 2012-11-13  9:47 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu, David S. Miller

Remove incorrect fips_allowed from camellia null-test entries. Caused by
incorrect copy-paste of aes-aesni null-tests into camellia-aesni null-tests.

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
---
 crypto/testmgr.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 3933241..b8695bf 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2175,7 +2175,6 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 		.alg = "cryptd(__driver-cbc-camellia-aesni)",
 		.test = alg_test_null,
-		.fips_allowed = 1,
 		.suite = {
 			.cipher = {
 				.enc = {
@@ -2207,7 +2206,6 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 		.alg = "cryptd(__driver-ecb-camellia-aesni)",
 		.test = alg_test_null,
-		.fips_allowed = 1,
 		.suite = {
 			.cipher = {
 				.enc = {

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

end of thread, other threads:[~2012-12-06  9:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-13  9:47 [PATCH 1/2] crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests Jussi Kivilinna
2012-11-13  9:47 ` [PATCH 2/2] crypto: testmgr - clean alg_test_null entries in alg_test_descs[] Jussi Kivilinna
2012-11-13 18:53   ` David Miller
2012-12-06  9:19     ` Herbert Xu
2012-11-13 18:53 ` [PATCH 1/2] crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox