diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2015-07-30 05:53:23 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2015-08-04 08:45:34 -0400 |
commit | a4198fd4b487afc60810f5a12b994721df220022 (patch) | |
tree | 5d4c82bcef4e9b3069040967d3fa1c565b13f557 /crypto/testmgr.c | |
parent | aeb4c132f33d21f6cf37558a932e66e40dd8982e (diff) |
crypto: testmgr - Reenable authenc tests
Now that all implementations of authenc have been converted we can
reenable the tests.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r-- | crypto/testmgr.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 0b14f71cf3d6..d0a42bd3aae9 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c | |||
@@ -2090,7 +2090,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2090 | } | 2090 | } |
2091 | } | 2091 | } |
2092 | }, { | 2092 | }, { |
2093 | .alg = "authenc(hmac(sha1),cbc(aes))-disabled", | 2093 | .alg = "authenc(hmac(sha1),cbc(aes))", |
2094 | .test = alg_test_aead, | 2094 | .test = alg_test_aead, |
2095 | .fips_allowed = 1, | 2095 | .fips_allowed = 1, |
2096 | .suite = { | 2096 | .suite = { |
@@ -2104,7 +2104,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2104 | } | 2104 | } |
2105 | } | 2105 | } |
2106 | }, { | 2106 | }, { |
2107 | .alg = "authenc(hmac(sha1),cbc(des))-disabled", | 2107 | .alg = "authenc(hmac(sha1),cbc(des))", |
2108 | .test = alg_test_aead, | 2108 | .test = alg_test_aead, |
2109 | .fips_allowed = 1, | 2109 | .fips_allowed = 1, |
2110 | .suite = { | 2110 | .suite = { |
@@ -2118,7 +2118,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2118 | } | 2118 | } |
2119 | } | 2119 | } |
2120 | }, { | 2120 | }, { |
2121 | .alg = "authenc(hmac(sha1),cbc(des3_ede))-disabled", | 2121 | .alg = "authenc(hmac(sha1),cbc(des3_ede))", |
2122 | .test = alg_test_aead, | 2122 | .test = alg_test_aead, |
2123 | .fips_allowed = 1, | 2123 | .fips_allowed = 1, |
2124 | .suite = { | 2124 | .suite = { |
@@ -2152,7 +2152,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2152 | } | 2152 | } |
2153 | } | 2153 | } |
2154 | }, { | 2154 | }, { |
2155 | .alg = "authenc(hmac(sha224),cbc(des))-disabled", | 2155 | .alg = "authenc(hmac(sha224),cbc(des))", |
2156 | .test = alg_test_aead, | 2156 | .test = alg_test_aead, |
2157 | .fips_allowed = 1, | 2157 | .fips_allowed = 1, |
2158 | .suite = { | 2158 | .suite = { |
@@ -2166,7 +2166,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2166 | } | 2166 | } |
2167 | } | 2167 | } |
2168 | }, { | 2168 | }, { |
2169 | .alg = "authenc(hmac(sha224),cbc(des3_ede))-disabled", | 2169 | .alg = "authenc(hmac(sha224),cbc(des3_ede))", |
2170 | .test = alg_test_aead, | 2170 | .test = alg_test_aead, |
2171 | .fips_allowed = 1, | 2171 | .fips_allowed = 1, |
2172 | .suite = { | 2172 | .suite = { |
@@ -2180,7 +2180,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2180 | } | 2180 | } |
2181 | } | 2181 | } |
2182 | }, { | 2182 | }, { |
2183 | .alg = "authenc(hmac(sha256),cbc(aes))-disabled", | 2183 | .alg = "authenc(hmac(sha256),cbc(aes))", |
2184 | .test = alg_test_aead, | 2184 | .test = alg_test_aead, |
2185 | .fips_allowed = 1, | 2185 | .fips_allowed = 1, |
2186 | .suite = { | 2186 | .suite = { |
@@ -2194,7 +2194,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2194 | } | 2194 | } |
2195 | } | 2195 | } |
2196 | }, { | 2196 | }, { |
2197 | .alg = "authenc(hmac(sha256),cbc(des))-disabled", | 2197 | .alg = "authenc(hmac(sha256),cbc(des))", |
2198 | .test = alg_test_aead, | 2198 | .test = alg_test_aead, |
2199 | .fips_allowed = 1, | 2199 | .fips_allowed = 1, |
2200 | .suite = { | 2200 | .suite = { |
@@ -2208,7 +2208,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2208 | } | 2208 | } |
2209 | } | 2209 | } |
2210 | }, { | 2210 | }, { |
2211 | .alg = "authenc(hmac(sha256),cbc(des3_ede))-disabled", | 2211 | .alg = "authenc(hmac(sha256),cbc(des3_ede))", |
2212 | .test = alg_test_aead, | 2212 | .test = alg_test_aead, |
2213 | .fips_allowed = 1, | 2213 | .fips_allowed = 1, |
2214 | .suite = { | 2214 | .suite = { |
@@ -2222,7 +2222,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2222 | } | 2222 | } |
2223 | } | 2223 | } |
2224 | }, { | 2224 | }, { |
2225 | .alg = "authenc(hmac(sha384),cbc(des))-disabled", | 2225 | .alg = "authenc(hmac(sha384),cbc(des))", |
2226 | .test = alg_test_aead, | 2226 | .test = alg_test_aead, |
2227 | .fips_allowed = 1, | 2227 | .fips_allowed = 1, |
2228 | .suite = { | 2228 | .suite = { |
@@ -2236,7 +2236,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2236 | } | 2236 | } |
2237 | } | 2237 | } |
2238 | }, { | 2238 | }, { |
2239 | .alg = "authenc(hmac(sha384),cbc(des3_ede))-disabled", | 2239 | .alg = "authenc(hmac(sha384),cbc(des3_ede))", |
2240 | .test = alg_test_aead, | 2240 | .test = alg_test_aead, |
2241 | .fips_allowed = 1, | 2241 | .fips_allowed = 1, |
2242 | .suite = { | 2242 | .suite = { |
@@ -2250,7 +2250,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2250 | } | 2250 | } |
2251 | } | 2251 | } |
2252 | }, { | 2252 | }, { |
2253 | .alg = "authenc(hmac(sha512),cbc(aes))-disabled", | 2253 | .alg = "authenc(hmac(sha512),cbc(aes))", |
2254 | .test = alg_test_aead, | 2254 | .test = alg_test_aead, |
2255 | .fips_allowed = 1, | 2255 | .fips_allowed = 1, |
2256 | .suite = { | 2256 | .suite = { |
@@ -2264,7 +2264,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2264 | } | 2264 | } |
2265 | } | 2265 | } |
2266 | }, { | 2266 | }, { |
2267 | .alg = "authenc(hmac(sha512),cbc(des))-disabled", | 2267 | .alg = "authenc(hmac(sha512),cbc(des))", |
2268 | .test = alg_test_aead, | 2268 | .test = alg_test_aead, |
2269 | .fips_allowed = 1, | 2269 | .fips_allowed = 1, |
2270 | .suite = { | 2270 | .suite = { |
@@ -2278,7 +2278,7 @@ static const struct alg_test_desc alg_test_descs[] = { | |||
2278 | } | 2278 | } |
2279 | } | 2279 | } |
2280 | }, { | 2280 | }, { |
2281 | .alg = "authenc(hmac(sha512),cbc(des3_ede))-disabled", | 2281 | .alg = "authenc(hmac(sha512),cbc(des3_ede))", |
2282 | .test = alg_test_aead, | 2282 | .test = alg_test_aead, |
2283 | .fips_allowed = 1, | 2283 | .fips_allowed = 1, |
2284 | .suite = { | 2284 | .suite = { |