summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/asm/aes-armv4.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/aes/asm/aes-armv4.pl')
-rw-r--r--src/lib/libcrypto/aes/asm/aes-armv4.pl16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/lib/libcrypto/aes/asm/aes-armv4.pl b/src/lib/libcrypto/aes/asm/aes-armv4.pl
index 86b86c4a0f..717cc1ed7f 100644
--- a/src/lib/libcrypto/aes/asm/aes-armv4.pl
+++ b/src/lib/libcrypto/aes/asm/aes-armv4.pl
@@ -404,10 +404,10 @@ _armv4_AES_encrypt:
404 ldr pc,[sp],#4 @ pop and return 404 ldr pc,[sp],#4 @ pop and return
405.size _armv4_AES_encrypt,.-_armv4_AES_encrypt 405.size _armv4_AES_encrypt,.-_armv4_AES_encrypt
406 406
407.global private_AES_set_encrypt_key 407.global AES_set_encrypt_key
408.type private_AES_set_encrypt_key,%function 408.type AES_set_encrypt_key,%function
409.align 5 409.align 5
410private_AES_set_encrypt_key: 410AES_set_encrypt_key:
411_armv4_AES_set_encrypt_key: 411_armv4_AES_set_encrypt_key:
412 sub r3,pc,#8 @ AES_set_encrypt_key 412 sub r3,pc,#8 @ AES_set_encrypt_key
413 teq r0,#0 413 teq r0,#0
@@ -679,12 +679,12 @@ _armv4_AES_set_encrypt_key:
679.Labrt: tst lr,#1 679.Labrt: tst lr,#1
680 moveq pc,lr @ be binary compatible with V4, yet 680 moveq pc,lr @ be binary compatible with V4, yet
681 bx lr @ interoperable with Thumb ISA:-) 681 bx lr @ interoperable with Thumb ISA:-)
682.size private_AES_set_encrypt_key,.-private_AES_set_encrypt_key 682.size AES_set_encrypt_key,.-AES_set_encrypt_key
683 683
684.global private_AES_set_decrypt_key 684.global AES_set_decrypt_key
685.type private_AES_set_decrypt_key,%function 685.type AES_set_decrypt_key,%function
686.align 5 686.align 5
687private_AES_set_decrypt_key: 687AES_set_decrypt_key:
688 str lr,[sp,#-4]! @ push lr 688 str lr,[sp,#-4]! @ push lr
689 bl _armv4_AES_set_encrypt_key 689 bl _armv4_AES_set_encrypt_key
690 teq r0,#0 690 teq r0,#0
@@ -773,7 +773,7 @@ $code.=<<___;
773 moveq pc,lr @ be binary compatible with V4, yet 773 moveq pc,lr @ be binary compatible with V4, yet
774 bx lr @ interoperable with Thumb ISA:-) 774 bx lr @ interoperable with Thumb ISA:-)
775#endif 775#endif
776.size private_AES_set_decrypt_key,.-private_AES_set_decrypt_key 776.size AES_set_decrypt_key,.-AES_set_decrypt_key
777 777
778.type AES_Td,%object 778.type AES_Td,%object
779.align 5 779.align 5