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

Unified Diff: third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.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/rsaz-x86_64.S
diff --git a/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S b/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S
index 4178be324bf2d6d9a4235a51339bec9c75c6c8c2..f5edff00b36a064effc6b6ca0e86a2a571186ed8 100644
--- a/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-x86_64.S
@@ -4,6 +4,7 @@
.globl rsaz_512_sqr
+.hidden rsaz_512_sqr
.type rsaz_512_sqr,@function
.align 32
rsaz_512_sqr:
@@ -396,6 +397,7 @@ rsaz_512_sqr:
.byte 0xf3,0xc3
.size rsaz_512_sqr,.-rsaz_512_sqr
.globl rsaz_512_mul
+.hidden rsaz_512_mul
.type rsaz_512_mul,@function
.align 32
rsaz_512_mul:
@@ -452,6 +454,7 @@ rsaz_512_mul:
.byte 0xf3,0xc3
.size rsaz_512_mul,.-rsaz_512_mul
.globl rsaz_512_mul_gather4
+.hidden rsaz_512_mul_gather4
.type rsaz_512_mul_gather4,@function
.align 32
rsaz_512_mul_gather4:
@@ -655,6 +658,7 @@ rsaz_512_mul_gather4:
.byte 0xf3,0xc3
.size rsaz_512_mul_gather4,.-rsaz_512_mul_gather4
.globl rsaz_512_mul_scatter4
+.hidden rsaz_512_mul_scatter4
.type rsaz_512_mul_scatter4,@function
.align 32
rsaz_512_mul_scatter4:
@@ -741,6 +745,7 @@ rsaz_512_mul_scatter4:
.byte 0xf3,0xc3
.size rsaz_512_mul_scatter4,.-rsaz_512_mul_scatter4
.globl rsaz_512_mul_by_one
+.hidden rsaz_512_mul_by_one
.type rsaz_512_mul_by_one,@function
.align 32
rsaz_512_mul_by_one:
@@ -1077,6 +1082,7 @@ __rsaz_512_mul:
.byte 0xf3,0xc3
.size __rsaz_512_mul,.-__rsaz_512_mul
.globl rsaz_512_scatter4
+.hidden rsaz_512_scatter4
.type rsaz_512_scatter4,@function
.align 16
rsaz_512_scatter4:
@@ -1097,6 +1103,7 @@ rsaz_512_scatter4:
.size rsaz_512_scatter4,.-rsaz_512_scatter4
.globl rsaz_512_gather4
+.hidden rsaz_512_gather4
.type rsaz_512_gather4,@function
.align 16
rsaz_512_gather4:
« no previous file with comments | « third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.S ('k') | third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698