diff options
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r-- | crypto/tcrypt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 943a514478bd..0cfb8ebb22ba 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c | |||
@@ -1668,6 +1668,11 @@ static void do_test(void) | |||
1668 | camellia_speed_template); | 1668 | camellia_speed_template); |
1669 | break; | 1669 | break; |
1670 | 1670 | ||
1671 | case 206: | ||
1672 | test_cipher_speed("salsa20", ENCRYPT, sec, NULL, 0, | ||
1673 | salsa20_speed_template); | ||
1674 | break; | ||
1675 | |||
1671 | case 300: | 1676 | case 300: |
1672 | /* fall through */ | 1677 | /* fall through */ |
1673 | 1678 | ||