Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
87228d36
Commit
87228d36
authored
Feb 25, 2002
by
Niels Möller
Browse files
(_aes_crypt): More renamings in the output code.
Rev: src/nettle/sparc/aes.asm:1.56
parent
8765e72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
87228d36
...
...
@@ -201,12 +201,12 @@ _aes_crypt:
sll
t3
,
24
,
t3
!
3
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t2
,
%
g3
srl
%
g3
,
24
,
%
o5
srl
%
g3
,
16
,
%
o0
srl
%
g3
,
8
,
t
2
stb
t
2
,
[
%
g2
+
1
]
stb
%
o5
,
[
%
g2
+
3
]
stb
%
o0
,
[
%
g2
+
2
]
srl
%
g3
,
24
,
t3
srl
%
g3
,
16
,
t2
srl
%
g3
,
8
,
t
1
stb
t
1
,
[
%
g2
+
1
]
stb
t3
,
[
%
g2
+
3
]
stb
t2
,
[
%
g2
+
2
]
stb
%
g3
,
[
ds
t
+%
i5
]
add
round
,
4
,
round
bleu
.Lfinal_loop
...
...
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