Searched refs:BN_rand_range (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_rand.c | 212 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 D | bn_rand.c | 212 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 D | bn.rs | 12 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 D | bn.rs | 214 #[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 D | bn.h | 209 int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 225 int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 225 int BN_rand_range(BIGNUM *rnd, const BIGNUM *range);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 1355 return BN_rand_range((BIGNUM *) r, (const BIGNUM *) m) == 1 ? 0 : -1; in crypto_bignum_rand()
|
/third_party/openssl/test/ |
H A D | bntest.c | 2100 * 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 D | crypto_openssl.c | 1428 return BN_rand_range((BIGNUM *) r, (const BIGNUM *) m) == 1 ? 0 : -1; in crypto_bignum_rand()
|
Completed in 16 milliseconds