Re: [Patch v2 4/6] drivers: crypto: qce: Fix SHA result buffer corruption issues.

From: Stephen Boyd
Date: Tue Nov 24 2020 - 21:06:46 EST


Quoting Thara Gopinath (2020-11-19 07:52:31)
> Partial hash was being copied into the final result buffer without the
> entire message block processed. Depending on how the end user processes
> this result buffer, errors vary from result buffer corruption to result
> buffer poisoing. Fix this issue by ensuring that only the final hash value
> is copied into the result buffer.
>
> Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
> Signed-off-by: Thara Gopinath <thara.gopinath@xxxxxxxxxx>
> ---

Any Fixes tag?