Searched refs:BN_pseudo_rand (Results 1 – 10 of 10) 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, 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/ |
D | bn_rand.c | 231 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/ |
D | bn.rs | 11 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/ |
D | gstdtlscertificate.c | 262 BN_pseudo_rand (serial_number, 64, 0, 0); in init_generated()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | bn.rs | 390 #[corresponds(BN_pseudo_rand)] 394 cvt(ffi::BN_pseudo_rand( in pseudo_rand()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | bn.h | 211 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
|
/third_party/openssl/include/openssl/ |
D | bn.h | 231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
|
/third_party/openssl/doc/man7/ |
D | migration_guide.pod | 1202 BN_pseudo_rand(), BN_pseudo_rand_range()
|
/third_party/openssl/ |
D | CHANGES.md | 941 * 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/ |
D | libcrypto.num | 3436 BN_pseudo_rand 3510 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0
|