mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-18 12:29:42 +00:00
engines/asm/e_padlock-x86_64.pl: name it right and fix small bug.
This commit is contained in:
parent
bbb19418e6
commit
33987f2f45
@ -206,7 +206,7 @@ padlock_${mode}_encrypt:
|
|||||||
lea 16($ctx),$ctx # control word
|
lea 16($ctx),$ctx # control word
|
||||||
xor %eax,%eax
|
xor %eax,%eax
|
||||||
xor %ebx,%ebx
|
xor %ebx,%ebx
|
||||||
test \$`1<<5`,($ctx) # align bit in control word
|
testl \$`1<<5`,($ctx) # align bit in control word
|
||||||
test \$0x0f,$out
|
test \$0x0f,$out
|
||||||
setz %al # !out_misaligned
|
setz %al # !out_misaligned
|
||||||
test \$0x0f,$inp
|
test \$0x0f,$inp
|
Loading…
x
Reference in New Issue
Block a user