Re: [dpdk-dev] [PATCH] crypto/armv8: fix HMAC supported digest sizes

2018-05-29 Thread Akhil Goyal
On 5/29/2018 4:15 PM, Anoob Joseph wrote: For HMAC algorithms (SHAx-HMAC), the supported digest sizes are not a fixed value, but a range between 1 and the maximum digest size for those algorithms. Fixes: 0f89def76127 ("crypto/armv8: fix HMAC supported key sizes") Cc: sta...@dpdk.org Signed-off-

[dpdk-dev] [PATCH] crypto/armv8: fix HMAC supported digest sizes

2018-05-29 Thread Anoob Joseph
For HMAC algorithms (SHAx-HMAC), the supported digest sizes are not a fixed value, but a range between 1 and the maximum digest size for those algorithms. Fixes: 0f89def76127 ("crypto/armv8: fix HMAC supported key sizes") Cc: sta...@dpdk.org Signed-off-by: Anoob Joseph Signed-off-by: Sachin Saxe