]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(_nettle_aes_crypt): Renamed functions, was
authorNiels Möller <nisse@lysator.liu.se>
Sat, 12 Apr 2003 15:47:25 +0000 (17:47 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 12 Apr 2003 15:47:25 +0000 (17:47 +0200)
_aes_crypt.

Rev: src/nettle/sparc/aes.asm:1.125

sparc/aes.asm

index 9fce564f473bf51dbc86865296155c70bb10baba..edaf881aba398263ad746441d03f598fad9f9f74 100644 (file)
@@ -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