Home
last modified time | relevance | path

Searched refs:BN_priv_rand (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/crypto/bn/
Dbn_x931p.c176 if (!BN_priv_rand(Xp, nbits, BN_RAND_TOP_TWO, BN_RAND_BOTTOM_ANY)) in BN_X931_generate_Xpq()
185 if (!BN_priv_rand(Xq, nbits, BN_RAND_TOP_TWO, BN_RAND_BOTTOM_ANY)) in BN_X931_generate_Xpq()
230 if (!BN_priv_rand(Xp1, 101, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY)) in BN_X931_generate_prime_ex()
232 if (!BN_priv_rand(Xp2, 101, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY)) in BN_X931_generate_prime_ex()
Dbn_rand.c107 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() function
Dbn_sqrt.c184 if (!BN_priv_rand(y, BN_num_bits(p), 0, 0)) in BN_mod_sqrt()
Dbn_prime.c280 if (!BN_priv_rand(rnd, bits, BN_RAND_TOP_TWO, BN_RAND_BOTTOM_ODD)) in probable_prime()
Dbn_gf2m.c735 if (!BN_priv_rand(b, BN_num_bits(p) - 1, in BN_GF2m_mod_inv()
1034 if (!BN_priv_rand(rho, p[0], BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY)) in BN_GF2m_mod_solve_quad_arr()
/third_party/openssl/doc/man3/
DBN_rand.pod5 BN_rand, BN_priv_rand, BN_pseudo_rand,
15 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom);
46 BN_priv_rand() and BN_priv_rand_range() have the same semantics as
86 BN_priv_rand() and BN_priv_rand_range() functions were added in OpenSSL 1.1.1.
/third_party/openssl/crypto/dh/
Ddh_key.c153 if (!BN_priv_rand(priv_key, l, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ANY)) in generate_key()
/third_party/openssl/crypto/ec/
Dec2_smpl.c699 if (!BN_priv_rand(s->Z, BN_num_bits(group->field) - 1, in ec_GF2m_simple_ladder_pre()
714 if (!BN_priv_rand(r->Y, BN_num_bits(group->field) - 1, in ec_GF2m_simple_ladder_pre()
/third_party/openssl/crypto/dsa/
Ddsa_ossl.c124 if (!BN_priv_rand(blind, BN_num_bits(dsa->q) - 1, in dsa_do_sign()
/third_party/openssl/include/openssl/
Dbn.h208 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom);
/third_party/openssl/util/
Dlibcrypto.num4376 BN_priv_rand 4321 1_1_1 EXIST::FUNCTION: