Hi Mairtin,
> -----Original Message----- > From: O'loingsigh, Mairtin <[email protected]> > Sent: Tuesday, February 25, 2020 9:48 AM > To: Trahe, Fiona <[email protected]>; [email protected] > Cc: [email protected]; O'loingsigh, Mairtin <[email protected]> > 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 <[email protected]> > --- > 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

