commit | fc00127fb67b2a7d2b66f0f4096a5367b581f045 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Jul 12 23:05:48 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 14 12:58:11 2009 +0800 |
tree | e12e29519213eb16c3f9f3d800a2af9ae7c05b28 | |
parent | 46309d8938122dff2fe59bf163307989cd22ea4a [diff] |
crypto: ahash - Add crypto_ahash_set_reqsize 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>