X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=crypto%2Ftcrypt.c;h=001f07cdb828d59101521162109b9f101c34a319;hb=55e0b071892c9112ab49496e924f7310843afb67;hp=1ab8258fcf560735237a198b2037c102e229d20b;hpb=71f777ed50e9109c235c14604d5e23d2f8e7453c;p=~andy%2Flinux diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index 1ab8258fcf5..001f07cdb82 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -1242,6 +1242,10 @@ static int do_test(int m) ret += tcrypt_test("cmac(des3_ede)"); break; + case 155: + ret += tcrypt_test("authenc(hmac(sha1),cbc(aes))"); + break; + case 200: test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0, speed_template_16_24_32);