From: Herbert Xu Date: Mon, 21 Aug 2006 14:06:54 +0000 (+1000) Subject: [CRYPTO] api: Added crypto_type support X-Git-Tag: v2.6.19-rc1~1297^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e853c3cfa8cc24869ecd2526e589bcb176bc12e9;p=pandora-kernel.git [CRYPTO] api: Added crypto_type support This patch adds the crypto_type structure which will be used for all new crypto algorithm types, beginning with block ciphers. The primary purpose of this abstraction is to allow different crypto_type objects for crypto algorithms of the same type, in particular, there will be a different crypto_type objects for asynchronous algorithms. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed