Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Brian Smith
nettle
Commits
f1d1d7e7
Commit
f1d1d7e7
authored
19 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
* sparc64/aes-encrypt-internal.asm: Include sparc/aes.m4.
Rev: src/nettle/sparc64/aes-encrypt-internal.asm:1.2
parent
0ebeef2c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sparc64/aes-encrypt-internal.asm
+15
-0
15 additions, 0 deletions
sparc64/aes-encrypt-internal.asm
with
15 additions
and
0 deletions
sparc64/aes-encrypt-internal.asm
+
15
−
0
View file @
f1d1d7e7
...
...
@@ -22,6 +22,10 @@ C The only difference between this code and the sparc32 code is the
C
frame
offsets
,
and
the
magic
BIAS
when
accessing
the
stack
(
which
C
doesn
'
t
matter
,
si
nce
we
don
'
t
access
any
data
on
the
stack
)
.
C
Use
the
same
AES
macros
as
on
sp
arc32.
include_src
(
sp
arc
/
aes.m4
)
C
Arguments
define
(
<
CTX
>
,
<%
i0
>
)
define
(
<
T
>
,
<%
i1
>
)
...
...
@@ -132,3 +136,14 @@ PROLOGUE(_nettle_aes_encrypt)
ret
rest
ore
EPILOGUE
(
_nettle_aes_encrypt
)
C
Stats
for
AES
128
on
sellafield.lysator.liu.se
(
UE450
,
296
MHz
)
C
1
.
nettle
-
1.13
C
-
code
(
nettle
-
1.13
assembler
was
broken
for
sp
arc64
)
C
2
.
New
C
-
code
C
3
.
New
assembler
code
(
basically
the
same
as
for
sp
arc32
)
C
MB
/
s
cycles
/
bl
ock
C
1
0.8
5781
C
2
1.8
2460
C
3
8.2
548
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment