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

Unified Diff: third_party/boringssl/mac-x86_64/crypto/aes/aesni-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/aes/aesni-x86_64.S
diff --git a/third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S
index a1ca9348dcd3b14a9cf29bee71946c854d3d5f3c..b042b35bb8700a90c30762759a6d595d45aec92b 100644
--- a/third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/aes/aesni-x86_64.S
@@ -2,6 +2,7 @@
.text
.globl _aesni_encrypt
+.private_extern _aesni_encrypt
.p2align 4
_aesni_encrypt:
@@ -23,6 +24,7 @@ L$oop_enc1_1:
.globl _aesni_decrypt
+.private_extern _aesni_decrypt
.p2align 4
_aesni_decrypt:
@@ -501,6 +503,7 @@ L$dec_loop8_enter:
.byte 0xf3,0xc3
.globl _aesni_ecb_encrypt
+.private_extern _aesni_ecb_encrypt
.p2align 4
_aesni_ecb_encrypt:
@@ -801,6 +804,7 @@ L$ecb_ret:
.byte 0xf3,0xc3
.globl _aesni_ccm64_encrypt_blocks
+.private_extern _aesni_ccm64_encrypt_blocks
.p2align 4
_aesni_ccm64_encrypt_blocks:
@@ -858,6 +862,7 @@ L$ccm64_enc2_loop:
.byte 0xf3,0xc3
.globl _aesni_ccm64_decrypt_blocks
+.private_extern _aesni_ccm64_decrypt_blocks
.p2align 4
_aesni_ccm64_decrypt_blocks:
@@ -949,6 +954,7 @@ L$oop_enc1_6:
.byte 0xf3,0xc3
.globl _aesni_ctr32_encrypt_blocks
+.private_extern _aesni_ctr32_encrypt_blocks
.p2align 4
_aesni_ctr32_encrypt_blocks:
@@ -1487,6 +1493,7 @@ L$ctr32_epilogue:
.byte 0xf3,0xc3
.globl _aesni_xts_encrypt
+.private_extern _aesni_xts_encrypt
.p2align 4
_aesni_xts_encrypt:
@@ -1927,6 +1934,7 @@ L$xts_enc_epilogue:
.byte 0xf3,0xc3
.globl _aesni_xts_decrypt
+.private_extern _aesni_xts_decrypt
.p2align 4
_aesni_xts_decrypt:
@@ -2405,6 +2413,7 @@ L$xts_dec_epilogue:
.byte 0xf3,0xc3
.globl _aesni_cbc_encrypt
+.private_extern _aesni_cbc_encrypt
.p2align 4
_aesni_cbc_encrypt:
@@ -2921,6 +2930,7 @@ L$cbc_ret:
.byte 0xf3,0xc3
.globl _aesni_set_decrypt_key
+.private_extern _aesni_set_decrypt_key
.p2align 4
_aesni_set_decrypt_key:
@@ -2959,6 +2969,7 @@ L$dec_key_ret:
L$SEH_end_set_decrypt_key:
.globl _aesni_set_encrypt_key
+.private_extern _aesni_set_encrypt_key
.p2align 4
_aesni_set_encrypt_key:
« no previous file with comments | « third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S ('k') | third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698