Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
bf4cce19
Commit
bf4cce19
authored
Apr 12, 2003
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(_nettle_aes_crypt): Renamed functions, was
_aes_crypt. Rev: src/nettle/sparc/aes.asm:1.125
parent
46aa943a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sparc/aes.asm
sparc/aes.asm
+4
-4
No files found.
sparc/aes.asm
View file @
bf4cce19
...
...
@@ -176,11 +176,11 @@ define(<FRAME_SIZE>, 136)
.section
".text"
.align
16
.global
_aes_crypt
.type
_aes_crypt
,
#
function
.global
_
nettle_
aes_crypt
.type
_
nettle_
aes_crypt
,
#
function
.proc
020
_aes_crypt:
_
nettle_
aes_crypt:
save
%
sp
,
-
FRAME_SIZE
,
%
sp
cmp
length
,
0
be
.Lend
...
...
@@ -241,7 +241,7 @@ _aes_crypt:
ret
rest
ore
.Leord:
.size
_
aes_crypt
,
.Leord
-
_aes_crypt
.size
_
nettle_aes_crypt
,
.Leord
-
_nettle
_aes_crypt
!
Benchmarks
on
my
slow
sp
arcstation
:
!
Original
C
code
...
...
Write
Preview
Markdown
is supported
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