crypto: crypto4xx - Disable SHA implementation
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 15 Jul 2009 07:11:08 +0000 (15:11 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 15 Jul 2009 07:11:08 +0000 (15:11 +0800)
commit305f9db22d62da10c43c7fd7554ec923c2b8727e
tree209c5cf40f758cf5c8e187ef0cfd9cbea2c84d85
parent66f6ce5e52f2f209d5bf1f06167cec888f4f4c13
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>
drivers/crypto/amcc/crypto4xx_core.c