boringssl/crypto/ec
Adam Langley 28bc6eba28 Don't use the uint128_t P-256 code under MSAN.
MSAN appears to have a bug that causes this code to be miscompiled when
compiled with optimisations. In order to prevent that bug from holding
everything up, this change disables that code when MEMORY_SANITIZER is
defined. The generic elliptic-curve code can pick up the slack in that
case.

Change-Id: I7ce26969b3ee0bc0b0496506f06a8cf9b2523cfa
2015-08-20 15:15:30 -07:00
..
CMakeLists.txt Add malloc test support to unit tests. 2015-05-21 17:59:48 +00:00
ec_asn1.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
ec_key.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
ec_montgomery.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
ec_test.cc Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
ec.c Don't use the uint128_t P-256 code under MSAN. 2015-08-20 15:15:30 -07:00
example_mul.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
internal.h Convert reference counts in crypto/ 2015-05-20 19:15:26 +00:00
oct.c Improve error checking of some |BN_CTX_get| callers. 2015-08-07 00:50:17 +00:00
p256-64.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
simple.c Improve error checking of some |BN_CTX_get| callers. 2015-08-07 00:50:17 +00:00
util-64.c Add 64-bit, P-256 implementation. 2015-04-16 13:53:05 -07:00
wnaf.c Free tmp_wNAF in all exit paths. 2015-08-07 02:00:35 +00:00