Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_rand.c108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() function
/third_party/openssl/crypto/bn/
Dbn_rand.c108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dbn.rs9 pub fn BN_rand(r: *mut BIGNUM, bits: c_int, top: c_int, bottom: c_int) -> c_int; in BN_rand() function