From: Herbert Xu Date: Thu, 21 Sep 2006 01:39:29 +0000 (+1000) Subject: [CRYPTO] api: Added spawns X-Git-Tag: v2.6.19-rc1~1297^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bfd48096ff8ecabf955958b51ddfa7988eb0a14;p=pandora-kernel.git [CRYPTO] api: Added spawns Spawns lock a specific crypto algorithm in place. They can then be used with crypto_spawn_tfm to allocate a tfm for that algorithm. When the base algorithm of a spawn is deregistered, all its spawns will be automatically removed. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed