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 50d1e35bbff4..0452036b1d45 100644
--- a/crypto/tcrypt.c
+++ b/crypto/tcrypt.c
@@ -667,6 +667,10 @@ static void do_test(int m)
667 tcrypt_test("zlib"); 667 tcrypt_test("zlib");
668 break; 668 break;
669 669
670 case 45:
671 tcrypt_test("rfc4309(ccm(aes))");
672 break;
673
670 case 100: 674 case 100:
671 tcrypt_test("hmac(md5)"); 675 tcrypt_test("hmac(md5)");
672 break; 676 break;