crypto: ahash - Add crypto_ahash_set_reqsize
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 12 Jul 2009 15:05:48 +0000 (23:05 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 14 Jul 2009 04:58:11 +0000 (12:58 +0800)
This patch adds the helper crypto_ahash_set_reqsize so that
implementations do not directly access the crypto_ahash structure.

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

No differences found