[CRYPTO] aes-i586: Nano-optimisation on key length check
authorDenis Vlasenko <vda@ilport.com.ua>
Tue, 29 Nov 2005 11:23:20 +0000 (22:23 +1100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 9 Jan 2006 22:15:51 +0000 (14:15 -0800)
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 <herbert@gondor.apana.org.au>

No differences found