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
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
332e72e8
Commit
332e72e8
authored
Oct 07, 2013
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected .file pseudo-ops.
parent
7a42d11a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
ChangeLog
ChangeLog
+2
-1
x86/camellia-crypt-internal.asm
x86/camellia-crypt-internal.asm
+2
-2
x86_64/camellia-crypt-internal.asm
x86_64/camellia-crypt-internal.asm
+1
-1
No files found.
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
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