]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - crypto/tcrypt.c
crypto: vmx - IV size failing on skcipher API
[karo-tx-linux.git] / crypto / tcrypt.c
index 46a4a757d478dc8563e9920ee2ad16736f18faac..270bc4b82bd9aaf2625bbeddf426f0cfbfea0f7e 100644 (file)
@@ -1789,7 +1789,7 @@ static int do_test(const char *alg, u32 type, u32 mask, int m)
                test_aead_speed("rfc4106(gcm(aes))", ENCRYPT, sec,
                                NULL, 0, 16, 16, aead_speed_template_20);
                test_aead_speed("gcm(aes)", ENCRYPT, sec,
-                               NULL, 0, 16, 8, aead_speed_template_20);
+                               NULL, 0, 16, 8, speed_template_16_24_32);
                break;
 
        case 212: