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

Unified Diff: third_party/boringssl/mac-x86/crypto/modes/ghash-x86.S

Issue 428753004: BoringSSL: roll DEPS and enable dynamic visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix quotes in GN file. Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/boringssl/mac-x86/crypto/modes/ghash-x86.S
diff --git a/third_party/boringssl/mac-x86/crypto/modes/ghash-x86.S b/third_party/boringssl/mac-x86/crypto/modes/ghash-x86.S
index 231d63a9622f22e665cd67577f1dfedd962c378a..8693b82a1345e24be41452821707008c0cf4140a 100644
--- a/third_party/boringssl/mac-x86/crypto/modes/ghash-x86.S
+++ b/third_party/boringssl/mac-x86/crypto/modes/ghash-x86.S
@@ -2,6 +2,7 @@
.file "ghash-x86.S"
.text
.globl _gcm_gmult_4bit_x86
+.private_extern _gcm_gmult_4bit_x86
.align 4
_gcm_gmult_4bit_x86:
L_gcm_gmult_4bit_x86_begin:
@@ -94,6 +95,7 @@ L001x86_break:
popl %ebp
ret
.globl _gcm_ghash_4bit_x86
+.private_extern _gcm_ghash_4bit_x86
.align 4
_gcm_ghash_4bit_x86:
L_gcm_ghash_4bit_x86_begin:
@@ -201,6 +203,7 @@ L004x86_break:
popl %ebp
ret
.globl _gcm_gmult_4bit_mmx
+.private_extern _gcm_gmult_4bit_mmx
.align 4
_gcm_gmult_4bit_mmx:
L_gcm_gmult_4bit_mmx_begin:
@@ -298,6 +301,7 @@ L007mmx_break:
popl %ebp
ret
.globl _gcm_ghash_4bit_mmx
+.private_extern _gcm_ghash_4bit_mmx
.align 4
_gcm_ghash_4bit_mmx:
L_gcm_ghash_4bit_mmx_begin:
@@ -900,6 +904,7 @@ L009outer:
popl %ebp
ret
.globl _gcm_init_clmul
+.private_extern _gcm_init_clmul
.align 4
_gcm_init_clmul:
L_gcm_init_clmul_begin:
@@ -967,6 +972,7 @@ L010pic:
movdqu %xmm4,32(%edx)
ret
.globl _gcm_gmult_clmul
+.private_extern _gcm_gmult_clmul
.align 4
_gcm_gmult_clmul:
L_gcm_gmult_clmul_begin:
@@ -1018,6 +1024,7 @@ L011pic:
movdqu %xmm0,(%eax)
ret
.globl _gcm_ghash_clmul
+.private_extern _gcm_ghash_clmul
.align 4
_gcm_ghash_clmul:
L_gcm_ghash_clmul_begin:
« no previous file with comments | « third_party/boringssl/mac-x86/crypto/md5/md5-586.S ('k') | third_party/boringssl/mac-x86/crypto/rc4/rc4-586.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698