commit | 305f9db22d62da10c43c7fd7554ec923c2b8727e | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 15 15:11:08 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 15 15:11:08 2009 +0800 |
tree | 209c5cf40f758cf5c8e187ef0cfd9cbea2c84d85 | |
parent | 66f6ce5e52f2f209d5bf1f06167cec888f4f4c13 [diff] |
crypto: crypto4xx - Disable SHA implementation The crypto4xx SHA implementation keeps the hash state in the tfm data structure. This breaks a fundamental requirement of ahash implementations that they must be reentrant. This patch disables the broken implementation. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>