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

Unified Diff: third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S

Issue 2672943002: Roll src/third_party/boringssl/src c26692cfd..772a5bed7 (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
diff --git a/third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S b/third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
index 646ee6b0b3d32cac2a8f28e1411a34617737ba13..4e5c0f3584dd61befb930d3030acfb7b012b3a25 100644
--- a/third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
+++ b/third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
@@ -237,7 +237,6 @@ _chacha20_poly1305_open:
.cfi_offset r13, -40
.cfi_offset r14, -48
.cfi_offset r15, -56
-.cfi_offset %r9, -64
leaq 32(%rsp),%rbp
andq $-32,%rbp
movq %rdx,8+32(%rbp)
@@ -2119,7 +2118,6 @@ _chacha20_poly1305_seal:
.cfi_offset r13, -40
.cfi_offset r14, -48
.cfi_offset r15, -56
-.cfi_offset %r9, -64
leaq 32(%rsp),%rbp
andq $-32,%rbp
movq %rdx,8+32(%rbp)
« no previous file with comments | « third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698