From: Herbert Xu Date: Thu, 21 Sep 2006 01:35:17 +0000 (+1000) Subject: [CRYPTO] api: Allow algorithm lookup by type X-Git-Tag: v2.6.19-rc1~1297^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=492e2b63eb10c28f4f0b694264d74a8755cd1be0;p=pandora-kernel.git [CRYPTO] api: Allow algorithm lookup by type This patch also adds the infrastructure to pick an algorithm based on their type. For example, this allows you to select the encryption algorithm "aes", instead of any algorithm registered under the name "aes". For now this is only accessible internally. Eventually it will be made available through crypto_alloc_tfm. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed