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

Unified Diff: third_party/boringssl/mac-x86_64/crypto/fipsmodule/aes-x86_64.S

Issue 2829743002: Roll src/third_party/boringssl/src bc6a76b0e..777fdd644 (Closed)
Patch Set: Created 3 years, 8 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/fipsmodule/aes-x86_64.S
diff --git a/third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/fipsmodule/aes-x86_64.S
similarity index 99%
rename from third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S
rename to third_party/boringssl/mac-x86_64/crypto/fipsmodule/aes-x86_64.S
index d60757b1c264a1db84f06189c4e62d4acdf0058e..891861ceb260b074bce26b2d925d0b9f074e59df 100644
--- a/third_party/boringssl/mac-x86_64/crypto/aes/aes-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/fipsmodule/aes-x86_64.S
@@ -1316,7 +1316,8 @@ L$cbc_prologue:
cmpq $0,%r9
cmoveq %r10,%r14
- movl _OPENSSL_ia32cap_P(%rip),%r10d
+ movq _OPENSSL_ia32cap_addr(%rip),%r10
+ movl (%r10),%r10d
cmpq $512,%rdx
jb L$cbc_slow_prologue
testq $15,%rdx

Powered by Google App Engine
This is Rietveld 408576698