Re: [PATCH] crypto: ccree: fix finup

2018-06-28 Thread Gilad Ben-Yossef
Hi Herbert, On Thu, Jun 21, 2018 at 3:25 PM, Gilad Ben-Yossef wrote: > On Thu, Jun 21, 2018 at 2:47 PM, Hadar Gat wrote: >> finup() operation was incorrect, padding was missing. >> Fix by setting the ccree HW to enable padding. >> >> Signed-off-by: Hadar Gat >> Cc: sta...@vger.kernel.org > > A

Re: [PATCH] crypto: ccree: fix finup

2018-06-21 Thread Gilad Ben-Yossef
On Thu, Jun 21, 2018 at 2:47 PM, Hadar Gat wrote: > finup() operation was incorrect, padding was missing. > Fix by setting the ccree HW to enable padding. > > Signed-off-by: Hadar Gat > Cc: sta...@vger.kernel.org Acked-by: Gilad Ben-Yossef Gilad -- Gilad Ben-Yossef Chief Coffee Drinker val

[PATCH] crypto: ccree: fix finup

2018-06-21 Thread Hadar Gat
finup() operation was incorrect, padding was missing. Fix by setting the ccree HW to enable padding. Signed-off-by: Hadar Gat Cc: sta...@vger.kernel.org --- drivers/crypto/ccree/cc_hash.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/drivers/crypto/ccree/cc_h