Merge tag 'sound-fix-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-block.git] / crypto / tcrypt.c
index c578ccd92c573220b04e7bb7a7e3d1413183092f..83ad0b1fab30a5f591dbfbc6f44fb9f39ccc8052 100644 (file)
@@ -2327,6 +2327,15 @@ static int do_test(const char *alg, u32 type, u32 mask, int m, u32 num_mb)
                                  0, speed_template_32);
                break;
 
+       case 220:
+               test_acipher_speed("essiv(cbc(aes),sha256)",
+                                 ENCRYPT, sec, NULL, 0,
+                                 speed_template_16_24_32);
+               test_acipher_speed("essiv(cbc(aes),sha256)",
+                                 DECRYPT, sec, NULL, 0,
+                                 speed_template_16_24_32);
+               break;
+
        case 221:
                test_aead_speed("aegis128", ENCRYPT, sec,
                                NULL, 0, 16, 8, speed_template_16);