Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LSH
lsh
Commits
16236541
Commit
16236541
authored
May 14, 2002
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes..
Rev: src/nettle/x86/aes-encrypt.asm:1.9
parent
59bca3f5
Loading
Loading
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/nettle/x86/aes-encrypt.asm
+3
-3
3 additions, 3 deletions
src/nettle/x86/aes-encrypt.asm
with
3 additions
and
3 deletions
src/nettle/x86/aes-encrypt.asm
+
3
−
3
View file @
16236541
...
...
@@ -51,7 +51,7 @@ aes_encrypt:
movl
24
(
%
esp
),
%
ebp
C
What
'
s
the
right
way
to
set
the
flags?
add
l
$
0
,
%
ebp
cmp
l
$
0
,
%
ebp
jz
.Lencrypt_end
.Lencrypt_block_loop:
...
...
@@ -61,8 +61,8 @@ aes_encrypt:
addl
$
16
,
32
(
%
esp
)
C
Increment
src
pointer
C
FIXME
:
Use
%
esi
instead
movl
20
(
%
esp
),
%
ebp
C
address
of
context
struct
movl
AES_NROUNDS
(
%
e
bp
),
%
ebp
C
get
number
of
rounds
to
do
from
struct
C
movl
20
(
%
esp
),
%
ebp
C
address
of
context
struct
movl
AES_NROUNDS
(
%
e
si
),
%
ebp
C
get
number
of
rounds
to
do
from
struct
subl
$
1
,
%
ebp
addl
$
16
,
%
esi
C
point
to
next
key
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment