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
Nettle
nettle
Commits
bf4cce19
Commit
bf4cce19
authored
Apr 12, 2003
by
Niels Möller
Browse files
(_nettle_aes_crypt): Renamed functions, was
_aes_crypt. Rev: src/nettle/sparc/aes.asm:1.125
parent
46aa943a
Changes
1
Show whitespace changes
Inline
Side-by-side
sparc/aes.asm
View file @
bf4cce19
...
@@ -176,11 +176,11 @@ define(<FRAME_SIZE>, 136)
...
@@ -176,11 +176,11 @@ define(<FRAME_SIZE>, 136)
.section
".text"
.section
".text"
.align
16
.align
16
.global
_aes_crypt
.global
_nettle
_aes_crypt
.type
_aes_crypt
,
#
function
.type
_nettle
_aes_crypt
,
#
function
.proc
020
.proc
020
_aes_crypt:
_nettle
_aes_crypt:
save
%
sp
,
-
FRAME_SIZE
,
%
sp
save
%
sp
,
-
FRAME_SIZE
,
%
sp
cmp
length
,
0
cmp
length
,
0
be
.Lend
be
.Lend
...
@@ -241,7 +241,7 @@ _aes_crypt:
...
@@ -241,7 +241,7 @@ _aes_crypt:
ret
ret
rest
ore
rest
ore
.Leord:
.Leord:
.size
_aes_crypt
,
.Leord
-
_aes_crypt
.size
_nettle
_aes_crypt
,
.Leord
-
_
nettle_
aes_crypt
!
Benchmarks
on
my
slow
sp
arcstation
:
!
Benchmarks
on
my
slow
sp
arcstation
:
!
Original
C
code
!
Original
C
code
...
...
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