Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Wim Lewis
nettle
Commits
a7ec8380
Commit
a7ec8380
authored
Apr 27, 2019
by
Simo Sorce
Committed by
Niels Möller
Apr 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing EPILOGUEs in assembly files
parent
0f3d1efc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
x86_64/poly1305-internal.asm
x86_64/poly1305-internal.asm
+1
-0
x86_64/serpent-decrypt.asm
x86_64/serpent-decrypt.asm
+1
-0
x86_64/serpent-encrypt.asm
x86_64/serpent-encrypt.asm
+1
-0
No files found.
x86_64/poly1305-internal.asm
View file @
a7ec8380
...
...
@@ -182,4 +182,5 @@ define(<T1>, <%rax>)
mov
XREG
(
%
rax
),
P1305_H2
(
CTX
)
W64_EXIT
(
2
,
0
)
ret
EPILOGUE
(
nettle_poly1305_digest
)
x86_64/serpent-decrypt.asm
View file @
a7ec8380
...
...
@@ -713,3 +713,4 @@ PROLOGUE(nettle_serpent_decrypt)
pop
%
rbx
W64_EXIT
(
4
,
13
)
ret
EPILOGUE
(
nettle_serpent_decrypt
)
x86_64/serpent-encrypt.asm
View file @
a7ec8380
...
...
@@ -748,3 +748,4 @@ C parallell.
pop
%
rbx
W64_EXIT
(
4
,
13
)
ret
EPILOGUE
(
nettle_serpent_encrypt
)
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