commit | e9b25f16cda88b33fe15b30c009912e6c471edda | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 16 10:33:27 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 16 10:33:27 2009 +0800 |
tree | 088b467b09f050bf7d6cc867d0ce8190d9e2ee4b | |
parent | cbc86b9161b40f95caee0e56381b68956fc28cc4 [diff] |
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: Herbert Xu <herbert@gondor.apana.org.au>