Home
last modified time | relevance | path

Searched refs:BN_rand_range (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_rand.c212 int BN_rand_range(BIGNUM *r, const BIGNUM *range) in BN_rand_range() function
238 return BN_rand_range(r, range); in BN_pseudo_rand_range()
245 * BN_rand_range, it also includes the contents of |priv| and |message| in
/third_party/openssl/crypto/bn/
H A Dbn_rand.c212 int BN_rand_range(BIGNUM *r, const BIGNUM *range) in BN_rand_range() function
238 return BN_rand_range(r, range); in BN_pseudo_rand_range()
245 * BN_rand_range, it also includes the contents of |priv| and |message| in
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs12 pub fn BN_rand_range(r: *mut BIGNUM, range: *const BIGNUM) -> c_int; in BN_rand_range() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs214 #[corresponds(BN_rand_range)]
216 unsafe { cvt(ffi::BN_rand_range(rnd.as_ptr(), self.as_ptr())).map(|_| ()) } in rand_range()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h209 int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h225 int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
/third_party/openssl/include/openssl/
H A Dbn.h225 int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c1355 return BN_rand_range((BIGNUM *) r, (const BIGNUM *) m) == 1 ? 0 : -1; in crypto_bignum_rand()
/third_party/openssl/test/
H A Dbntest.c2100 * BN_rand_range() function works as expected. The test cases and
2138 if (!TEST_true(BN_rand_range(val, rng)) in test_rand_range_single()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_openssl.c1428 return BN_rand_range((BIGNUM *) r, (const BIGNUM *) m) == 1 ? 0 : -1; in crypto_bignum_rand()

Completed in 19 milliseconds