[dpdk-dev] [PATCH 1/2] crypto/qat: support DOCSIS AES-256
Trahe, Fiona
fiona.trahe at intel.com
Tue Feb 25 11:34:19 CET 2020
Hi Mairtin,
> -----Original Message-----
> From: O'loingsigh, Mairtin <mairtin.oloingsigh at intel.com>
> Sent: Tuesday, February 25, 2020 9:48 AM
> To: Trahe, Fiona <fiona.trahe at intel.com>; akhil.goyal at nxp.com
> Cc: dev at dpdk.org; O'loingsigh, Mairtin <mairtin.oloingsigh at intel.com>
> Subject: [PATCH 1/2] crypto/qat: support DOCSIS AES-256
>
> This patch adds support for DOCSIS AES-256 when using qat
>
> Signed-off-by: Mairtin o Loingsigh <mairtin.oloingsigh at intel.com>
> ---
> drivers/crypto/qat/qat_sym_capabilities.h | 2 +-
> drivers/crypto/qat/qat_sym_session.c | 12 ++++++++++--
> 2 files changed, 11 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/crypto/qat/qat_sym_capabilities.h b/drivers/crypto/qat/qat_sym_capabilities.h
> index 028a56c..d5487ae 100644
> --- a/drivers/crypto/qat/qat_sym_capabilities.h
> +++ b/drivers/crypto/qat/qat_sym_capabilities.h
> @@ -333,7 +333,7 @@
> .block_size = 16, \
> .key_size = { \
> .min = 16, \
> - .max = 16, \
> + .max = 32, \
> .increment = 0 \
[Fiona] increment should be 16
More information about the dev
mailing list