commit | f9e2bca6c22d75a289a349f869701214d63b5060 | [log] [tgz] |
---|---|---|
author | Adrian-Ken Rueegsegger <ken@codelabs.ch> | Wed Dec 17 16:47:52 2008 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 25 11:02:25 2008 +1100 |
tree | 083ac49104a185aab02b93328012b46aec5f071a | |
parent | 19e2bf146759aea38fd6c2daea08cb7a6367149b [diff] |
crypto: sha512 - Move message schedule W[80] to static percpu area 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>