git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
827c391
)
[CRYPTO] aes-i586: Nano-optimisation on key length check
author
Denis Vlasenko
<vda@ilport.com.ua>
Tue, 29 Nov 2005 11:23:20 +0000
(22:23 +1100)
committer
David 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