boringssl/crypto/bn
David Benjamin 02ba1789a3 Avoid needless C gymnastics.
This can just be a bog-standard loop. The compiler should be plenty
smart enough to transform it into whatever it likes.

Change-Id: I7b782dd2a11902f6e5c9902d9624be26eee5c959
Reviewed-on: https://boringssl-review.googlesource.com/15366
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-04-21 22:51:47 +00:00
..
asm Enable RSA AVX2 code. 2017-03-08 17:28:12 +00:00
add.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
bn_asn1.c
bn_test.cc Tidy up primality code. 2017-04-21 19:04:21 +00:00
bn_tests.txt bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal. 2017-01-26 18:29:44 +00:00
bn.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
check_bn_tests.go Fix mixed comment markers. 2016-08-01 14:52:39 +00:00
CMakeLists.txt Remove rsaz-x86_64.pl from CMake inputs. 2016-12-19 08:39:37 -08:00
cmp.c Add BN_is_pow2, BN_mod_pow2, and BN_nnmod_pow2. 2017-02-09 22:40:12 +00:00
convert.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
ctx.c Avoid needless C gymnastics. 2017-04-21 22:51:47 +00:00
div.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
exponentiation.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
gcd.c Remove BN_FLG_CONSTTIME. 2017-01-12 02:00:44 +00:00
generic.c Fix up macros. 2016-10-18 18:28:23 +00:00
internal.h Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
kronecker.c Fix BN_kronecker on unreachable BN_rshift error. 2016-12-12 21:40:20 +00:00
montgomery_inv.c Calculate Montgomery RR without division. 2016-12-16 17:41:01 +00:00
montgomery.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
mul.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
prime.c Update BN_enhanced_miller_rabin_primality_test to enforce preconditions and accept BN_prime_checks. 2017-04-21 22:24:01 +00:00
random.c Move much of rand/ into the FIPS module. 2017-04-21 22:03:18 +00:00
rsaz_exp.c Remove RSAZ-512. 2016-12-14 22:12:50 +00:00
rsaz_exp.h Remove RSAZ-512. 2016-12-14 22:12:50 +00:00
shift.c Return int from bn_wexpand, not BIGNUM*. 2017-04-21 20:07:13 +00:00
sqrt.c Remove direct calls to BN_mod_exp. 2017-02-28 18:00:02 +00:00