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

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

Issue 2811393005: Roll src/third_party/boringssl/src c8ff30cbe..bc6a76b0e (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/sha256-x86_64.S
diff --git a/third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S b/third_party/boringssl/mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
similarity index 99%
rename from third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S
rename to third_party/boringssl/mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
index ac6559e07454f6bc5a44ed67e39447cd4a8c4128..7699b541a6e3e53c8bb0d9dc252e73232909c1c4 100644
--- a/third_party/boringssl/mac-x86_64/crypto/sha/sha256-x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/fipsmodule/sha256-x86_64.S
@@ -7,7 +7,8 @@
.p2align 4
_sha256_block_data_order:
- leaq _OPENSSL_ia32cap_P(%rip),%r11
+ leaq _OPENSSL_ia32cap_addr(%rip),%r11
+ movq (%r11),%r11
movl 0(%r11),%r9d
movl 4(%r11),%r10d
movl 8(%r11),%r11d
@@ -43,6 +44,7 @@ L$prologue:
movl 20(%rdi),%r9d
movl 24(%rdi),%r10d
movl 28(%rdi),%r11d
+
jmp L$loop
.p2align 4

Powered by Google App Engine
This is Rietveld 408576698