projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c30a250
)
aesni-x86_64.pl: make it compile on MacOS X.
author
Andy Polyakov
<appro@openssl.org>
Wed, 18 May 2011 17:05:24 +0000
(17:05 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Wed, 18 May 2011 17:05:24 +0000
(17:05 +0000)
crypto/aes/asm/aesni-x86_64.pl
patch
|
blob
|
history
diff --git
a/crypto/aes/asm/aesni-x86_64.pl
b/crypto/aes/asm/aesni-x86_64.pl
index 8689ad99b75010d4240904cbed751a9de2801b9c..4602068ffcf176a91e66ec99730f3763cce0d4b1 100644
(file)
--- a/
crypto/aes/asm/aesni-x86_64.pl
+++ b/
crypto/aes/asm/aesni-x86_64.pl
@@
-975,7
+975,7
@@
$code.=<<___;
.align 16
${PREFIX}_set_decrypt_key:
.byte 0x48,0x83,0xEC,0x08 # sub rsp,8
- call _aesni_set_encrypt_key
+ call _
_
aesni_set_encrypt_key
shl \$4,$bits # rounds-1 after _aesni_set_encrypt_key
test %eax,%eax
jnz .Ldec_key_ret
@@
-1024,7
+1024,7
@@
$code.=<<___;
.type ${PREFIX}_set_encrypt_key,\@abi-omnipotent
.align 16
${PREFIX}_set_encrypt_key:
-_aesni_set_encrypt_key:
+_
_
aesni_set_encrypt_key:
.byte 0x48,0x83,0xEC,0x08 # sub rsp,8
mov \$-1,%rax
test $inp,$inp