Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
751c8ea8
Commit
751c8ea8
authored
Mar 07, 2009
by
Niels Möller
Browse files
Trivial comment fixes.
Rev: nettle/x86/aes-decrypt-internal.asm:1.6 Rev: nettle/x86/aes-encrypt-internal.asm:1.6
parent
63d13b84
Changes
2
Hide whitespace changes
Inline
Side-by-side
nettle/x86/aes-decrypt-internal.asm
View file @
751c8ea8
...
...
@@ -76,10 +76,9 @@ PROLOGUE(_nettle_aes_decrypt)
jz
.Lend
shrl
$
4
,
FRAME_LENGTH
.Lblock_loop:
movl
FRAME_CTX
,
KEY
C
address
of
context
struct
ctx
C
get
number
of
rounds
to
do
from
ctx
struct
movl
FRAME_SRC
,
TMP
C
address
of
plaintext
AES_LOAD
(
SA
,
SB
,
SC
,
SD
,
TMP
,
KEY
)
...
...
nettle/x86/aes-encrypt-internal.asm
View file @
751c8ea8
...
...
@@ -76,9 +76,9 @@ PROLOGUE(_nettle_aes_encrypt)
jz
.Lend
shrl
$
4
,
FRAME_LENGTH
.Lblock_loop:
movl
FRAME_CTX
,
KEY
C
address
of
context
struct
ctx
C
get
number
of
rounds
to
do
from
ctx
struct
movl
FRAME_SRC
,
TMP
C
address
of
plaintext
AES_LOAD
(
SA
,
SB
,
SC
,
SD
,
TMP
,
KEY
)
...
...
@@ -152,7 +152,7 @@ PROLOGUE(_nettle_aes_encrypt)
AES_STORE
(
SA
,
SB
,
SC
,
SD
,
KEY
,
TMP
)
addl
$
16
,
FRAME_DST
C
Increment
destination
pointer
decl
FRAME_LENGTH
C
Length
decl
FRAME_LENGTH
jnz
.Lblock_loop
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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