diff options
Diffstat (limited to 'crypto/tcrypt.c')
| -rw-r--r-- | crypto/tcrypt.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 2af879786e75..58ad4fe5d208 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c | |||
| @@ -1342,6 +1342,11 @@ static int do_test(int m) | |||
| 1342 | speed_template_32_64); | 1342 | speed_template_32_64); |
| 1343 | break; | 1343 | break; |
| 1344 | 1344 | ||
| 1345 | case 208: | ||
| 1346 | test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, | ||
| 1347 | speed_template_8); | ||
| 1348 | break; | ||
| 1349 | |||
| 1345 | case 300: | 1350 | case 300: |
| 1346 | /* fall through */ | 1351 | /* fall through */ |
| 1347 | 1352 | ||
| @@ -1589,6 +1594,11 @@ static int do_test(int m) | |||
| 1589 | speed_template_32_48_64); | 1594 | speed_template_32_48_64); |
| 1590 | break; | 1595 | break; |
| 1591 | 1596 | ||
| 1597 | case 505: | ||
| 1598 | test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, | ||
| 1599 | speed_template_8); | ||
| 1600 | break; | ||
| 1601 | |||
| 1592 | case 1000: | 1602 | case 1000: |
| 1593 | test_available(); | 1603 | test_available(); |
| 1594 | break; | 1604 | break; |
