5fa2cdf1ed
This change guards the ChaCha20-Poly1305 asm on having SSE4.1. The pinsrb instruction that it uses requires this, which I didn't notice, and so this would fail on Core 2 and older chips. BUG=chromium:688384 Change-Id: I177e3492782a1a9974b6df29d26fc4809009ad48 Reviewed-on: https://boringssl-review.googlesource.com/13586 Reviewed-by: Adam Langley <alangley@gmail.com> Commit-Queue: Adam Langley <alangley@gmail.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> |
||
---|---|---|
.. | ||
asm | ||
test | ||
aead_test.cc | ||
aead.c | ||
cipher_test.cc | ||
cipher.c | ||
CMakeLists.txt | ||
derive_key.c | ||
e_aes.c | ||
e_chacha20poly1305.c | ||
e_des.c | ||
e_null.c | ||
e_rc2.c | ||
e_rc4.c | ||
e_ssl3.c | ||
e_tls.c | ||
internal.h | ||
tls_cbc.c |