aboutsummaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r--crypto/tcrypt.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index aa3f84ccc78..3092728bf4c 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -883,7 +883,15 @@ static int do_test(int m)
case 399:
break;
-
+ case 400:
+ tcrypt_test("f8(kasumi)");
+ break;
+ case 401:
+ tcrypt_test("kasumi");
+ break;
+ case 402:
+ tcrypt_test("f9(kasumi)");
+ break;
case 1000:
test_available();
break;