diff --git a/[refs] b/[refs] index 016b5f597ef3..992a5b6a67cb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d691af000274ae9658695c2a63a76b30890a8983 +refs/heads/master: 31b4cd2907322bd56e4090168e4ce8f8dcd17820 diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index 2af879786e75..58ad4fe5d208 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -1342,6 +1342,11 @@ static int do_test(int m) speed_template_32_64); break; + case 208: + test_cipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, + speed_template_8); + break; + case 300: /* fall through */ @@ -1589,6 +1594,11 @@ static int do_test(int m) speed_template_32_48_64); break; + case 505: + test_acipher_speed("ecb(arc4)", ENCRYPT, sec, NULL, 0, + speed_template_8); + break; + case 1000: test_available(); break;