boringssl/crypto/bn
Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.
C has implicit conversion of |void *| to other pointer types so these
casts are unnecessary. Clean them up to make the code easier to read
and to make it easier to find dangerous casts.

Change-Id: I26988a672e8ed4d69c75cfbb284413999b475464
Reviewed-on: https://boringssl-review.googlesource.com/7102
Reviewed-by: David Benjamin <davidben@google.com>
2016-02-11 22:07:56 +00:00
..
asm Mark ARM assembly globals hidden uniformly in arm-xlate.pl. 2016-02-11 17:28:03 +00:00
add.c
bn_asn1.c Rename the BIGNUM ASN.1 functions. 2016-01-27 22:37:44 +00:00
bn_test.cc Update some comments in bn_test.c in light of acb24518. 2016-02-02 18:22:19 +00:00
bn.c Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 2016-02-11 22:07:56 +00:00
CMakeLists.txt
cmp.c
convert.c Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 2016-02-11 22:07:56 +00:00
ctx.c
div.c Remove dead non-|BN_ULLONG|, non-64-bit-MSVC code in crypto/bn. 2016-02-09 16:21:41 +00:00
exponentiation.c Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 2016-02-11 22:07:56 +00:00
gcd.c
generic.c Remove dead non-|BN_ULLONG|, non-64-bit-MSVC code in crypto/bn. 2016-02-09 16:21:41 +00:00
internal.h Remove dead non-|BN_ULLONG|, non-64-bit-MSVC code in crypto/bn. 2016-02-09 16:21:41 +00:00
kronecker.c
montgomery.c Fix trivial -Wcast-qual violations. 2016-01-21 21:06:02 +00:00
mul.c Minimize the scope of the |BN_*_SIZE_*| constants. 2016-02-08 18:28:31 +00:00
prime.c
random.c
rsaz_exp.c Use |alignas| for alignment. 2016-01-25 23:05:04 +00:00
rsaz_exp.h
shift.c
sqrt.c