From: Herbert Xu Date: Thu, 25 Jun 2009 06:46:31 +0000 (+0800) Subject: crypto: skcipher - Fix request for sync algorithms X-Git-Tag: v2.6.32-rc1~731^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435578aeaad5859dda8657e3ed2c1a5bc1e524ec;p=pandora-kernel.git crypto: skcipher - Fix request for sync algorithms When a sync givcipher algorithm is requested, if an async version of the same algorithm already exists, then we will loop forever without ever constructing the sync version based on a blkcipher. This is because we did not include the requested type/mask when getting a larval for the geniv algorithm that is to be constructed. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed