Skip to content
GitLab
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
08e2814a
Commit
08e2814a
authored
May 16, 2002
by
Niels Möller
Browse files
Work in progress, reordering AES_LOAD.
Rev: src/nettle/sparc/aes.asm:1.119
parent
059a39cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
08e2814a
...
...
@@ -66,19 +66,21 @@ define(t3, %o3)
C
AES_LOAD
(
i
)
C
Get
one
word
of
input
,
XOR
with
first
subkey
,
store
in
wtxt
define
(
<
AES_LOAD
>
,
<
ldub
[
src
+
$
1
+
3
],
t3
ldub
[
src
+
$
1
],
t0
ldub
[
src
+
$
1
+
1
],
t1
ldub
[
src
+
$
1
+
2
],
t2
sll
t1
,
8
,
t1
or
t0
,
t1
,
t0
ldub
[
src
+
$
1
+
3
],
t3
sll
t3
,
24
,
t3
ldub
[
src
+
$
1
+
1
],
t1
sll
t2
,
16
,
t2
or
t3
,
t2
,
t3
ldub
[
src
+
$
1
],
t0
sll
t1
,
8
,
t1
!
Get
subkey
ld
[
ctx
+
$
1
],
t2
or
t3
,
t1
,
t3
C
or
t3
,
t1
,
t3
or
t3
,
t0
,
t3
xor
t3
,
t2
,
t3
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment