Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
face15e9
Commit
face15e9
authored
23 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(_aes_crypt): In final_loop, use i for indexing.
Rev: src/nettle/sparc/aes.asm:1.59
parent
23921779
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sparc/aes.asm
+16
-13
16 additions, 13 deletions
sparc/aes.asm
with
16 additions
and
13 deletions
sparc/aes.asm
+
16
−
13
View file @
face15e9
...
...
@@ -174,14 +174,13 @@ _aes_crypt:
!
Comments
mark
which
j
in
T
->
sbox
[
Bj
(
wtxt
[
IDXj
(
i
)])]
!
the
instruction
is
part
of
ld
[
idx
-
32
],
t1
!
1
!
sll
i
,
2
,
%
i5
mov
i
,
%
i5
!
mov
i
,
%
i5
add
wtxt
,
t1
,
t1
!
1
ldub
[
t1
+
2
],
t1
!
1
add
%
i5
,
ds
t
,
%
g2
add
i
,
ds
t
,
%
g2
ld
[
idx
-
16
],
t2
!
2
add
i
,
4
,
i
ld
[
wtxt
+%
i5
],
t0
!
0
ld
[
wtxt
+
i
],
t0
!
0
lduh
[
wtxt
+
t2
],
t2
!
2
and
t0
,
255
,
t0
!
0
...
...
@@ -194,22 +193,26 @@ _aes_crypt:
ldub
[
wtxt
+
t3
],
t3
!
3
or
t0
,
t1
,
t0
!
0
,
1
ldub
[
T
+
t2
],
t2
!
2
cmp
i
,
12
ldub
[
T
+
t3
],
t3
!
3
sll
t2
,
16
,
t2
!
2
or
t0
,
t2
,
t0
!
0
,
1
,
2
ld
[
key
+
%
i5
],
t2
ld
[
key
+
i
],
t2
sll
t3
,
24
,
t3
!
3
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t2
,
%
g3
srl
%
g3
,
24
,
t3
srl
%
g3
,
16
,
t2
srl
%
g3
,
8
,
t1
xor
t0
,
t2
,
t0
add
i
,
4
,
i
cmp
i
,
12
srl
t0
,
24
,
t3
srl
t0
,
16
,
t2
srl
t0
,
8
,
t1
stb
t1
,
[
%
g2
+
1
]
stb
t3
,
[
%
g2
+
3
]
stb
t2
,
[
%
g2
+
2
]
stb
%
g3
,
[
ds
t
+%
i5
]
add
round
,
4
,
round
stb
t0
,
[
%
g2
]
bleu
.Lfinal_loop
add
idx
,
4
,
idx
...
...
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