Home
last modified time | relevance | path

Searched refs:BN_pseudo_rand_range (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rand.c236 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) in BN_pseudo_rand_range() function
/third_party/openssl/crypto/bn/
H A Dbn_rand.c236 int BN_pseudo_rand_range(BIGNUM *r, const BIGNUM *range) in BN_pseudo_rand_range() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs14 pub fn BN_pseudo_rand_range(r: *mut BIGNUM, range: *const BIGNUM) -> c_int; in BN_pseudo_rand_range() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs221 #[corresponds(BN_pseudo_rand_range)]
223 unsafe { cvt(ffi::BN_pseudo_rand_range(rnd.as_ptr(), self.as_ptr())).map(|_| ()) } in pseudo_rand_range()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h212 int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h233 int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);
/third_party/openssl/include/openssl/
H A Dbn.h233 int BN_pseudo_rand_range(BIGNUM *rnd, const BIGNUM *range);

Completed in 9 milliseconds