Home
last modified time | relevance | path

Searched refs:BN_one (Results 1 – 7 of 7) sorted by relevance

/external/boringssl/src/crypto/bn/
Dgcd.c265 if (!BN_one(X) || BN_copy(B, a) == NULL || BN_copy(A, n) == NULL) { in BN_mod_inverse_ex()
385 if (!BN_one(D)) { in BN_mod_inverse_ex()
398 if (!BN_one(D)) { in BN_mod_inverse_ex()
583 if (!BN_one(X) || BN_copy(B, a) == NULL || BN_copy(A, n) == NULL) { in BN_mod_inverse_no_branch()
Dexponentiation.c171 if (!BN_one(rr)) { in BN_exp()
453 return BN_one(r); in mod_exp_recp()
507 if (!BN_one(r)) { in mod_exp_recp()
644 return BN_one(rr); in BN_mod_exp_mont()
891 return BN_one(rr); in BN_mod_exp_mont_consttime()
1248 return BN_one(rr); in BN_mod_exp_mont_word()
1340 if (!BN_one(rr)) { in BN_mod_exp_mont_word()
1377 ret = BN_one(rr); in BN_mod_exp2_mont()
Dbn_test.cc435 if (!BN_one(a.get())) { in test_div()
557 if (!a || !b || !c || !d || !e || !BN_one(c.get()) || in test_rshift()
634 if (!b || !c || !d || !BN_one(c.get())) { in test_lshift()
1009 if (!BN_one(a.get()) || !BN_one(b.get())) { in test_mod_mul()
1077 if (!BN_one(a.get()) || !BN_one(b.get())) { in test_mod_exp()
1151 if (!BN_one(a.get()) || !BN_one(b.get())) { in test_mod_exp_mont_consttime()
1246 if (!mont || !BN_one(a.get()) || in test_mod_exp_mont5()
1297 if (!BN_one(e.get())) { in test_exp()
Dbn.c249 int BN_one(BIGNUM *bn) { in BN_one() function
Dsqrt.c327 } else if (!BN_one(x)) { in BN_mod_sqrt()
/external/boringssl/src/include/openssl/
Dbn.h218 OPENSSL_EXPORT int BN_one(BIGNUM *bn);
/external/boringssl/src/crypto/ec/
Dsimple.c1201 if (!BN_one(prod_Z[0])) { in ec_GFp_simple_points_make_affine()
1279 if (!BN_one(&p->Z)) { in ec_GFp_simple_points_make_affine()