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
4b2c4a5a
Commit
4b2c4a5a
authored
23 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(_aes_crypt): Renamed variables in source_loop.
Rev: src/nettle/sparc/aes.asm:1.47
parent
34c69c88
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/nettle/sparc/aes.asm
+12
-13
12 additions, 13 deletions
src/nettle/sparc/aes.asm
with
12 additions
and
13 deletions
src/nettle/sparc/aes.asm
+
12
−
13
View file @
4b2c4a5a
...
@@ -69,28 +69,27 @@ _aes_crypt:
...
@@ -69,28 +69,27 @@ _aes_crypt:
mov
-
4
,
i
mov
-
4
,
i
.Lsource_loop:
.Lsource_loop:
add
i
,
4
,
i
add
i
,
4
,
i
!
mov
src
,
%
o5
ldub
[
src
+
3
],
%
g2
ldub
[
src
+
3
],
t3
ldub
[
src
+
2
],
%
g3
ldub
[
src
+
2
],
t2
sll
%
g2
,
24
,
%
g2
sll
t3
,
24
,
t3
ldub
[
src
+
1
],
%
o0
ldub
[
src
+
1
],
t1
sll
%
g3
,
16
,
%
g3
sll
t2
,
16
,
t2
or
%
g2
,
%
g3
,
%
g2
or
t3
,
t2
,
t3
ldub
[
src
],
%
o5
ldub
[
src
],
t0
sll
%
o0
,
8
,
%
o0
sll
t1
,
8
,
t1
ld
[
ctx
+
i
],
%
g3
ld
[
ctx
+
i
],
%
g3
or
%
g2
,
%
o0
,
%
g2
or
t3
,
t1
,
t3
or
%
g2
,
%
o5
,
%
g2
or
t3
,
t0
,
t3
xor
%
g2
,
%
g3
,
%
g2
xor
t3
,
%
g3
,
t3
add
src
,
4
,
src
add
src
,
4
,
src
cmp
i
,
8
cmp
i
,
8
bleu
.Lsource_loop
bleu
.Lsource_loop
st
%
g2
,
[
wtxt
+
i
]
st
t3
,
[
wtxt
+
i
]
mov
16
,
round
mov
16
,
round
add
ctx
,
16
,
key
add
ctx
,
16
,
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