commit | 70ec7bb91ad0d6cce84c8e17f8cbb608dda7b18c | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 07 14:07:37 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 07 18:55:28 2009 +0800 |
tree | f8423c8e2a51b42c78ea63913a9e3654877555ca | |
parent | f2ac72e8268d9559c3114d5a22679f91f80a2238 [diff] |
crypto: api - Add crypto_alloc_instance2 This patch adds a new argument to crypto_alloc_instance which sets aside some space before the instance for use by algorithms such as shash that place type-specific data before crypto_alg. For compatibility the function has been renamed so that existing users aren't affected. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>