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:
19e2bf1
)
crypto: sha512 - Move message schedule W[80] to static percpu area
author
Adrian-Ken Rueegsegger
<ken@codelabs.ch>
Wed, 17 Dec 2008 05:47:52 +0000
(16:47 +1100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 25 Dec 2008 00:02:25 +0000
(11:02 +1100)
The message schedule W (u64[80]) is too big for the stack. In order
for this algorithm to be used with shash it is moved to a static
percpu area.
Signed-off-by: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found