x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*
[linux-2.6-microblaze.git] / arch / x86 / crypto / twofish-i586-asm_32.S
index 290cc4e..a6f09e4 100644 (file)
        xor     %esi,           d ## D;\
        ror     $1,             d ## D;
 
-ENTRY(twofish_enc_blk)
+SYM_FUNC_START(twofish_enc_blk)
        push    %ebp                    /* save registers according to calling convention*/
        push    %ebx
        push    %esi
@@ -261,9 +261,9 @@ ENTRY(twofish_enc_blk)
        pop     %ebp
        mov     $1,     %eax
        ret
-ENDPROC(twofish_enc_blk)
+SYM_FUNC_END(twofish_enc_blk)
 
-ENTRY(twofish_dec_blk)
+SYM_FUNC_START(twofish_dec_blk)
        push    %ebp                    /* save registers according to calling convention*/
        push    %ebx
        push    %esi
@@ -318,4 +318,4 @@ ENTRY(twofish_dec_blk)
        pop     %ebp
        mov     $1,     %eax
        ret
-ENDPROC(twofish_dec_blk)
+SYM_FUNC_END(twofish_dec_blk)