Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Brian Smith
nettle
Commits
2c508beb
Commit
2c508beb
authored
Apr 23, 2013
by
Martin Storsjö
Committed by
Niels Möller
Apr 23, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sha: Add the missing W64_EXIT epilogue macro
parent
99740b4f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
ChangeLog
ChangeLog
+2
-0
x86_64/sha256-compress.asm
x86_64/sha256-compress.asm
+1
-0
x86_64/sha512-compress.asm
x86_64/sha512-compress.asm
+1
-0
No files found.
ChangeLog
View file @
2c508beb
2013-04-23 Niels Möller <nisse@lysator.liu.se>
2013-04-23 Niels Möller <nisse@lysator.liu.se>
From Martin Storsjö:
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
* x86_64/salsa20-crypt.asm (Lpartial): Don't return via W64_EXIT
within this subfunction.
within this subfunction.
* x86_64/machine.m4 (W64_ENTRY): Use movdqu instead of movdqa for
* 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)
...
@@ -192,5 +192,6 @@ PROLOGUE(_nettle_sha256_compress)
mov
112
(
%
rsp
),
%
r15
mov
112
(
%
rsp
),
%
r15
add
$
120
,
%
rsp
add
$
120
,
%
rsp
W64_EXIT
(
3
,
0
)
ret
ret
EPILOGUE
(
_nettle_sha256_compress
)
EPILOGUE
(
_nettle_sha256_compress
)
x86_64/sha512-compress.asm
View file @
2c508beb
...
@@ -192,5 +192,6 @@ PROLOGUE(_nettle_sha512_compress)
...
@@ -192,5 +192,6 @@ PROLOGUE(_nettle_sha512_compress)
mov
176
(
%
rsp
),
%
r15
mov
176
(
%
rsp
),
%
r15
add
$
184
,
%
rsp
add
$
184
,
%
rsp
W64_EXIT
(
3
,
0
)
ret
ret
EPILOGUE
(
_nettle_sha512_compress
)
EPILOGUE
(
_nettle_sha512_compress
)
Write
Preview
Markdown
is supported
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