| Index: third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S
|
| diff --git a/third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S
|
| index 5c83b07be0a3f4fdca598df3add3785df44200c0..94d5911c52b89f9bacf1789e43f4d1a8e9fb5c7e 100644
|
| --- a/third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S
|
| +++ b/third_party/boringssl/mac-x86_64/crypto/aes/bsaes-x86_64.S
|
| @@ -1065,6 +1065,7 @@ L$key_loop:
|
|
|
|
|
| .globl _bsaes_cbc_encrypt
|
| +.private_extern _bsaes_cbc_encrypt
|
|
|
| .p2align 4
|
| _bsaes_cbc_encrypt:
|
| @@ -1315,6 +1316,7 @@ L$cbc_dec_epilogue:
|
|
|
|
|
| .globl _bsaes_ctr32_encrypt_blocks
|
| +.private_extern _bsaes_ctr32_encrypt_blocks
|
|
|
| .p2align 4
|
| _bsaes_ctr32_encrypt_blocks:
|
| @@ -1514,6 +1516,7 @@ L$ctr_enc_epilogue:
|
| .byte 0xf3,0xc3
|
|
|
| .globl _bsaes_xts_encrypt
|
| +.private_extern _bsaes_xts_encrypt
|
|
|
| .p2align 4
|
| _bsaes_xts_encrypt:
|
| @@ -1966,6 +1969,7 @@ L$xts_enc_epilogue:
|
|
|
|
|
| .globl _bsaes_xts_decrypt
|
| +.private_extern _bsaes_xts_decrypt
|
|
|
| .p2align 4
|
| _bsaes_xts_decrypt:
|
|
|