aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r--crypto/tcrypt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 0452036b1d45..ea3b8a8db721 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -707,6 +707,10 @@ static void do_test(int m)
707 tcrypt_test("hmac(rmd160)"); 707 tcrypt_test("hmac(rmd160)");
708 break; 708 break;
709 709
710 case 150:
711 tcrypt_test("ansi_cprng");
712 break;
713
710 case 200: 714 case 200:
711 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, 715 test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
712 speed_template_16_24_32); 716 speed_template_16_24_32);