summaryrefslogtreecommitdiff
path: root/linux-x86_64
diff options
context:
space:
mode:
authorRobert Sloan <varomodt@google.com>2017-02-13 09:55:39 -0800
committerRobert Sloan <varomodt@google.com>2017-02-13 09:55:55 -0800
commit5d625781eb8ff5cc8111d2302efe900103bf0ade (patch)
treeb08d2f3deb383e069b53a40b86d0c3b5d48bbc09 /linux-x86_64
parent47f43ed484d06f87d14d264f16a90ca18ed49b8d (diff)
downloadboringssl-5d625781eb8ff5cc8111d2302efe900103bf0ade.tar.gz
external/boringssl: Sync to 040bc4944be97f5d4b44da176f6e801fc804a176.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/ab20cec1c1de815de8da6cc74c2503460efd6e1c..040bc4944be97f5d4b44da176f6e801fc804a176 Test: Libcore CTS presubmits Change-Id: I0667fbfb5c64ab68a3482c226c9ad12788f6806c
Diffstat (limited to 'linux-x86_64')
-rw-r--r--linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S b/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
index 241d7d02..c7e673fc 100644
--- a/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
+++ b/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S
@@ -2,6 +2,9 @@
.text
.extern OPENSSL_ia32cap_P
.hidden OPENSSL_ia32cap_P
+
+chacha20_poly1305_constants:
+
.align 64
.chacha20_consts:
.byte 'e','x','p','a','n','d',' ','3','2','-','b','y','t','e',' ','k'