crypto: hash - Export shash through hash
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 31 Aug 2008 12:21:09 +0000 (22:21 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Dec 2008 00:01:33 +0000 (11:01 +1100)
commit5f7082ed4f482f05db01d84dbf58190492ebf0ad
tree34ac4dd0811731457dca0f4bcc440fafc93e517b
parent67cd080c5070b4f17520c1385f7684206f4987b3
crypto: hash - Export shash through hash

This patch allows shash algorithms to be used through the old hash
interface.  This is a transitional measure so we can convert the
underlying algorithms to shash before converting the users across.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/ahash.c
crypto/authenc.c
crypto/hmac.c
crypto/shash.c
include/crypto/algapi.h
include/crypto/internal/hash.h
include/linux/crypto.h