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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
8d1e9319
Commit
8d1e9319
authored
23 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(_aes_crypt): Deleted one more addition from the inner loop, by
using the subkey pointer. Rev: src/nettle/sparc/aes.asm:1.44
parent
c8bd8e39
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
+7
-5
7 additions, 5 deletions
sparc/aes.asm
with
7 additions
and
5 deletions
sparc/aes.asm
+
7
−
5
View file @
8d1e9319
...
@@ -120,7 +120,7 @@ _aes_crypt:
...
@@ -120,7 +120,7 @@ _aes_crypt:
!
add
%
o3
,
4
,
%
o3
!
add
%
o3
,
4
,
%
o3
mov
16
,
round
mov
16
,
round
!
add
ctx
,
16
,
key
add
ctx
,
16
,
key
.Lround_loop:
.Lround_loop:
!
4
*
i
!
4
*
i
...
@@ -168,9 +168,9 @@ _aes_crypt:
...
@@ -168,9 +168,9 @@ _aes_crypt:
add
idx
,
4
,
idx
add
idx
,
4
,
idx
!
Fetch
roundkey
!
Fetch
roundkey
ld
[
ctx
+
round
],
t1
!
ld
[
ctx
+
round
],
t1
add
round
,
4
,
round
!
add
round
,
4
,
round
!
ld
[
key
+
i
],
t1
ld
[
key
+
i
],
t1
xor
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t1
,
t0
xor
t0
,
t1
,
t0
...
@@ -182,13 +182,15 @@ _aes_crypt:
...
@@ -182,13 +182,15 @@ _aes_crypt:
!
switch
roles
for
tmp
and
wtxt
!
switch
roles
for
tmp
and
wtxt
xor
wtxt
,
di
ff
,
wtxt
xor
wtxt
,
di
ff
,
wtxt
!
add
key
,
16
,
key
add
round
,
16
,
round
add
key
,
16
,
key
cmp
round
,
nrounds
cmp
round
,
nrounds
blu
.Lround_loop
blu
.Lround_loop
xor
tmp
,
di
ff
,
tmp
xor
tmp
,
di
ff
,
tmp
!
final
round
!
final
round
mov
0
,
i
mov
0
,
i
!
IDX3
add
T
,
288
,
%
g4
add
T
,
288
,
%
g4
.Lfinal_loop:
.Lfinal_loop:
ld
[
%
g4
-
32
],
%
g2
ld
[
%
g4
-
32
],
%
g2
...
...
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