Skip to content
Snippets Groups Projects
Commit bf4cce19 authored by Niels Möller's avatar Niels Möller
Browse files

(_nettle_aes_crypt): Renamed functions, was

_aes_crypt.

Rev: src/nettle/sparc/aes.asm:1.125
parent 46aa943a
No related branches found
No related tags found
No related merge requests found
......@@ -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
restore
.Leord:
.size _aes_crypt,.Leord-_aes_crypt
.size _nettle_aes_crypt,.Leord-_nettle_aes_crypt
! Benchmarks on my slow sparcstation:
! Original C code
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment