Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
2c508beb
Commit
2c508beb
authored
Apr 23, 2013
by
Martin Storsjö
Committed by
Niels Möller
Apr 23, 2013
Browse files
sha: Add the missing W64_EXIT epilogue macro
parent
99740b4f
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
2c508beb
2013-04-23 Niels Möller <nisse@lysator.liu.se>
From Martin Storsjö:
* x86_64/sha256-compress.asm: Add forgotten W64_EXIT.
* x86_64/sha512-compress.asm: Likewise.
* x86_64/salsa20-crypt.asm (Lpartial): Don't return via W64_EXIT
within this subfunction.
* x86_64/machine.m4 (W64_ENTRY): Use movdqu instead of movdqa for
...
...
x86_64/sha256-compress.asm
View file @
2c508beb
...
...
@@ -192,5 +192,6 @@ PROLOGUE(_nettle_sha256_compress)
mov
112
(
%
rsp
),
%
r15
add
$
120
,
%
rsp
W64_EXIT
(
3
,
0
)
ret
EPILOGUE
(
_nettle_sha256_compress
)
x86_64/sha512-compress.asm
View file @
2c508beb
...
...
@@ -192,5 +192,6 @@ PROLOGUE(_nettle_sha512_compress)
mov
176
(
%
rsp
),
%
r15
add
$
184
,
%
rsp
W64_EXIT
(
3
,
0
)
ret
EPILOGUE
(
_nettle_sha512_compress
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment