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

Side by Side Diff: third_party/boringssl/linux-arm/crypto/modes/ghash-armv4.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 #if defined(__arm__) 2 #if defined(__arm__)
3 #include "arm_arch.h" 3 #include <openssl/arm_arch.h>
4 4
5 .syntax unified 5 .syntax unified
6 6
7 .text 7 .text
8 .code 32 8 .code 32
9 9
10 #ifdef __APPLE__ 10 #ifdef __APPLE__
11 #define ldrplb ldrbpl 11 #define ldrplb ldrbpl
12 #define ldrneb ldrbne 12 #define ldrneb ldrbne
13 #endif 13 #endif
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 532
533 bx lr @ bx lr 533 bx lr @ bx lr
534 .size gcm_ghash_neon,.-gcm_ghash_neon 534 .size gcm_ghash_neon,.-gcm_ghash_neon
535 #endif 535 #endif
536 .byte 71,72,65,83,72,32,102,111,114,32,65,82,77,118,52,47,78,69,79,78,44,32,67 ,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,11 0,115,115,108,46,111,114,103,62,0 536 .byte 71,72,65,83,72,32,102,111,114,32,65,82,77,118,52,47,78,69,79,78,44,32,67 ,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,11 0,115,115,108,46,111,114,103,62,0
537 .align 2 537 .align 2
538 .align 2 538 .align 2
539 539
540 #endif 540 #endif
541 #endif 541 #endif
OLDNEW
« no previous file with comments | « third_party/boringssl/linux-arm/crypto/bn/armv4-mont.S ('k') | third_party/boringssl/linux-arm/crypto/modes/ghashv8-armx32.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698