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
332e72e8
Commit
332e72e8
authored
Oct 07, 2013
by
Niels Möller
Browse files
Corrected .file pseudo-ops.
parent
7a42d11a
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
332e72e8
...
...
@@ -5,7 +5,8 @@
* camellia-internal.h (_camellia_crypt): Updated prototype.
* camellia-crypt-internal.c (_camellia_crypt): Take separate
arguments for rounds and subkey array.
* x86_64/camellia-crypt-internal.asm: Likewise.
* x86_64/camellia-crypt-internal.asm: Likewise. Also corrected
.file pseudo-ops.
* x86/camellia-crypt-internal.asm: Likewise.
2013-10-05 Niels Möller <nisse@lysator.liu.se>
...
...
x86/camellia-crypt-internal.asm
View file @
332e72e8
...
...
@@ -135,9 +135,9 @@ define(<FLINV>, <
xorl
TMP
,
$
1
>)
.file
"
camellia
-
en
crypt
-
internal.asm
"
.file
"
camellia
-
crypt
-
internal.asm
"
C
_camellia_crypt
(
unsigned
rounds
,
const
uint64_t
*
keys
,
C
_camellia_crypt
(
unsigned
rounds
,
const
uint64_t
*
keys
,
C
const
struct
camellia_table
*
T
,
C
si
ze_t
length
,
uint8_t
*
ds
t
,
C
uint8_t
*
src
)
...
...
x86_64/camellia-crypt-internal.asm
View file @
332e72e8
...
...
@@ -115,7 +115,7 @@ C xorl XREG(TMP), XREG($1)
xor
TMP
,
$
1
>)
.file
"
camellia
-
en
crypt
-
internal.asm
"
.file
"
camellia
-
crypt
-
internal.asm
"
C
_camellia_crypt
(
unsigned
rounds
,
const
uint64_t
*
keys
,
C
const
struct
camellia_table
*
T
,
...
...
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