Re: [PATCH v4 08/14] crypto: caam - update rfc4106 sh desc to support zero length input

2019-07-30 Thread Horia Geanta
On 7/30/2019 2:06 PM, Iuliana Prodan wrote: > Update share descriptor for rfc4106 to skip instructions in case > cryptlen is zero. If no instructions are jumped the DECO hangs and a > timeout error is thrown. > > Signed-off-by: Iuliana Prodan Reviewed-by: Horia Geanta Thanks, Horia

[PATCH v4 08/14] crypto: caam - update rfc4106 sh desc to support zero length input

2019-07-30 Thread Iuliana Prodan
Update share descriptor for rfc4106 to skip instructions in case cryptlen is zero. If no instructions are jumped the DECO hangs and a timeout error is thrown. Signed-off-by: Iuliana Prodan --- Changes since v3: - move the erratum workaround to reduce the chances of DECO stalling. --- drivers/cry