git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc86b9
)
crypto: padlock - Fix hashing of partial blocks
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 16 Jul 2009 02:33:27 +0000
(10:33 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 16 Jul 2009 02:33:27 +0000
(10:33 +0800)
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: Herbert Xu <herbert@gondor.apana.org.au>
No differences found