Skip to content
Snippets Groups Projects
Commit e9b25f16 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: padlock - Fix hashing of partial blocks


When we encounter partial blocks in finup, we'll invoke the xsha
instruction with a bogus count that is not a multiple of the block
size.  This patch fixes it.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent cbc86b91
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment