From: Denis Vlasenko Date: Tue, 29 Nov 2005 11:23:20 +0000 (+1100) Subject: [CRYPTO] aes-i586: Nano-optimisation on key length check X-Git-Tag: v2.6.16-rc1~658^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6a3a925a25ddd2ebd66dbc8d14ebdd3d57ca0c3;p=pandora-kernel.git [CRYPTO] aes-i586: Nano-optimisation on key length check Reduce the number of comparisons by one through the use of jb/je. This patch also corrects the comments regarding the different key lengths. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed