Searched refs:BN_rand_ex (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_rand.pod | 5 BN_rand_ex, BN_rand, BN_priv_rand_ex, BN_priv_rand, BN_pseudo_rand, 14 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, 39 BN_rand_ex() generates a cryptographically strong pseudo-random 58 BN_rand() is the same as BN_rand_ex() except that the default library context 71 BN_priv_rand_range() have the same semantics as BN_rand_ex(), BN_rand(), 115 The BN_rand_ex(), BN_priv_rand_ex(), BN_rand_range_ex() and
|
/third_party/openssl/crypto/bn/ |
D | bn_rand.c | 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() function
|
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/include/openssl/ |
D | bn.h | 217 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom,
|
/third_party/openssl/util/ |
D | libcrypto.num | 4625 BN_rand_ex 4753 3_0_0 EXIST::FUNCTION:
|