From: Herbert Xu Date: Thu, 21 Sep 2006 01:31:44 +0000 (+1000) Subject: [CRYPTO] api: Add cryptomgr X-Git-Tag: v2.6.19-rc1~1297^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b8c19dbdc692e81243a328725a02efb77b144a5;p=pandora-kernel.git [CRYPTO] api: Add cryptomgr The cryptomgr module is a simple manager of crypto algorithm instances. It ensures that parameterised algorithms of the type tmpl(alg) (e.g., cbc(aes)) are always created. This is meant to satisfy the needs for most users. For more complex cases such as deeper combinations or multiple parameters, a netlink module will be created which allows arbitrary expressions to be parsed in user-space. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed