commit | 2e4fddd8e420e8f531a34e7a97f9cdb851a6ad13 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 07 15:17:12 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 08 18:57:10 2009 +0800 |
tree | 8f708150f9dca8286a0b6f1d347bda657a3c57a9 | |
parent | 70ec7bb91ad0d6cce84c8e17f8cbb608dda7b18c [diff] |
crypto: shash - Add shash_instance 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>