Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
Dbn.rs68 pub struct MsbOption(c_int); struct
70 impl MsbOption { implementation
390 pub fn rand(&mut self, bits: i32, msb: MsbOption, odd: bool) -> Result<(), ErrorStack> { in rand()
406 pub fn pseudo_rand(&mut self, bits: i32, msb: MsbOption, odd: bool) -> Result<(), ErrorStack> { in pseudo_rand()