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

Unified Diff: third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.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/linux-x86_64/crypto/bn/x86_64-mont5.S
diff --git a/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S b/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S
index fa01653eee98e023cfdb3bf67e19f5186f221e46..b08e5cbc4321b2bec0d2ac226a289711ff21711d 100644
--- a/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S
+++ b/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S
@@ -4,6 +4,7 @@
.globl bn_mul_mont_gather5
+.hidden bn_mul_mont_gather5
.type bn_mul_mont_gather5,@function
.align 64
bn_mul_mont_gather5:
@@ -729,6 +730,7 @@ mul4x_internal:
jmp .Lsqr4x_sub
.size mul4x_internal,.-mul4x_internal
.globl bn_power5
+.hidden bn_power5
.type bn_power5,@function
.align 32
bn_power5:
@@ -818,6 +820,7 @@ bn_power5:
.size bn_power5,.-bn_power5
.globl bn_sqr8x_internal
+.hidden bn_sqr8x_internal
.hidden bn_sqr8x_internal
.type bn_sqr8x_internal,@function
.align 32
@@ -1627,6 +1630,7 @@ sqr8x_reduction:
.byte 0xf3,0xc3
.size bn_sqr8x_internal,.-bn_sqr8x_internal
.globl bn_from_montgomery
+.hidden bn_from_montgomery
.type bn_from_montgomery,@function
.align 32
bn_from_montgomery:
@@ -1752,6 +1756,7 @@ bn_from_mont8x:
.byte 0xf3,0xc3
.size bn_from_mont8x,.-bn_from_mont8x
.globl bn_get_bits5
+.hidden bn_get_bits5
.type bn_get_bits5,@function
.align 16
bn_get_bits5:
@@ -1766,6 +1771,7 @@ bn_get_bits5:
.size bn_get_bits5,.-bn_get_bits5
.globl bn_scatter5
+.hidden bn_scatter5
.type bn_scatter5,@function
.align 16
bn_scatter5:
@@ -1784,6 +1790,7 @@ bn_scatter5:
.size bn_scatter5,.-bn_scatter5
.globl bn_gather5
+.hidden bn_gather5
.type bn_gather5,@function
.align 16
bn_gather5:
« no previous file with comments | « third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S ('k') | third_party/boringssl/linux-x86_64/crypto/cpu-x86_64-asm.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698