Searched refs:BN_pseudo_rand (Results 1 – 6 of 6) sorted by relevance
/openssl/doc/man3/ |
H A D | BN_rand.pod | 5 BN_rand_ex, BN_rand, BN_priv_rand_ex, BN_priv_rand, BN_pseudo_rand, 34 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom); 102 Starting with OpenSSL release 1.1.0, BN_pseudo_rand() has been identical 105 The BN_pseudo_rand() and BN_pseudo_rand_range() functions were
|
/openssl/crypto/bn/ |
H A D | bn_rand.c | 229 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() function
|
/openssl/include/openssl/ |
H A D | bn.h | 231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 1258 BN_pseudo_rand(), BN_pseudo_rand_range()
|
/openssl/util/ |
H A D | libcrypto.num | 3436 BN_pseudo_rand 3510 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|
/openssl/ |
H A D | CHANGES.md | 2313 * Deprecated the obsolete BN_pseudo_rand() and BN_pseudo_rand_range(). 16228 so use BN_pseudo_rand_range() instead of using BN_pseudo_rand() 16234 equivalent based on BN_pseudo_rand() instead of BN_rand(). 18000 * New function BN_pseudo_rand().
|
Completed in 83 milliseconds