X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=crypto%2Ftcrypt.c;h=aa3f84ccc78632ca241f0cc87d14c6a98444f946;hb=fb4b698fc78347419aa9ae7114e1375f92107500;hp=5a375e819d5de30cf60c637481a74debbbc2cfb1;hpb=7be380f7201064f704a128b78ac01a62dbd10162;p=safe%2Fjmp%2Flinux-2.6 diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 5a375e8..aa3f84c 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -719,6 +719,10 @@ static int do_test(int m) ret += tcrypt_test("hmac(rmd160)"); break; + case 109: + ret += tcrypt_test("vmac(aes)"); + break; + case 150: ret += tcrypt_test("ansi_cprng"); break;