mbox series

[v5,0/7] crypto: stm32 - Save and restore between each request

Message ID ZAMQjOdi8GfqDUQI@gondor.apana.org.au (mailing list archive)
Headers show
Series crypto: stm32 - Save and restore between each request | expand

Message

Herbert Xu March 4, 2023, 9:34 a.m. UTC
On Thu, Mar 02, 2023 at 02:04:38PM +0800, Herbert Xu wrote:
> 
> I think I see the problem.  My patch wasn't waiting for the hash
> computation to complete before saving the state so obviously it
> will get the wrong hash state every single time.
> 
> I'll fix this up and some other inconsistencies (my reading of the
> documentation is that there are 54 registers (0-53), not 53) and
> resend the patch.

I've split the patch up into smaller chunks for easier testing.

Cheers,