Searched refs:BN_rand_ex (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_rand.c | 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() function
|
H A D | bn_prime.c | 554 if (!BN_rand_ex(rnd, bits, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ODD, 0, ctx)) in probable_prime_dh()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_rand.c | 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() function
|
H A D | bn_prime.c | 554 if (!BN_rand_ex(rnd, bits, BN_RAND_TOP_ONE, BN_RAND_BOTTOM_ODD, 0, ctx)) in probable_prime_dh()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 217 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 217 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
|
Completed in 5 milliseconds