[dpdk-dev] [PATCH 0/3] HMAC supported key size fixes

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Thu Jul 27 16:40:23 CEST 2017



> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Tuesday, July 25, 2017 6:25 AM
> To: zbigniew.bodek at caviumnetworks.com;
> jerin.jacob at caviumnetworks.com; akhil.goyal at nxp.com;
> hemant.agrawal at nxp.com; Trahe, Fiona <fiona.trahe at intel.com>; Jain,
> Deepak K <deepak.k.jain at intel.com>; Griffin, John
> <john.griffin at intel.com>; Doherty, Declan <declan.doherty at intel.com>
> Cc: dev at dpdk.org; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>
> Subject: [PATCH 0/3] HMAC supported key size fixes
> 
> For HMAC algorithms (SHAx/MD5), the capabilities were not correct, as
> they were just a fixed value (block size).
> Instead, the authentication key size for these algorithms can go between 1
> and the block size.
> 
> Note that these patches are fixing AESNI-MB, OpenSSL and QAT PMDs, but
> DPAA2 and ARMv8 crypto PMDs might need these fixes too.
> 
> Pablo de Lara (3):
>   crypto/aesni_mb: fix HMAC supported key sizes
>   crypto/openssl: fix HMAC supported key sizes
>   crypto/qat: fix HMAC supported key sizes
> 
>  drivers/crypto/aesni_mb/rte_aesni_mb_pmd_ops.c | 24 ++++++++++++--
> ----------
>  drivers/crypto/openssl/rte_openssl_pmd_ops.c   | 24 ++++++++++++-------
> -----
>  drivers/crypto/qat/qat_crypto_capabilities.h   | 24 ++++++++++++-----------
> -
>  3 files changed, 36 insertions(+), 36 deletions(-)
> 
> --
> 2.9.4

Applied to dpdk-next-crypto.

Pablo



More information about the dev mailing list