From: Herbert Xu Date: Sat, 26 Aug 2006 08:34:10 +0000 (+1000) Subject: [CRYPTO] padlock: Convert padlock-sha to use crypto_hash X-Git-Tag: v2.6.19-rc1~1297^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6010439f47e6b308c031dad7d99686030ef942dd;p=pandora-kernel.git [CRYPTO] padlock: Convert padlock-sha to use crypto_hash This patch converts padlock-sha to use crypto_hash for its fallback. It also changes the fallback selection to use selection by type instead of name. This is done through the new CRYPTO_ALG_NEED_FALLBACK bit, which is set if and only if an algorithm needs a fallback of the same type. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed