Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
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
/third_party/openssl/crypto/bn/
Dbn_rand.c231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs11 pub fn BN_pseudo_rand(r: *mut BIGNUM, bits: c_int, top: c_int, bottom: c_int) -> c_int; in BN_pseudo_rand() function
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlscertificate.c262 BN_pseudo_rand (serial_number, 64, 0, 0); in init_generated()
/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs390 #[corresponds(BN_pseudo_rand)]
394 cvt(ffi::BN_pseudo_rand( in pseudo_rand()
/third_party/openssl/ohos_lite/include/openssl/
Dbn.h211 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
/third_party/openssl/include/openssl/
Dbn.h231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
/third_party/openssl/doc/man7/
Dmigration_guide.pod1202 BN_pseudo_rand(), BN_pseudo_rand_range()
/third_party/openssl/
DCHANGES.md941 * Deprecated the obsolete BN_pseudo_rand() and BN_pseudo_rand_range().
14853 so use BN_pseudo_rand_range() instead of using BN_pseudo_rand()
14859 equivalent based on BN_pseudo_rand() instead of BN_rand().
16625 * New function BN_pseudo_rand().
/third_party/openssl/util/
Dlibcrypto.num3436 BN_pseudo_rand 3510 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0