]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>
Tue, 13 Nov 2012 09:47:32 +0000 (11:47 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 6 Dec 2012 09:16:27 +0000 (17:16 +0800)
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>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c

index 3933241708c2f923fe9b0574446e66077eed9f44..b8695bfd660691c6aed2d95ee16b429d1767ad48 100644 (file)
@@ -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 = {