Merge tag 'microblaze-3.15-rc1' of git://git.monstr.eu/linux-2.6-microblaze
[deliverable/linux.git] / crypto / tcrypt.c
index 0d9003ae8c61402e027ab4b5bfc933442478b966..870be7b4dc0529b1a9722e569eaccd71092623e3 100644 (file)
@@ -1511,6 +1511,14 @@ static int do_test(int m)
                ret += tcrypt_test("authenc(hmac(sha1),cbc(aes))");
                break;
 
+       case 156:
+               ret += tcrypt_test("authenc(hmac(md5),ecb(cipher_null))");
+               break;
+
+       case 157:
+               ret += tcrypt_test("authenc(hmac(sha1),ecb(cipher_null))");
+               break;
+
        case 200:
                test_cipher_speed("ecb(aes)", ENCRYPT, sec, NULL, 0,
                                speed_template_16_24_32);
This page took 0.025248 seconds and 5 git commands to generate.