Home
last modified time | relevance | path

Searched refs:BN_pseudo_rand (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DBN_rand.pod5 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 Dbn_rand.c229 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() function
/openssl/include/openssl/
H A Dbn.h231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
/openssl/doc/man7/
H A Dossl-guide-migration.pod1258 BN_pseudo_rand(), BN_pseudo_rand_range()
/openssl/util/
H A Dlibcrypto.num3436 BN_pseudo_rand 3510 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
/openssl/
H A DCHANGES.md2250 * Deprecated the obsolete BN_pseudo_rand() and BN_pseudo_rand_range().
16164 so use BN_pseudo_rand_range() instead of using BN_pseudo_rand()
16170 equivalent based on BN_pseudo_rand() instead of BN_rand().
17936 * New function BN_pseudo_rand().

Completed in 83 milliseconds