Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nettle
nettle
Commits
2c249f44
Commit
2c249f44
authored
May 16, 2002
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Work in progress, reordering AES_LOAD.
Rev: src/nettle/sparc/aes.asm:1.120
parent
08e2814a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
sparc/aes.asm
sparc/aes.asm
+6
-7
No files found.
sparc/aes.asm
View file @
2c249f44
...
...
@@ -71,20 +71,19 @@ define(<AES_LOAD>, <
ldub
[
src
+
$
1
+
2
],
t2
sll
t1
,
8
,
t1
or
t0
,
t1
,
t0
ldub
[
src
+
$
1
+
3
],
t
3
sll
t
3
,
24
,
t
3
ldub
[
src
+
$
1
+
3
],
t
1
sll
t
1
,
24
,
t
1
sll
t2
,
16
,
t2
or
t
3
,
t2
,
t
3
or
t
1
,
t2
,
t
1
!
Get
subkey
ld
[
ctx
+
$
1
],
t2
C
or
t3
,
t1
,
t3
or
t3
,
t0
,
t3
xor
t3
,
t2
,
t3
or
t1
,
t0
,
t0
xor
t0
,
t2
,
t0
st
t
3
,
[
wtxt
+
$
1
]
st
t
0
,
[
wtxt
+
$
1
]
C
add
src
,
4
,
src
C
ldub
[
src
+
$
1
],
t0
...
...
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