crypto/aesni_mb: fix HMAC supported key sizes
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 25 Jul 2017 05:24:55 +0000 (06:24 +0100)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Thu, 27 Jul 2017 14:39:21 +0000 (16:39 +0200)
For HMAC algorithms (MD5-HMAC, SHAx-HMAC), the supported
key sizes are not a fixed value, but a range between
1 and the block size.

Fixes: 26c2e4ad5ad4 ("cryptodev: add capabilities discovery")
Cc: stable@dpdk.org
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>

No differences found