Searched defs:Drbg (Results 1 – 1 of 1) sorted by relevance
21 pub struct Drbg(*mut bssl_sys::CTR_DRBG_STATE); struct23 impl Drbg { impl24 pub fn new(entropy: &Entropy) -> Result<Drbg> { in new()66 impl Drop for Drbg { implementation77 unsafe impl Send for Drbg {} implementation