crypto/qat: fix AES-XTS capabilities
authorAdam Dybkowski <adamx.dybkowski@intel.com>
Fri, 26 Jun 2020 11:23:42 +0000 (13:23 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 8 Jul 2020 16:16:16 +0000 (18:16 +0200)
This patch fixes the increment field of the AES-XTS cipher key size.

Fixes: 7d5ef3bb32cd ("crypto/qat: support XTS")
Cc: stable@dpdk.org
Signed-off-by: Adam Dybkowski <adamx.dybkowski@intel.com>
Acked-by: Fiona Trahe <fiona.trahe@intel.com>
drivers/crypto/qat/qat_sym_capabilities.h

index 7b8b13b..b16581f 100644 (file)
                                .key_size = {                           \
                                        .min = 32,                      \
                                        .max = 64,                      \
-                                       .increment =                  \
+                                       .increment = 32                 \
                                },                                      \
                                .iv_size = {                            \
                                        .min = 16,                      \