crypto/ccp: fix digest size capabilities
authorAmaranath Somalapuram <asomalap@amd.com>
Fri, 22 Nov 2019 06:47:47 +0000 (12:17 +0530)
committerAkhil Goyal <akhil.goyal@nxp.com>
Mon, 25 Nov 2019 10:01:36 +0000 (11:01 +0100)
commit4f8c7b4fcf44a2f220e464762a4042d4643d604f
tree42951994d50a65897764b257ea4133a482762e7c
parent727758576714ea4de4df01bca53978f321ae323a
crypto/ccp: fix digest size capabilities

CCP can support varied digest sizes ranging from 1 to some max value
But the current code support only fixed max values.
This patch updates the minimum digest sizes to 1

Fixes: e0d88a394e ("crypto/ccp: support run-time CPU based auth")
Cc: stable@dpdk.org
Signed-off-by: Amaranath Somalapuram <asomalap@amd.com>
drivers/crypto/ccp/ccp_pmd_ops.c