Searched refs:BN_is_one (Results 1 – 19 of 19) sorted by relevance
93 if (BN_is_zero(a) || BN_is_one(a)) { in BN_mod_sqrt()100 if (!BN_set_word(ret, BN_is_one(a))) { in BN_mod_sqrt()288 if (BN_is_one(y)) { in BN_mod_sqrt()363 if (BN_is_one(b)) { in BN_mod_sqrt()377 while (!BN_is_one(t)) { in BN_mod_sqrt()
466 if (BN_is_one(D)) { in BN_mod_inverse_ex()516 if (BN_is_one(A)) { in BN_mod_inverse_ex()686 if (BN_is_one(A)) { in BN_mod_inverse_no_branch()
137 ret = BN_is_one(B) ? ret : 0; in BN_kronecker()
190 int BN_is_one(const BIGNUM *bn) { in BN_is_one() function
608 if (BN_is_one(w)) { in witness()620 if (BN_is_one(w)) { in witness()
449 if (BN_is_one(m)) { in mod_exp_recp()640 if (BN_is_one(m)) { in BN_mod_exp_mont()887 if (BN_is_one(m)) { in BN_mod_exp_mont_consttime()1244 if (BN_is_one(m)) { in BN_mod_exp_mont_word()
1225 if (!BN_is_one(d.get())) { in test_mod_exp_mont5()
131 if (!BN_is_one(t1)) { in DH_check()142 if (!BN_is_one(t2)) { in DH_check()
284 } while (BN_is_zero(priv_key) || BN_is_one(priv_key)); in DH_generate_key()
283 if(BN_is_one(bnB)) in MillerRabin()291 if(BN_is_one(bnZ) || BN_ucmp(bnZ, bnWm1) == 0) in MillerRabin()303 if(BN_is_one(bnZ)) in MillerRabin()
1891 if(!BN_is_one(bnH)) in C_2_2_MQV()2031 if(!BN_is_one(bnH)) in SM2KeyExchange()
30937 213 if(BN_is_one(bnB))30947 223 if(BN_is_one(bnZ) || BN_ucmp(bnZ, bnWm1) == 0)30967 238 if(BN_is_one(bnZ))35286 1754 if(!BN_is_one(bnH))35455 1890 if(!BN_is_one(bnH))
903 if (BN_is_one(r1)) { in rsa_default_multi_prime_keygen()933 if (BN_is_one(r1)) { in rsa_default_multi_prime_keygen()976 if (!BN_is_one(r1)) { in rsa_default_multi_prime_keygen()
616 if (!BN_is_one(&de)) { in RSA_check_key()
452 OPENSSL_EXPORT int BN_is_one(const BIGNUM *bn);
382 Z_is_one = BN_is_one(&point->Z); in ec_GFp_simple_set_Jprojective_coordinates_GFp()498 if (BN_is_one(Z_)) { in ec_GFp_simple_point_get_affine_coordinates()
514 r->Z_is_one = BN_is_one(&r->Z); in ecp_nistz256_points_mul()
351 if (!BN_is_one(g)) { in DSA_generate_parameters_ex()
1200 return BN_is_one((const BIGNUM *) a); in crypto_bignum_is_one()