]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - crypto/tcrypt.c
crypto: testmgr - Add ansi_cprng test vectors
[thirdparty/kernel/stable.git] / crypto / tcrypt.c
index 0452036b1d455c561bad7feceaa616aa04731ac0..ea3b8a8db72104543fdfec22e9472c09702a89c0 100644 (file)
@@ -707,6 +707,10 @@ static void do_test(int m)
                tcrypt_test("hmac(rmd160)");
                break;
 
+       case 150:
+               tcrypt_test("ansi_cprng");
+               break;
+
        case 200:
                test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
                                speed_template_16_24_32);