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

Unified Diff: third_party/boringssl/mac-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/mac-x86_64/crypto/bn/rsaz-x86_64.S
diff --git a/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S
index 5840426fa0f7253111e0430decca1c6ca6895552..880d527fd578b1f13337a4eb3481446334630526 100644
--- a/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/bn/rsaz-x86_64.S
@@ -4,6 +4,7 @@
.globl _rsaz_512_sqr
+.private_extern _rsaz_512_sqr
.p2align 5
_rsaz_512_sqr:
@@ -396,6 +397,7 @@ L$sqr_epilogue:
.byte 0xf3,0xc3
.globl _rsaz_512_mul
+.private_extern _rsaz_512_mul
.p2align 5
_rsaz_512_mul:
@@ -452,6 +454,7 @@ L$mul_epilogue:
.byte 0xf3,0xc3
.globl _rsaz_512_mul_gather4
+.private_extern _rsaz_512_mul_gather4
.p2align 5
_rsaz_512_mul_gather4:
@@ -655,6 +658,7 @@ L$mul_gather4_epilogue:
.byte 0xf3,0xc3
.globl _rsaz_512_mul_scatter4
+.private_extern _rsaz_512_mul_scatter4
.p2align 5
_rsaz_512_mul_scatter4:
@@ -741,6 +745,7 @@ L$mul_scatter4_epilogue:
.byte 0xf3,0xc3
.globl _rsaz_512_mul_by_one
+.private_extern _rsaz_512_mul_by_one
.p2align 5
_rsaz_512_mul_by_one:
@@ -1077,6 +1082,7 @@ L$oop_mul:
.byte 0xf3,0xc3
.globl _rsaz_512_scatter4
+.private_extern _rsaz_512_scatter4
.p2align 4
_rsaz_512_scatter4:
@@ -1097,6 +1103,7 @@ L$oop_scatter:
.globl _rsaz_512_gather4
+.private_extern _rsaz_512_gather4
.p2align 4
_rsaz_512_gather4:
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/bn/rsaz-avx2.S ('k') | third_party/boringssl/mac-x86_64/crypto/bn/x86_64-mont.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698