diff options
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r-- | crypto/tcrypt.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 25a5934f0e50..66d254ce0d11 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c | |||
@@ -1174,10 +1174,6 @@ static int do_test(int m) | |||
1174 | ret += tcrypt_test("ghash"); | 1174 | ret += tcrypt_test("ghash"); |
1175 | break; | 1175 | break; |
1176 | 1176 | ||
1177 | case 47: | ||
1178 | ret += tcrypt_test("crct10dif"); | ||
1179 | break; | ||
1180 | |||
1181 | case 100: | 1177 | case 100: |
1182 | ret += tcrypt_test("hmac(md5)"); | 1178 | ret += tcrypt_test("hmac(md5)"); |
1183 | break; | 1179 | break; |
@@ -1502,10 +1498,6 @@ static int do_test(int m) | |||
1502 | test_hash_speed("crc32c", sec, generic_hash_speed_template); | 1498 | test_hash_speed("crc32c", sec, generic_hash_speed_template); |
1503 | if (mode > 300 && mode < 400) break; | 1499 | if (mode > 300 && mode < 400) break; |
1504 | 1500 | ||
1505 | case 320: | ||
1506 | test_hash_speed("crct10dif", sec, generic_hash_speed_template); | ||
1507 | if (mode > 300 && mode < 400) break; | ||
1508 | |||
1509 | case 399: | 1501 | case 399: |
1510 | break; | 1502 | break; |
1511 | 1503 | ||