summaryrefslogtreecommitdiff
path: root/crypto/tcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/tcrypt.c')
-rw-r--r--crypto/tcrypt.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c
index 66d254ce0d11..862ca71f032c 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -1174,6 +1174,10 @@ static int do_test(int m)
ret += tcrypt_test("ghash");
break;
+ case 47:
+ ret += tcrypt_test("ofb(aes)");
+ break;
+
case 100:
ret += tcrypt_test("hmac(md5)");
break;
@@ -1218,6 +1222,10 @@ static int do_test(int m)
ret += tcrypt_test("hmac(crc32)");
break;
+ case 110:
+ ret += tcrypt_test("cmac(aes)");
+ break;
+
case 150:
ret += tcrypt_test("ansi_cprng");
break;