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
LSH
lsh
Commits
71a4e680
Commit
71a4e680
authored
Feb 25, 2002
by
Niels Möller
Browse files
(_aes_crypt): Update dst in the output loop. This yields a delay
slot that isn't filled yet. Rev: src/nettle/sparc/aes.asm:1.60
parent
28ef06a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/sparc/aes.asm
View file @
71a4e680
...
...
@@ -174,12 +174,11 @@ _aes_crypt:
!
Comments
mark
which
j
in
T
->
sbox
[
Bj
(
wtxt
[
IDXj
(
i
)])]
!
the
instruction
is
part
of
ld
[
idx
-
32
],
t1
!
1
ld
[
idx
-
16
],
t2
!
2
!
mov
i
,
%
i5
add
wtxt
,
t1
,
t1
!
1
ldub
[
t1
+
2
],
t1
!
1
add
i
,
ds
t
,
%
g2
ld
[
idx
-
16
],
t2
!
2
ld
[
wtxt
+
i
],
t0
!
0
lduh
[
wtxt
+
t2
],
t2
!
2
...
...
@@ -208,17 +207,19 @@ _aes_crypt:
srl
t0
,
24
,
t3
srl
t0
,
16
,
t2
srl
t0
,
8
,
t1
stb
t1
,
[
%
g2
+
1
]
stb
t3
,
[
%
g2
+
3
]
stb
t2
,
[
%
g2
+
2
]
stb
t0
,
[
%
g2
]
stb
t1
,
[
ds
t
+
1
]
stb
t3
,
[
ds
t
+
3
]
stb
t2
,
[
ds
t
+
2
]
stb
t0
,
[
ds
t
]
add
ds
t
,
4
,
ds
t
bleu
.Lfinal_loop
add
idx
,
4
,
idx
addcc
length
,
-
16
,
length
bne
.Lblock_loop
add
ds
t
,
16
,
ds
t
nop
!
add
ds
t
,
16
,
ds
t
.Lend:
ret
rest
ore
...
...
Write
Preview
Supports
Markdown
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