diff options
Diffstat (limited to 'src/lib/libcrypto/aes/asm/aes-armv4.pl')
-rw-r--r-- | src/lib/libcrypto/aes/asm/aes-armv4.pl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/libcrypto/aes/asm/aes-armv4.pl b/src/lib/libcrypto/aes/asm/aes-armv4.pl index 1cb9586d4b..3d581c5d7c 100644 --- a/src/lib/libcrypto/aes/asm/aes-armv4.pl +++ b/src/lib/libcrypto/aes/asm/aes-armv4.pl | |||
@@ -404,12 +404,12 @@ _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 AES_set_encrypt_key | 407 | .global aes_set_encrypt_key_internal |
408 | .type AES_set_encrypt_key,%function | 408 | .type aes_set_encrypt_key_internal,%function |
409 | .align 5 | 409 | .align 5 |
410 | AES_set_encrypt_key: | 410 | aes_set_encrypt_key_internal: |
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_internal |
413 | teq r0,#0 | 413 | teq r0,#0 |
414 | moveq r0,#-1 | 414 | moveq r0,#-1 |
415 | beq .Labrt | 415 | beq .Labrt |
@@ -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 AES_set_encrypt_key,.-AES_set_encrypt_key | 682 | .size aes_set_encrypt_key_internal,.-aes_set_encrypt_key_internal |
683 | 683 | ||
684 | .global AES_set_decrypt_key | 684 | .global aes_set_decrypt_key_internal |
685 | .type AES_set_decrypt_key,%function | 685 | .type aes_set_decrypt_key_internal,%function |
686 | .align 5 | 686 | .align 5 |
687 | AES_set_decrypt_key: | 687 | aes_set_decrypt_key_internal: |
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 AES_set_decrypt_key,.-AES_set_decrypt_key | 776 | .size aes_set_decrypt_key_internal,.-aes_set_decrypt_key_internal |
777 | 777 | ||
778 | .type AES_Td,%object | 778 | .type AES_Td,%object |
779 | .align 5 | 779 | .align 5 |