Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Side by Side Diff: third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S

Issue 1321793002: Roll src/third_party/boringssl/src 12fe1b25e..ac8302a09 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll further Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 #if defined(__arm__) 1 #if defined(__arm__)
2 #include "arm_arch.h" 2 #include <openssl/arm_arch.h>
3 3
4 .text 4 .text
5 .code 32 5 .code 32
6 6
7 #if __ARM_MAX_ARCH__>=7 7 #if __ARM_MAX_ARCH__>=7
8 .align 5 8 .align 5
9 .LOPENSSL_armcap: 9 .LOPENSSL_armcap:
10 .word OPENSSL_armcap_P-.Lbn_mul_mont 10 .word OPENSSL_armcap_P-.Lbn_mul_mont
11 #endif 11 #endif
12 12
(...skipping 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 .size bn_mul8x_mont_neon,.-bn_mul8x_mont_neon 580 .size bn_mul8x_mont_neon,.-bn_mul8x_mont_neon
581 #endif 581 #endif
582 .byte 77,111,110,116,103,111,109,101,114,121,32,109,117,108,116,105,112,108,10 5,99,97,116,105,111,110,32,102,111,114,32,65,82,77,118,52,47,78,69,79,78,44,32,6 7,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,1 10,115,115,108,46,111,114,103,62,0 582 .byte 77,111,110,116,103,111,109,101,114,121,32,109,117,108,116,105,112,108,10 5,99,97,116,105,111,110,32,102,111,114,32,65,82,77,118,52,47,78,69,79,78,44,32,6 7,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,1 10,115,115,108,46,111,114,103,62,0
583 .align 2 583 .align 2
584 .align 2 584 .align 2
585 #if __ARM_MAX_ARCH__>=7 585 #if __ARM_MAX_ARCH__>=7
586 .comm OPENSSL_armcap_P,4,4 586 .comm OPENSSL_armcap_P,4,4
587 .hidden OPENSSL_armcap_P 587 .hidden OPENSSL_armcap_P
588 #endif 588 #endif
589 #endif 589 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-arm/crypto/aes/bsaes-armv7.S ('k') | third_party/boringssl/linux-arm/crypto/modes/ghash-armv4.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698