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
Snippets
Deploy
Releases
Container registry
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
Wim Lewis
nettle
Commits
c209a74e
Commit
c209a74e
authored
23 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup.
Rev: src/nettle/sparc/aes.asm:1.92
parent
ca23f223
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sparc/aes.asm
+1
-9
1 addition, 9 deletions
sparc/aes.asm
with
1 addition
and
9 deletions
sparc/aes.asm
+
1
−
9
View file @
c209a74e
...
@@ -286,16 +286,12 @@ _aes_crypt:
...
@@ -286,16 +286,12 @@ _aes_crypt:
bne
.Lround_loop
bne
.Lround_loop
add
key
,
16
,
key
add
key
,
16
,
key
!
final
round
!
Final
round
!
Use
round
as
the
loop
variable
,
as
it
'
s
al
ready
zero
undefine
(
<
i
>
)
define
(
i
,
round
)
!
Comments
mark
which
j
in
T
->
sbox
[
Bj
(
wtxt
[
IDXj
(
i
)])]
!
Comments
mark
which
j
in
T
->
sbox
[
Bj
(
wtxt
[
IDXj
(
i
)])]
!
the
instruction
is
part
of.
!
the
instruction
is
part
of.
C
Unrolled
final
loop
begins
C
Unrolled
final
loop
begins
!
NOTE:
First
instruction
duplicated
in
delay
slot
C
i
=
0
C
i
=
0
ld
[
IDX1
+
0
],
t1
!
1
ld
[
IDX1
+
0
],
t1
!
1
...
@@ -325,7 +321,6 @@ define(i, round)
...
@@ -325,7 +321,6 @@ define(i, round)
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t2
,
t0
xor
t0
,
t2
,
t0
C
add
i
,
4
,
i
srl
t0
,
24
,
t3
srl
t0
,
24
,
t3
srl
t0
,
16
,
t2
srl
t0
,
16
,
t2
...
@@ -366,7 +361,6 @@ define(i, round)
...
@@ -366,7 +361,6 @@ define(i, round)
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t2
,
t0
xor
t0
,
t2
,
t0
C
add
i
,
4
,
i
srl
t0
,
24
,
t3
srl
t0
,
24
,
t3
srl
t0
,
16
,
t2
srl
t0
,
16
,
t2
...
@@ -407,7 +401,6 @@ define(i, round)
...
@@ -407,7 +401,6 @@ define(i, round)
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t2
,
t0
xor
t0
,
t2
,
t0
C
add
i
,
4
,
i
srl
t0
,
24
,
t3
srl
t0
,
24
,
t3
srl
t0
,
16
,
t2
srl
t0
,
16
,
t2
...
@@ -448,7 +441,6 @@ define(i, round)
...
@@ -448,7 +441,6 @@ define(i, round)
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t2
,
t0
xor
t0
,
t2
,
t0
C
add
i
,
4
,
i
srl
t0
,
24
,
t3
srl
t0
,
24
,
t3
srl
t0
,
16
,
t2
srl
t0
,
16
,
t2
...
...
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