crypto/armv8: fix HMAC supported key sizes
authorSrisivasubramanian S <ssrinivasan@caviumnetworks.com>
Sun, 30 Jul 2017 11:23:01 +0000 (16:53 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 30 Jul 2017 16:51:25 +0000 (18:51 +0200)
commit0f89def76127d694f946d1cf9bd960ebb0323ac2
treeba4173a9c2e4cdc22a77fe5c0e372fd9803f9498
parent473174a7da555ec26751c89b56255192586cb0aa
crypto/armv8: fix HMAC supported key sizes

For HMAC algorithms (SHAx-HMAC), the supported
key sizes are not a fixed value, but a range between
1 and the block size.

Fixes: 169ca3db550c ("crypto/armv8: add PMD optimized for ARMv8 processors")
Cc: stable@dpdk.org
Signed-off-by: Srisivasubramanian S <ssrinivasan@caviumnetworks.com>
Signed-off-by: Jerin Jacob <jerin.jacob@caviumnetworks.com>
drivers/crypto/armv8/rte_armv8_pmd_ops.c