boringssl/crypto/ec
Brian Smith f0523e9f20 Avoid hard-coded linkage of WNAF-based multiplication.
If the application is only using the P-256 implementation in p256-64.c,
then the WNAF code would all be dead code. The change reorganizes the
code so that all modern toolchains should be able to recognize that
fact and eliminate the WNAF-based code when it is unused.

Change-Id: I9f94bd934ca7d2292de4c29bb89e17c940c7cd2a
Reviewed-on: https://boringssl-review.googlesource.com/6173
Reviewed-by: Adam Langley <alangley@gmail.com>
2015-10-27 16:38:25 +00:00
..
CMakeLists.txt Add a run_tests target to run all tests. 2015-10-26 20:33:44 +00:00
ec_asn1.c d2i: don't update input pointer on failure 2015-09-28 22:15:17 +00:00
ec_key.c Remove the func parameter to OPENSSL_PUT_ERROR. 2015-07-16 02:02:37 +00:00
ec_montgomery.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00
ec_test.cc Fix some malloc test crashs. 2015-05-21 18:00:10 +00:00
ec.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00: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 Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00
oct.c Simplify |EC_METHOD| by removing invariant methods. 2015-10-27 15:55:47 +00:00
p224-64.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00
p256-64.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00
simple.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00
util-64.c Add 64-bit, P-256 implementation. 2015-04-16 13:53:05 -07:00
wnaf.c Avoid hard-coded linkage of WNAF-based multiplication. 2015-10-27 16:38:25 +00:00