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
LSH
lsh
Commits
4287af88
Commit
4287af88
authored
Feb 12, 2002
by
Niels Möller
Browse files
(idx_row): New macro. Include asm.m4.
Rev: src/nettle/sparc/aes.asm:1.9
parent
8a20bfad
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/nettle/sparc/aes.asm
View file @
4287af88
...
...
@@ -15,6 +15,8 @@
!
aes256
(
CBC
encrypt
):
20.92
s
,
0.478
MB
/
s
!
aes256
((
CBC
decrypt
)):
23.22
s
,
0.431
MB
/
s
include
(
`
asm.m4
'
)
.file
"aes.asm"
.section
".text"
.align
4
...
...
@@ -130,22 +132,17 @@ key_addition32to8:
.type
idx
,
#
object
.size
idx
,
64
idx:
.long
0
.long
1
.long
2
.long
3
.long
1
.long
2
.long
3
.long
0
.long
2
.long
3
.long
0
.long
1
.long
3
.long
0
.long
1
.long
2
define
(
idx_row
,
<
.long
$
1
.long
$
2
.long
$
3
.long
$
4
>)
idx_row
(
0
,
1
,
2
,
3
)
idx_row
(
1
,
2
,
3
,
0
)
idx_row
(
2
,
3
,
0
,
1
)
idx_row
(
3
,
0
,
1
,
2
)
.align
8
.LLC0:
.asciz
"!
(
length
%
16
)
"
...
...
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