Home
last modified time | relevance | path

Searched refs:BN_one (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_gcd.c50 if (!BN_one(X)) in bn_mod_inverse_no_branch()
239 if (!BN_one(X)) in int_bn_mod_inverse()
368 if (!BN_one(D)) in int_bn_mod_inverse()
378 if (!BN_one(D)) in int_bn_mod_inverse()
H A Dbn_exp.c75 if (!BN_one(rr)) in BN_exp()
194 ret = BN_one(r); in BN_mod_exp_recp()
254 if (!BN_one(r)) in BN_mod_exp_recp()
346 ret = BN_one(rr); in BN_mod_exp_mont()
653 ret = BN_one(rr); in BN_mod_exp_mont_consttime()
1213 ret = BN_one(rr); in BN_mod_exp_mont_word()
1295 if (!BN_one(rr)) in BN_mod_exp_mont_word()
1340 ret = BN_one(r); in BN_mod_exp_simple()
1386 if (!BN_one(r)) in BN_mod_exp_simple()
H A Dbn_exp2.c42 ret = BN_one(rr); in BN_mod_exp2_mont()
H A Dbn_sqrt.c266 } else if (!BN_one(x)) in BN_mod_sqrt()
H A Dbn_gf2m.c587 if (!BN_one(b)) in BN_GF2m_mod_inv_vartime()
876 return BN_one(r); in BN_GF2m_mod_exp_arr()
/third_party/openssl/crypto/bn/
H A Dbn_gcd.c50 if (!BN_one(X)) in bn_mod_inverse_no_branch()
239 if (!BN_one(X)) in int_bn_mod_inverse()
368 if (!BN_one(D)) in int_bn_mod_inverse()
378 if (!BN_one(D)) in int_bn_mod_inverse()
H A Dbn_exp.c75 if (!BN_one(rr)) in BN_exp()
194 ret = BN_one(r); in BN_mod_exp_recp()
246 if (!BN_one(r)) in BN_mod_exp_recp()
338 ret = BN_one(rr); in BN_mod_exp_mont()
645 ret = BN_one(rr); in BN_mod_exp_mont_consttime()
1205 ret = BN_one(rr); in BN_mod_exp_mont_word()
1287 if (!BN_one(rr)) in BN_mod_exp_mont_word()
1327 ret = BN_one(r); in BN_mod_exp_simple()
1365 if (!BN_one(r)) in BN_mod_exp_simple()
H A Dbn_exp2.c42 ret = BN_one(rr); in BN_mod_exp2_mont()
H A Dbn_sqrt.c266 } else if (!BN_one(x)) in BN_mod_sqrt()
H A Dbn_gf2m.c588 if (!BN_one(b)) in BN_GF2m_mod_inv_vartime()
871 return BN_one(r); in BN_GF2m_mod_exp_arr()
/third_party/openssl/test/
H A Dexptest.c61 BN_one(m); in test_mod_exp_zero()
62 BN_one(a); in test_mod_exp_zero()
H A Dec_internal_test.c172 || !TEST_true(BN_one(a)) in ec2m_field_sanity()
173 || !TEST_true(BN_one(b))) in ec2m_field_sanity()
H A Dbntest.c684 if (!(TEST_true(BN_one(a)) in test_modexp_mont5()
2905 if (!TEST_true(BN_one(exp_a1)) in test_mod_exp2_mont()
2906 || !TEST_true(BN_one(exp_p1)) in test_mod_exp2_mont()
2907 || !TEST_true(BN_one(exp_a2)) in test_mod_exp2_mont()
2908 || !TEST_true(BN_one(exp_p2))) in test_mod_exp2_mont()
H A Dectest.c67 || !TEST_true(BN_one(n1)) in group_order_tests()
89 || !TEST_true(BN_one(n1)) in group_order_tests()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec2_smpl.c664 if (!BN_one(point->Z)) in ossl_ec_GF2m_simple_make_affine()
851 || !BN_one(r->Z)) in ec_GF2m_simple_ladder_post()
H A Decp_smpl.c1252 if (!BN_one(prod_Z[0])) in ossl_ec_GFp_simple_points_make_affine()
1342 if (!BN_one(p->Z)) in ossl_ec_GFp_simple_points_make_affine()
1713 if (!BN_one(r->Z)) in ossl_ec_GFp_simple_ladder_post()
/third_party/openssl/crypto/ec/
H A Dec2_smpl.c664 if (!BN_one(point->Z)) in ossl_ec_GF2m_simple_make_affine()
851 || !BN_one(r->Z)) in ec_GF2m_simple_ladder_post()
H A Decp_smpl.c1252 if (!BN_one(prod_Z[0])) in ossl_ec_GFp_simple_points_make_affine()
1342 if (!BN_one(p->Z)) in ossl_ec_GFp_simple_points_make_affine()
1713 if (!BN_one(r->Z)) in ossl_ec_GFp_simple_ladder_post()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h189 # define BN_one(a) (BN_set_word((a),1)) macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h197 # define BN_one(a) (BN_set_word((a),1)) macro
/third_party/openssl/include/openssl/
H A Dbn.h197 # define BN_one(a) (BN_set_word((a),1)) macro

Completed in 27 milliseconds