Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lsh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LSH
lsh
Commits
93862725
Commit
93862725
authored
Feb 25, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(_aes_crypt): Changed stop condition in source_loop to not depend
on i. Rev: src/nettle/sparc/aes.asm:1.48
parent
4b2c4a5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
+13
-3
src/nettle/sparc/aes.asm
src/nettle/sparc/aes.asm
+13
-3
No files found.
src/nettle/sparc/aes.asm
View file @
93862725
...
...
@@ -67,6 +67,14 @@ _aes_crypt:
.Lblock_loop:
!
Read
src
,
and
add
initial
subkey
mov
-
4
,
i
!
Read
src
,
and
add
initial
subkey
!
mov
-
4
,
i
!
Difference
between
ctx
and
src
sub
ctx
,
src
,
%
g2
!
Difference
between
wtxt
and
src
sub
wtxt
,
src
,
%
g3
!
For
stop
condition
add
src
,
12
,
%
g4
.Lsource_loop:
add
i
,
4
,
i
...
...
@@ -80,13 +88,15 @@ _aes_crypt:
ldub
[
src
],
t0
sll
t1
,
8
,
t1
ld
[
ctx
+
i
],
%
g3
!
Get
subkey
ld
[
ctx
+
i
],
t2
or
t3
,
t1
,
t3
or
t3
,
t0
,
t3
xor
t3
,
%
g3
,
t3
xor
t3
,
t2
,
t3
add
src
,
4
,
src
cmp
i
,
8
!
cmp
i
,
8
cmp
src
,
%
g4
bleu
.Lsource_loop
st
t3
,
[
wtxt
+
i
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment