Home
last modified time | relevance | path

Searched refs:pseudo_rand_range (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs222 pub fn pseudo_rand_range(&self, rnd: &mut BigNumRef) -> Result<(), ErrorStack> { in pseudo_rand_range() method
1409 range.pseudo_rand_range(&mut result).unwrap(); in test_pseudo_rand_range()