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

Unified Diff: third_party/boringssl/linux-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 | « DEPS ('k') | third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
diff --git a/third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S b/third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
index ca825dc9d1c5cc663582b376ec889b80535c23ee..241d7d0207f29ee08aa6c1b421f6030387b8d571 100644
--- a/third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
+++ b/third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
@@ -238,7 +238,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)
@@ -2120,7 +2119,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 | « DEPS ('k') | third_party/boringssl/mac-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698