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

Unified Diff: third_party/boringssl/win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm

Issue 2669913002: Roll src/third_party/boringssl/src 358baeb9a..c26692cfd (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/win-x86_64/crypto/bn/x86_64-mont5.asm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm
diff --git a/third_party/boringssl/win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm b/third_party/boringssl/win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm
new file mode 100644
index 0000000000000000000000000000000000000000..ab8cf92b724c657abac5762cac8011fa5a1f130d
--- /dev/null
+++ b/third_party/boringssl/win-x86_64/crypto/cipher/chacha20_poly1305_x86_64.asm
@@ -0,0 +1,8 @@
+default rel
+%define XMMWORD
+%define YMMWORD
+%define ZMMWORD
+global dummy_chacha20_poly1305_asm
+
+dummy_chacha20_poly1305_asm:
+ DB 0F3h,0C3h ;repret
« no previous file with comments | « third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont5.asm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698