From: Herbert Xu Date: Tue, 7 Jul 2009 04:30:33 +0000 (+0800) Subject: crypto: api - Add new template create function X-Git-Tag: v2.6.32-rc1~731^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ac72e8268d9559c3114d5a22679f91f80a2238;p=pandora-kernel.git crypto: api - Add new template create function This patch introduces the template->create function intended to replace the existing alloc function. The intention is for create to handle the registration directly, whereas currently the caller of alloc has to handle the registration. This allows type-specific code to be run prior to registration. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed