From: Herbert Xu Date: Tue, 7 Jul 2009 06:07:37 +0000 (+0800) Subject: crypto: api - Add crypto_alloc_instance2 X-Git-Tag: v2.6.32-rc1~731^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ec7bb91ad0d6cce84c8e17f8cbb608dda7b18c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed