crypto: shash - Add shash_instance
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 7 Jul 2009 07:17:12 +0000 (15:17 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 8 Jul 2009 10:57:10 +0000 (18:57 +0800)
This patch adds shash_instance and the associated alloc/free
functions.  This is meant to be an instance that with a shash
algorithm under it.  Note that the instance itself doesn't have
to be shash.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found