Home
last modified time | relevance | path

Searched defs:BN_pseudo_rand (Results 1 – 3 of 3) sorted by relevance

/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/node/deps/openssl/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