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
c209a74e
Commit
c209a74e
authored
May 15, 2002
by
Niels Möller
Browse files
Cleanup.
Rev: src/nettle/sparc/aes.asm:1.92
parent
ca23f223
Changes
1
Hide whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
c209a74e
...
...
@@ -286,16 +286,12 @@ _aes_crypt:
bne
.Lround_loop
add
key
,
16
,
key
!
final
round
!
Use
round
as
the
loop
variable
,
as
it
'
s
al
ready
zero
undefine
(
<
i
>
)
define
(
i
,
round
)
!
Final
round
!
Comments
mark
which
j
in
T
->
sbox
[
Bj
(
wtxt
[
IDXj
(
i
)])]
!
the
instruction
is
part
of.
C
Unrolled
final
loop
begins
!
NOTE:
First
instruction
duplicated
in
delay
slot
C
i
=
0
ld
[
IDX1
+
0
],
t1
!
1
...
...
@@ -325,7 +321,6 @@ define(i, round)
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t2
,
t0
C
add
i
,
4
,
i
srl
t0
,
24
,
t3
srl
t0
,
16
,
t2
...
...
@@ -366,7 +361,6 @@ define(i, round)
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t2
,
t0
C
add
i
,
4
,
i
srl
t0
,
24
,
t3
srl
t0
,
16
,
t2
...
...
@@ -407,7 +401,6 @@ define(i, round)
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t2
,
t0
C
add
i
,
4
,
i
srl
t0
,
24
,
t3
srl
t0
,
16
,
t2
...
...
@@ -448,7 +441,6 @@ define(i, round)
or
t0
,
t3
,
t0
!
0
,
1
,
2
,
3
xor
t0
,
t2
,
t0
C
add
i
,
4
,
i
srl
t0
,
24
,
t3
srl
t0
,
16
,
t2
...
...
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