* [dpdk-dev] [PATCH] crypto/qat: fix AES-XTS capabilities
@ 2020-06-26 11:23 Adam Dybkowski
2020-06-26 11:35 ` Trahe, Fiona
0 siblings, 1 reply; 3+ messages in thread
From: Adam Dybkowski @ 2020-06-26 11:23 UTC (permalink / raw)
To: dev, fiona.trahe, akhil.goyal; +Cc: Adam Dybkowski, stable
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>
---
drivers/crypto/qat/qat_sym_capabilities.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/crypto/qat/qat_sym_capabilities.h b/drivers/crypto/qat/qat_sym_capabilities.h
index ff691ce35..d426d9ac2 100644
--- a/drivers/crypto/qat/qat_sym_capabilities.h
+++ b/drivers/crypto/qat/qat_sym_capabilities.h
@@ -419,7 +419,7 @@
.key_size = { \
.min = 32, \
.max = 64, \
- .increment = 0 \
+ .increment = 32 \
}, \
.iv_size = { \
.min = 16, \
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] crypto/qat: fix AES-XTS capabilities
2020-06-26 11:23 [dpdk-dev] [PATCH] crypto/qat: fix AES-XTS capabilities Adam Dybkowski
@ 2020-06-26 11:35 ` Trahe, Fiona
2020-07-04 20:00 ` Akhil Goyal
0 siblings, 1 reply; 3+ messages in thread
From: Trahe, Fiona @ 2020-06-26 11:35 UTC (permalink / raw)
To: Dybkowski, AdamX, dev, akhil.goyal; +Cc: stable
> -----Original Message-----
> From: Dybkowski, AdamX <adamx.dybkowski@intel.com>
> Sent: Friday, June 26, 2020 12:24 PM
> To: dev@dpdk.org; Trahe, Fiona <fiona.trahe@intel.com>; akhil.goyal@nxp.com
> Cc: Dybkowski, AdamX <adamx.dybkowski@intel.com>; stable@dpdk.org
> Subject: [PATCH] crypto/qat: fix AES-XTS capabilities
>
> 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>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] crypto/qat: fix AES-XTS capabilities
2020-06-26 11:35 ` Trahe, Fiona
@ 2020-07-04 20:00 ` Akhil Goyal
0 siblings, 0 replies; 3+ messages in thread
From: Akhil Goyal @ 2020-07-04 20:00 UTC (permalink / raw)
To: Trahe, Fiona, Dybkowski, AdamX, dev; +Cc: stable
> > 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>
Applied to dpdk-next-crypto
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-07-04 20:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26 11:23 [dpdk-dev] [PATCH] crypto/qat: fix AES-XTS capabilities Adam Dybkowski
2020-06-26 11:35 ` Trahe, Fiona
2020-07-04 20:00 ` Akhil Goyal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).