boringssl/crypto/dh
Brian Smith 7af36e1e38 Share common definitions of |TOBN| and |BIGNUM_STATIC|.
Previously, both crypto/dh and crypto/ec defined |TOBN| macros that did
the same thing, but which took their arguments in the opposite order.
This change makes the code consistently use the same macro. It also
makes |STATIC_BIGNUM| available for internal use outside of crypto/bn.

Change-Id: Ide57f6a5b74ea95b3585724c7e1a630c82a864d9
Reviewed-on: https://boringssl-review.googlesource.com/6528
Reviewed-by: Adam Langley <agl@google.com>
2015-11-19 01:38:52 +00:00
..
check.c dh/check.c: check BN_CTX_get's return value. 2014-06-20 13:17:39 -07:00
CMakeLists.txt Unwind DH_METHOD and DSA_METHOD. 2015-11-03 22:54:36 +00:00
dh_asn1.c Inital import. 2014-06-20 13:17:32 -07:00
dh_test.cc Remove stl_compat.h. 2015-11-11 22:19:36 +00:00
dh.c Limit DHE groups to 4096-bit. 2015-11-11 22:18:39 +00:00
internal.h Recognize common DH parameter sets. 2015-01-16 14:46:59 -08:00
params.c Share common definitions of |TOBN| and |BIGNUM_STATIC|. 2015-11-19 01:38:52 +00:00